Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have created a couple of performance counters to count the requests made to a third party web service and number of errors reported by these web services.

I am incrementing these performance counters correctly in my asp.net code, I can see these counters in my Visual Studio Server Explorer.

I can see these are listed in my perfmon but am not sure how to exactly view the current count?

Whats the best way to view these manually and programatically download these in a database?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.