18

A friend has asked me to perform maintenance oh his computer. The described symptoms point to a performance issue with the hard drive. I want to objectively confirm this suspicion by measuring the performance of his 5400 RPM disk.

Which tools would you recommend for this job? Are there any (published) standard guideline numbers that I could use for the purpose of comparing my findings?

7 Answers7

10

I always use HDTune. Simple, 'fast' and you can compare test results on their website.

bob
  • 236
6

IOMeter is great for measuring disk performance, there are several sites available that carry reference tables (I used one for VMWare based PC's, so I suggest you google for alternatives :-) )

EDIT: Found a very nice table on Tom's Hardware, I'm guessing the "workstation" profile seems to fit quite well...

Ben
  • 439
3

ATTO Disk Benchmark.

The ATTO Disk Benchmark performance measurement tool measures storage systems performance with various transfer sizes and test lengths for reads and writes. Several options are available to customize your performance measurement including queue depth, overlapped I/O and even a comparison mode with the option to run continuously.

churnd
  • 5,146
2

PCWizard 2009 will do the job, it has comparison data built in. It can measure performance on other components as well.

From the site: "PC WIZARD is also a utility designed to analyze and benchmark your computer system. It can analyze and benchmark many kinds of hardware, such as CPU performance, Cache performance, RAM performance, Hard Disk performance, CD/DVD-ROM performance, Removable/FLASH Media performance, Video performance, MP3 compression performance."

Kells
  • 1,018
2

SpinRite has a built-in function for measurement of read and write speed. Sequential and random.

As it boots off a CD you are sure nothing else will access the disk while the measurement is in progress.

It is hardly justified to spend USD 89 to measure disk performance, but the disk maintenance/recovery features in SpinRite may be exactly what is needed for your friend's computer.

You should expect on the order of 80 MB/s read rate for a modern SATA hard disk (e.g. WD Caviar Green). This is what I measured with SpinRite on a new Caviar Green. I once had a hard disk that was about to die and its read speed was down at 5 MB/s.

1

I suggest you to run this command:

winsat disk -drive "drive letter"

And then if you want to know if there is any problem with your hard disk drive, use this software to check its SMART Health Status:

http://www.acronis.com/homecomputing/products/drive-monitor/index.html

eXshade
  • 419
  • 2
  • 4
0

Which OS? If this is Linux use the hdparm command. If this is on Windows use the Performance Tools provided.