mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-11 01:10:31 +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
|
||
|
|