-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
investigate if it is possible to determine a drive's bus speed to store with the benchmark.
likely to be different on windows and linux and mac os
might be different for ssds vs hdds
on linux to get bus address try:
lspci | grep -i "non-volatile"
use bus address w verbose to get more info:
lspci -s 01:00 -vv | grep LnkSta
bus speed info should be stored with benchmark.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request