Reputation: 5175
IIS server has many performance counters. how can i pull off these values dynamically thru C# code
Upvotes: 1
Views: 505
Reputation: 4012
Like any other performance counters I guess, via PerformanceCounter class.