I'm trying to determine what needs to be upgraded on my server. When doing some load testing I saw that the processor spiked to 100% . But how can I determine if the hdd might need an upgrade too ?

What tools can I use ?

Thanks.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

The native Performance Monitor (perfmon) utility that comes with Server 2003 should suffice. Add the appropriate counters to your monitor and that should supply you with the metrics you need to judge whether or not you need to upgrade your HD as well as your processor.

link|improve this answer
1  
Using perfmon is not enough, you need to know how to use it. Especially when there are thousands of possible counters to consider, a bit of guidance is surely welcome. – syneticon-dj Oct 24 '11 at 21:07
Thanks for the answer and for the tutorial. – sirrocco Oct 25 '11 at 3:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.