VsanVmdkLoadTestResult
Deprecated as of vSphere API 6.7.
Class for the VMDK load test result.
{
"_typeName": "string",
"success": false,
"faultMessage": "string",
"spec": {
"_typeName": "string",
"vmdkCreateSpec": {
"_typeName": "string",
"diskType": "string",
"adapterType": "string",
"capacityKb": 0,
"profile": [
{
"_typeName": "string"
}
],
"crypto": {
"_typeName": "string"
},
"sectorFormat": "string"
},
"vmdkIOSpec": {
"_typeName": "string",
"readPct": 0,
"oio": 0,
"iosizeB": 0,
"dataSizeMb": 0,
"random": false,
"startOffsetB": 0
},
"vmdkIOSpecSequence": [
{
"_typeName": "string",
"readPct": 0,
"oio": 0,
"iosizeB": 0,
"dataSizeMb": 0,
"random": false,
"startOffsetB": 0
}
],
"stepDurationSec": 0
},
"actualDurationSec": 0,
"totalBytes": 0,
"iops": 0,
"tputBps": 0,
"avgLatencyUs": 0,
"maxLatencyUs": 0,
"numIoAboveLatencyThreshold": 0
}
True if the VMDK load test is succeeded.
The error message when there is any issue found.
The spec for this result indicating the result is tested based on the spec.
The total duration time in second in the IO workload test.
The total read/write bytes in the IO workload test.
The average Input/Output IO operations per second in the IO workload test.
The throughput in byte per second in the IO workload test.
The average IO latency in microsecond in the IO workload test.
The maximum IO latency in microsecond in the IO workload test.
The number of IOs whose latency exceed the threshold as 5000 ms.