Microsoft Operations Manager

PerfData Object

Use the PerfDataobject to manipulate performance data provided by MOM through the ScriptContext.PerfDataproperty and performance data created by the script with the ScriptContext.CreatePerfDatamethod.

Properties

Name Description

CounterName

Gets the name of the performance object counter used to report the performance data.

ID

Gets the GUID of the performance data.

InstanceName

Gets the name of the performance counter instance used to report the performance data.

ObjectName

Gets the name of the performance object for which the performance data was collected.

SampleUTCTime

Gets the date and time that the performance data was collected.

SourceComputer

Gets the name of the computer from which the performance data was collected.

SourceDomain

Gets the name of the domain to which the computer providing the performance data belongs.

Value

Gets the numeric value of the performance data.

Requirements

Windows NT/2000: Requires Windows 2000 or later
Version: Requires MOM 1.0 SP1

See Also

ScriptContext.CreatePerfData Method, ScriptContext.PerfData Property


Did you find this information useful? Please send your suggestions and comments about the documentation to momsdk@microsoft.com.