Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 2.33 KB

wmi-performance-counter-types.md

File metadata and controls

31 lines (23 loc) · 2.33 KB
description ms.assetid ms.tgt_platform title ms.topic ms.date
The performance counter type designates a formula required to obtain calculated performance counters. These are the same counter types used by Windows Performance Monitoring.
d4a9feca-80a2-4ce5-b4d7-4e83ef951c08
multiple
WMI Performance Counter Types
article
05/31/2018

WMI Performance Counter Types

The performance counter type designates a formula required to obtain calculated performance counters. These are the same counter types used by Windows Performance Monitoring. In WMI performance classes, the raw data for the counter type formula comes from a Win32_PerfRawData class and the calculated result is found in the same-named property of a corresponding Win32_PerfFormattedData class.

Counter types appear as the CounterType qualifier for properties in Win32_PerfRawData classes, and as the CookingType qualifier for properties in Win32_PerfFormattedData classes.

For example, the AvgDiskBytesPerRead property in the Win32_PerfRawData_PerfDisk_LogicalDisk class is the raw data source for the AvgDiskBytesPerRead property in the class Win32_PerfFormattedData_PerfDisk_LogicalDisk, which contains the same data as shown in System Monitor.

The following list organizes counter type descriptions by functional type: