Operation Performance Counters
Operation performance counters are found under the ServiceModelOperation 4.0.0.0 performance object when viewing with the Performance Monitor (Perfmon.exe). Each operation has an individual instance. That is, if a given contract has 10 operations, 10 operation counter instances are associated with that contract. The object instances are named using the following pattern:
(ServiceName).(ContractName).(OperationName)@(first endpoint listener address)
This counter enables you to measure how the call is being used and how well the operation is performing.
Caution: |
|---|
| There is a limit on the length of a performance counter instance's name. When a Windows Communication Foundation (WCF) counter instance name exceeds the maximum length, WCF replaces a portion of the instance name with a hash value. |
See Also
ServicesModelOperation reference not updated from .net framework 3.0/3.5
Hi,
Shouldn't the reference of the performance object be 4.0.0.0 instead of 3.0.0.0 ?
Thx
Shouldn't the reference of the performance object be 4.0.0.0 instead of 3.0.0.0 ?
Thx
- 7/14/2010
- Bruno Valente
Caution: