Logging 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 describes the Logging Application Block performance counters.

Performance Counter Name

Description

Avg. Trace Execution Time

The average execution time for traced operations.

Avg. Trace Execution Time Base

The base for the average execution time for traced operations. The base is the denominator for the counter and provides the time per operation.

Logging Events Raised/sec

The rate at which logging events were raised.

Total Logging Events Raised

The total number of logging events raised.

Total Trace Listener Entries Written

The total number of entries that were traced by individual trace listeners.

Total Trace Operations Started

The total number of tracing operations started.

Trace Listener Entries Written/sec

The rate at which log entries were traced by individual trace listeners.

Trace Operations Started/sec

The rate at which tracing operations were started.

An average counter measures a value over time and displays the average of the last two measurements. A rate counter samples an increasing count of events over time and divides the values by the change in time to display a rate of activity. For more information about performance counters, see PerformanceCounterType Enumeration in the .NET Framework Class Library on MSDN.