25 December 2009
[Click to cite this article]
[hide academic citations]
AMA citation:
Jiang W. Command Line Hard Disks Benchmark Tool. Stone Studio. 2009. Available at: http://wei-jiang.com/system/windows/command-line-hard-disks-benchmark-tool. Accessed September 6, 2010.
APA citation:
Jiang, Wei. (2009). Command Line Hard Disks Benchmark Tool. Retrieved September 6, 2010, from Stone Studio Web site, http://wei-jiang.com/system/windows/command-line-hard-disks-benchmark-tool
Chicago citation:
Jiang, Wei, "Command Line Hard Disks Benchmark Tool", Stone Studio, posted December 25, 2009, http://wei-jiang.com/system/windows/command-line-hard-disks-benchmark-tool (accessed September 6, 2010).
Harvard citation:
Jiang, W 2009, Command Line Hard Disks Benchmark Tool, Stone Studio. Retrieved September 6, 2010, from <http://wei-jiang.com/system/windows/command-line-hard-disks-benchmark-tool>
MLA citation:
Jiang, Wei. "Command Line Hard Disks Benchmark Tool." Stone Studio. 25 Dec. 2009. 6 Sep. 2010 <http://wei-jiang.com/system/windows/command-line-hard-disks-benchmark-tool>
Thank you for your interest.
I remembered a tool used by one of the magazines I read called H2bench. This tool should produce reliable results. Though the tool’s homepage is only available in German the tool itself is also translated into English. It is a CLI only tool, but its usage is pretty straightforward. The following command will benchmark hard disk number 0, display its results in English, and write a report in the file ‘report.txt’:
H2bench –english – a 0 –w report.txt
Make sure that you start the tool with administrator privileges, because H2bench accesses the hard disk directly and needs to be run elevated. For this reason it also only measures the read performance. If you want to test the write performance make sure there aren’t any partitions on the drive and use the option ‘-!’.
Tips: right click the H2bench folder and press and hold Shift key while clicking “Open Command Window Here” to enable admin privileges.