Name
|
Type
|
Description
|
endTime | xsd:dateTime |
The time up to which statistics are retrieved. Corresponds to server time.
When endTime is omitted, the returned result includes up to the most recent
metric value. When an endTime is specified, the returned samples include the
sample at endTime.
|
entity | ManagedObjectReference |
The managed object whose performance statistics are being queried.
|
format | xsd:string |
The format to be used while returning the statistics. See PerfFormat
|
intervalId | xsd:int |
The interval (samplingPeriod), in seconds,
for the performance statistics. For aggregated information, use one
of the historical intervals for this property.
See PerfInterval for more
information.
- To obtain the greatest detail, use the providers
refreshRate for this property.
|
maxSample | xsd:int |
Limits the number of samples returned. Defaults to the
most recent sample (or samples), unless a time range is specified.
Use this property only in conjunction with the intervalId to
obtain real-time statistics (set the intervalId to the
refreshRate.
This property is ignored for historical statistics, and is not valid
for the QueryPerfComposite operation.
|
metricId | PerfMetricId[] |
The performance metrics to be retrieved. This property is required for
the QueryPerfComposite operation.
|
startTime | xsd:dateTime |
The server time from which to obtain counters. If not specified, defaults
to the first available counter. When a startTime is specified,
the returned samples do not include the sample at startTime.
|
Properties inherited from DynamicData |
dynamicProperty, dynamicType |