VsanIOLatencyMetrics
VsanIOLatencyMetrics
This data object describes the IO latency metrics.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"totalCount": 0,
"averageLatency": "number",
"stddevLatency": "number"
}
integer As int32
As int32
totalCount
Required
The total IO count in the diagnostics.
number As float
As float
averageLatency
Required
The average latency measured in the unit of ms.
number As float
As float
stddevLatency
Optional
The latency standard deviation measured in the unit of ms.