| Microsoft Enterprise Library 5.0 |
| Validation Application Block Performance Counters |
|
The following table lists the Validation Application Block performance counters and their types.
|
Performance Counter |
Counter Type |
|---|---|
|
% Validation Successes |
RawFraction |
|
Number of Validation Calls |
NumberOfItems32 |
|
Number of Validation Failures |
NumberOfItems32 |
|
Number of Validation Successes |
NumberOfItems32 |
|
Validation Calls/sec |
RateOfCountsPerSecond32 |
|
Validation Failures/sec |
RateOfCountsPerSecond32 |
|
Validation Successes Base |
RawBase |
|
Validation Successes/sec |
RateOfCountsPerSecond32 |
These performance counters are in the Enterprise Library Validation Counters category. Each performance counter has two instances:
- AppDomain - Total, where Total is all of the types that are validated within the application domain.
- AppDomain - TypeName, where TypeName is the name of the type being validated.
For more information about performance counters, see Overview of Performance Monitoring in the .NET Framework Class Library on TechNet.