Chani
Chani

Reputation: 5175

need to know how i can access performance counters of IIS server thru code

IIS server has many performance counters. how can i pull off these values dynamically thru C# code

Upvotes: 1

Views: 505

Answers (1)

Centro
Centro

Reputation: 4012

Like any other performance counters I guess, via PerformanceCounter class.

Upvotes: 1

Related Questions