I want to use wcf performance counters per operation , like here:
http://msdn.microsoft.com/en-us/library/ms731052(v=vs.90).aspx
how can I add them to perfmon of windows service 2008 ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When you right click and say “Add Counters…” – there’s a list of the different counters you can add, grouped up, the group name you are looking for is the one in bold in those articles, e.g.
It’s not very clear from the documentation, I agree!