• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Recommended counters for testing IIS server

AgentZap

Senior member
I wanted to hear some input from others on what counters are best to monitor when conducting load test scenarios on an IIS server.

Thanks for the input.
 
Most of the IIS counters have to do with caching. Depending on your app you may not have IIS caching at all.

Processor (% Processor Time) usage and Memory Usage (Available Mbytes) are the most important factors for IIS. Then Network (Bytes Total/sec). If your app is .Net I would include almost all of the ASP.Net v2 counters.
 
Back
Top