Share via


Validation Application Block Performance Counters

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

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 AppDomain.
  • AppDomain — TypeName, where (TypeName) is the name of the type being validated.

For more information about performance counters, see PerformanceCounterType Enumeration in the .NET Framework Class Library on MSDN.