DistributedVirtualSwitchPortStatistics
Statistic data of a DistributedVirtualPort.
{
"_typeName": "string",
"packetsInMulticast": 0,
"packetsOutMulticast": 0,
"bytesInMulticast": 0,
"bytesOutMulticast": 0,
"packetsInUnicast": 0,
"packetsOutUnicast": 0,
"bytesInUnicast": 0,
"bytesOutUnicast": 0,
"packetsInBroadcast": 0,
"packetsOutBroadcast": 0,
"bytesInBroadcast": 0,
"bytesOutBroadcast": 0,
"packetsInDropped": 0,
"packetsOutDropped": 0,
"packetsInException": 0,
"packetsOutException": 0,
"bytesInFromPnic": 0,
"bytesOutToPnic": 0
}
The number of multicast packets received.
The number of multicast packets forwarded.
The number of bytes received from multicast packets.
The number of bytes forwarded from multicast packets.
The number of unicast packets received.
The number of unicast packets forwarded.
The number of bytes received from unicast packets.
The number of bytes forwarded from unicast packets.
The number of broadcast packets received.
The number of broadcast packets forwarded.
The number of bytes received from broadcast packets.
The number of bytes forwarded from broadcast packets.
The number of received packets dropped.
The number of packets to be forwarded dropped.
The number of packets received that cause an exception.
The number of packets to be forwarded that cause an exception.
The number of bytes received at a pnic on the behalf of a port's connectee (inter-host rx).
The number of bytes transmitted at a pnic on the behalf of a port's connectee (inter-host tx).