Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 664 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 664 Bytes

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