benchmark:disk_speedtest_using_hdparm
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
benchmark:disk_speedtest_using_hdparm [2016/07/10 00:43] – peter | benchmark:disk_speedtest_using_hdparm [2019/11/26 20:51] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Benchmark - Disk Speedtest using hdparm ====== | ||
- | |||
- | The **hdparm** tool is available out of the box in most Linux distributions. | ||
- | |||
- | <code bash> | ||
- | hdparm -tT /dev/sda1 | ||
- | </ | ||
- | |||
- | Result: | ||
- | |||
- | < | ||
- | /dev/sda1: | ||
- | | ||
- | | ||
- | </ | ||
- | |||
- | |||
- | There are multiple things to understand here in the above hdparm results. | ||
- | |||
- | The **-T** option will show you the speed of reading without precached buffer(which from the above output is low 206.13 MB/sec as shown above.) | ||
- | |||
- | The hdparm output shows you both the cached reads and disk reads separately. | ||
- | |||
benchmark/disk_speedtest_using_hdparm.1468111397.txt.gz · Last modified: 2020/07/15 09:30 (external edit)