Data Object - PcoipGeneralStatistics

Class
VMware.Hv.PcoipGeneralStatistics
Property of
PcoipPerformanceData
Since
Horizon 7.2

Data Object Description

The general statistics about PCoIP session.

Data Object Properties

Properties

Name Type Description
durationSecondsxsd:long

Total number of seconds that the PCoIP session has been open.
  • This property need not be set.
  • This property cannot be updated.
bytesReceivedxsd:long

Total number of bytes of PCoIP data that have been received since the PCoIP session started.
  • This property need not be set.
  • This property cannot be updated.
bytesSentxsd:long

Total number of bytes of PCoIP data that have been transmitted since the PCoIP session started.
  • This property need not be set.
  • This property cannot be updated.
packetsReceivedxsd:long

Total number of packets that have been received successfully since the PCoIP session started. Not all packets are the same size.
  • This property need not be set.
  • This property cannot be updated.
packetsSentxsd:long

Total number of packets that have been transmitted since the PCoIP session started. Not all packets are the same size.
  • This property need not be set.
  • This property cannot be updated.
rxPacketsLostxsd:long

Total number of received packets that have been lost since the PCoIP session started.
  • This property need not be set.
  • This property cannot be updated.
txPacketsLostxsd:long

Total number of transmitted packets that have been lost since the PCoIP session started.
  • This property need not be set.
  • This property cannot be updated.