Link a custom PerformanceCounter to the XP Performance Monitor
-
I have just created a PerformanceCounterCategory which includes various counters type (CounterCreationData), and later using the PerformanceCounter I access to one of this counters in order to operate with them (Increment, IncrementBy ...) but my problem is how to connect my counter to the Monitor (perfmon.exe) included in XP Operative System, I don´t find in it my Category nor counters. Best Regards
-
I have just created a PerformanceCounterCategory which includes various counters type (CounterCreationData), and later using the PerformanceCounter I access to one of this counters in order to operate with them (Increment, IncrementBy ...) but my problem is how to connect my counter to the Monitor (perfmon.exe) included in XP Operative System, I don´t find in it my Category nor counters. Best Regards
Found this Link in Web: http://msdn.microsoft.com/en-us/library/ff650682.aspx[^] Hope it Helps. As you are working on this, you get much information than me from the page.