Question : PerfMon.exe

Hi, I am looking for the PerfMon.exe that displays the windows performance counters.
I had it once, but I lost it.

Answer : PerfMon.exe

There is an example program here that displays the Performance counter browser dialog (image attached)
   Browsing Performance Counters
   http://msdn.microsoft.com/en-us/library/aa371886(VS.85).aspx

there is code here that displays a list of all Process object counters (ouput attached)
   Enumerating Process Objects
   http://msdn.microsoft.com/en-us/library/aa372151(VS.85).aspx

 

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
Counters that the Process objects define
 
% Processor Time
% User Time
% Privileged Time
Virtual Bytes Peak
Virtual Bytes
Page Faults/sec
Working Set Peak
Working Set
Page File Bytes Peak
Page File Bytes
Private Bytes
Thread Count
Priority Base
Elapsed Time
ID Process
Creating Process ID
Pool Paged Bytes
Pool Nonpaged Bytes
Handle Count
IO Read Operations/sec
IO Write Operations/sec
IO Data Operations/sec
IO Other Operations/sec
IO Read Bytes/sec
IO Write Bytes/sec
IO Data Bytes/sec
IO Other Bytes/sec
Working Set - Private
 
counter browser
counter browser
 
Random Solutions  
 
programming4us programming4us