Recently I wanted to use Performance Monitor to monitor the memory usage of a program while it was under stress. However, when I opened up perfmon and attempted to add performance counters this is what I encountered:
It appears that there are no performance counters available.
After a bit of searching I came up with this solution:
- Run regedit
- Go to this key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib
- Set the "Disable Performance Counters" REG_DWORD value to zero.
No comments:
Post a Comment