Data Object - VsanNetworkLoadTestResult(vim.host.VsanNetworkLoadTestResult)

Property of
VsanClusterNetworkLoadTestResult
Returned by
VsanHostQueryRunIperfClient, VsanHostQueryRunIperfServer
Extends
DynamicData
Since
vSphere API 5.5

Data Object Description

Class for vSAN multicast performance test result in the host, This test is used for checking if the vSAN network meets the multicast bandwidth requirements of vSAN (at least 50 MB/s). The test does so by picking one host as the sender, and having all other hosts be receivers.

Properties

Name Type Description
bandwidthBpsxsd:long

If the host acts as the sender, it's the value for the maximum achievable bandwidth and if the host acts as the receiver, it's the value for the actual network bandwidth in byte per second in the test
clientxsd:boolean

True indicates the host will act as the sender to send the multicast packet to all of other hosts in the multicast performance test
hostnamexsd:string

The host name
jitterMs*xsd:float

The multicast packet jitter in millisecond in the multicast performance test. It shows the average packet latency between sender and receiver. This value will only be set for the host acting as receiver
lossPct*xsd:long

The percentage for the lost datagrams in the multicast performance test. This value will only be set for the host acting as receiver
lostDatagrams*xsd:long

The number of lost datagrams in the multicast performance test. This value will only be set for the host acting as receiver
sentDatagrams*xsd:long

The total number of sending datagrams in the multicast performance test. This value will only be set for the host acting as receiver
status*xsd:string

The host network load test status. The status will be in red if the multicast speed is less than 20 MB/s, the status will be yellow if the speed is between 20MB/s and 50MB/s and it's green if the speed is larger than 50MB/s
totalBytesxsd:long

The total received or sent packet bytes in the multicast performance test
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition