Question: Test the hard drive performance under linux dedicated server
how to test the hard drive performance under linux dedicated server
Answer: Test the hard drive performance under linux dedicated server
You can test your current drive performance by using the ‘hdparm’ command with the ‘-tT’ command line arguments. For example, if your drive is ‘/dev/sda’, you can run the command like this. [root@testbox ~]# hdparm -tT /dev/sda /dev/sda: Timing cached reads: 1592 MB in 2.00 seconds = 795.33 MB/sec Timing buffered disk reads: 138 MB in 3.03 seconds = 45.61 MB/sec [root@testbox ~]#
|