Originally posted by woodsmoke
View Post
Originally posted by woodsmoke
View Post
hdparm with the benchmark options is actually pretty accurate because it's directly measuring the performance of the disk (-t) or the CPU/memory/cache (-T). For example, here's the output from my T520:
Code:
sriley@SRiley-T520:~$ [B]sudo hdparm -t /dev/sda[/B] /dev/sda: Timing buffered disk reads: 1044 MB in 3.01 seconds = 347.42 MB/sec sriley@SRiley-T520:~$ [B]sudo hdparm -T /dev/sda[/B] /dev/sda: Timing cached reads: 13338 MB in 2.00 seconds = 6672.51 MB/sec
Comment