System.Diagnostics.PerformanceCounterType.CountPerTimeInterval32 Field

An average counter designed to monitor the average length of a queue to a resource over time. It shows the difference between the queue lengths observed during the last two sample intervals divided by the duration of the interval. This type of counter is typically used to track the number of items that are queued or waiting.

Syntax

PerformanceCounterType CountPerTimeInterval32

Remarks

Formula: (N - N ) / (D - D ), where the numerator represents the number of items in the queue and the denominator represents the time elapsed during the last sample interval.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0