I'm tuning a production server that runs Windows Server 2003 SP2. I want to monitor the hard faults (read an write separately) for each process. Is it possible?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
Your best bet would be to use process explorer from Sysinternals found here. You can glean a lot of information for any running process. |
|||||
|
|
See here: http://serverfault.com/questions/7406/monitoring-hard-faults-on-windows-server-2003-using-perfmon |
|||
|
|
You can use perfmon to monitor Page Faults\sec per process (which is probably not what you're looking for) or you can monitor specific I/O counters per process (which would include network, file, and device I\O's). |
|||
|
|