المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Link a custom PerformanceCounter to the XP Performance Monitor



C# Programming
10-26-2010, 04:53 AM
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