System.Diagnostics.PerformanceCounterType.CountPerTimeInterval64 Field

An average counter that monitors the average length of a queue to a resource over time. Counters of this type display the difference between the queue lengths observed during the last two sample intervals, divided by the duration of the interval. This counter type is the same as CountPerTimeInterval32 except that it uses larger fields to accommodate larger values. This type of counter is typically used to track a high-volume or very large number of items that are queued or waiting.

Syntax

PerformanceCounterType CountPerTimeInterval64

Remarks

Formula: (N - N ) / (D - D ), where the numerator represents the number of items in a queue and the denominator represents the time elapsed during the 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