vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanVmdkLoadTestResult(vim.host.VsanVmdkLoadTestResult)
- Property of
- VsanHostVmdkLoadTestResult
- Returned by
- VsanHostRunVmdkLoadTest
- Extends
- DynamicData
- See also
- VsanVmdkLoadTestSpec
- Since
- vSphere API 5.5
Data Object Description
Deprecated. As of vSphere API 6.7. Class for the VMDK load test result.Properties
| Name | Type | Description |
|---|---|---|
| actualDurationSec* | xsd:int |
The total duration time in second in the IO workload test.
|
| avgLatencyUs* | xsd:long |
The average IO latency in microsecond in the IO workload test.
|
| faultMessage* | xsd:string |
The error message when there is any issue found.
|
| iops* | xsd:long |
The average Input/Output IO operations per second in the
IO workload test.
|
| maxLatencyUs* | xsd:long |
The maximum IO latency in microsecond in the IO workload test.
|
| numIoAboveLatencyThreshold* | xsd:long |
The number of IOs whose latency exceed the threshold as 5000 ms.
|
| spec | VsanVmdkLoadTestSpec |
The spec for this result indicating the result is tested
based on the spec.
|
| success | xsd:boolean |
True if the VMDK load test is succeeded.
|
| totalBytes* | xsd:long |
The total read/write bytes in the IO workload test.
|
| tputBps* | xsd:long |
The throughput in byte per second in the IO workload test.
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |