I am looking for the standard PerformanceCounter specs. Through the performance monitor application that comes with WinXP, I can see that there are loads of performance counters out there (on a WinXP machine).
Is there some reference guide on those counters (at least the OS and .Net counters)
Thanks in advance,
Joannes

PerformanceCounter specifications ?
Meleshko Vasily
Joannes
JimPDX
Are you referring to OS counters or application counters Information on OS counters should be somewhere in the windows documentation, and information on application counters should be available in the documentation for that application, I am unaware of a spec where they are described together.
i_al7
Joannes
0xDEADBEEF
Hi,
BUG: NextValue method of .NET PerformanceCounter object returns zero
SYMPTOMS The NextValue method of the .NET PerformanceCounter object may return zero (0) for the following LogicalDisk or PhysicalDisk performance counters:Is there any way I can find the disk utilization (i.e 100 - % Idle Time) through the performance counters available in .NET or by any means through .NET framework. I will be thankfull if you can help me with this bug of .Net Performance counters.
Rishi
Arul Livingston
Joannes
bbp
Michael Mortensen
http://msdn.microsoft.com/library/default.asp url=/library/en-us/counter/counters1_lkxw.asp frame=true
And here's something similar for the Framework:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpgenref/html/gngrfPerformanceCounters.asp frame=true
To find these I searched on msdn.microsoft.com for a specific counter plus "performance counter". For example: ".net clr memory performance counter" found me the Framework page.
David