vCenter Storage Monitoring Service API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - StoragePerformanceSummary(vim.StorageResourceManager.StoragePerformanceSummary)
- Returned by
- QueryDatastorePerformanceSummary
- Extends
- DynamicData
- Since
- vSphere API Release 5.1
Data Object Description
Deprecated. As of vSphere8.0 U3, and there is no replacement for it. Summary statistics for datastore performance The statistics are reported in aggregated quantiles over a time periodProperties
Name | Type | Description |
---|---|---|
datastoreReadIops | xsd:double[] |
Aggregated datastore Read IO rate (Reads/second)
|
datastoreReadLatency | xsd:double[] |
Aggregated datastore latency in milliseconds for read operations
|
datastoreVmLatency | xsd:double[] |
Aggregated datastore latency as observed by Vms using the datastore
The reported latency is in milliseconds.
|
datastoreWriteIops | xsd:double[] |
Aggregated datastore Write IO rate (Writes/second)
|
datastoreWriteLatency | xsd:double[] |
Aggregated datastore latency in milliseconds for write operations
|
interval | xsd:int |
Time period over which statistics are aggregated
The reported time unit is in seconds
|
percentile | xsd:int[] |
Metric percentile specification. A percentile is a value
between 1 and 100. The metric value reported in the
aggregated statistics corresponds with the percentile values
in this field. For example, if the value of percentile[0] is
P, and the value of the datastoreReadLatency[0] is L, then
P% of all the read IOs performed during observation interval
is less than L milliseconds.
|
siocActivityDuration | xsd:int |
Deprecated.
As of vSphere8.0 U3, and there is no replacement for it.
Cumulative SIOC activity to satisfy SIOC latency threshold
setting. This metric indicates the total time that SIOC is
actively throttling IO requests. The SIOC throttling
activity occurs whenever the datastore latency exceeds the
SIOC latency threshold. If SIOC is not enabled on the
datastore, the metric indicates the total time that SIOC
would have been active. The unit of reporting is in
milliseconds.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |