MSFT_ParameterStatistic Class

Note Note   

The MOM WMI classes has been deprecated and should not be used when creating new scripts. The WMI classes are included only to support existing scripts.

The MSFT_ParameterStatistic WMI class is used only to populate performance data objects that are added to MOM with the MSFT_Computer.InsertStatisticsIntoWorkflow method. This works only for computers that have been created and added through MOM APIs. When creating performance rules to monitor data created by the InsertStatisticsIntoWorkflow method with the MSFT_ParameterEvent class, your rule must use the Script-Generated Data provider.

The MSFT_ParameterStatistic class does not provide access to existing MOM performance data. Performance data in MOM can be accessed using SDKPerformanceView.

The MSFT_ParameterStatistic class supports the following WMI methods.

Method Supported?
GetObjectAsync_ No
PutInstanceAsync_ No
DeleteInstanceAsync_ No
CreateInstanceEnumAsync_ No
ExecQueryAsync_ No
ExecMethodAsync_ No

Properties

Name Description

CounterName

Gets the name portion of the performance counter.

InstanceName

Gets the instance portion of the performance counter.

ObjectName

Gets the object portion of the performance counter.

SampleUTCTime

Gets the time when the performance counter value was sampled.

Value

Gets the value of the performance counter measurement.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2000 SP1 or later

See Also

MOM WMI Classes | Working with Non-Windows Systems | MSFT_Computer.InsertStatisticsIntoWorkflow Method