I got this number using:
jdoe@jdoe:~$ sudo hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 9260 MB in 2.00 seconds = 4633.30 MB/sec
Timing buffered disk reads: 978 MB in 3.00 seconds = 325.77 MB/sec
The SSD is a Samsung 850EVO with SATA 6Gb/s (750MB/s). The laptop is an Asus S200E, which I believe also is SATA 6Gb/s.
Arent they talking about the cache on the disk? Or is it a cache on the motherboard itself?
From the manpage:
Although you have the lowercase
-t
flag first, the command is running-T
first.The important part of that message is this:
This test doesn't even touch the disk. It's really just testing how fast your computer itself can perform data operations.
Running
sudo hdparm -T /dev/sda
on my machine returns:http://www.linuxquestions.org/questions/linux-newbie-8/difference-between-buffered-disk-reads-and-cached-reads-891453/