Skip to content

Python implementation of SNIA Solid State Storage (SSS) Performance Testing Specification (PTS)

License

Notifications You must be signed in to change notification settings

ccrssaa/py-sss-pts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-sss-pts

Python implementation of Solid State Storage (SSS) Performance Test Specification (PTS)

Be careful, test will destroy all data on the device under test

Tested with:

  • lspci version 3.5.6
  • lshw version B.02.19.2
  • nvme version 1.10
  • fio 3.23

Аll utilities mentioned above must be installed

Currently only IOPS test

Supports NVMe only (tested with Samsung SSD 970 EVO Plus 500GB)

Sudo must be configured to allow lspci, lshw, nvme, fio without password:

# cat /etc/sudoers.d/vadim 
vadim ALL=(ALL) NOPASSWD:/usr/bin/fio,/usr/sbin/nvme,/usr/sbin/lshw,/sbin/lspci

About

Python implementation of SNIA Solid State Storage (SSS) Performance Testing Specification (PTS)

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages