Developer Documentation Library > Interviewer - Server > Architecture > Web Service tier > Interview Web Service implementation > Performance counters
 
Performance counters
All WCF performance counters (<diagnostics performanceCounters=”All”/>) are enabled for the Interview Web Service, and are set in the web.config file. This results in the performance counters being exposed under the following performance objects:
ServiceModelService 4.0.0.0
ServiceModelEndpoint 4.0.0.0
ServiceModelOperation 4.0.0.0
For more information, see the Microsoft MSDN article “WCF Performance Counters”:
http://msdn.microsoft.com/en-us/library/ms735098.aspx
See also
Interview Web Service implementation