mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-05 12:00:16 +00:00
7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
# get information about hard disks
|
|
hdparm -I /dev/sda
|
|
|
|
# perform timings of device/cache reads for benchmark and comparison purposes
|
|
hdparm -tT /dev/sda
|
|
|