This topic has not yet been rated - Rate this topic

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.

ms731052.Caution(en-us,VS.100).gifCaution:
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

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
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