I am hoping to find a way to do more performance monitoring--specifically, I hope that monitoring disk activity on a per-process basis will help me decide which programs are causing the most trouble (aside from the AV). I'd rather avoid a shotgun approach.

For windows XP, is there a process monitor that can give me a solid idea of which processes are slowing me down by causing the most page faults, etc? Thanks!

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

Perhaps enabling the I/O reads and writes in the task manager (ctrl+shift+esc). When looking at the processes in task manager select View then Select Columns. Look for the I/O read optiona nd I/O write option and click them.

This is what I get:

alt text

link|improve this answer
feedback

See this article for how to track down disk hogging processes in XP

http://articles.techrepublic.com.com/5100-10878_11-5031852.html

.

link|improve this answer
feedback

I like the freeware Process Explorer. It provides a bit more detail than the Windows Task Manager, including per-process I/O graphs. Great for immediately spotting processes doing a lot of disk I/O.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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