Integration

Table Of Contents
Calculating Bandwidth for Received Imaging Data
To calculate the bandwidth in kilobits per second for received imaging data over the time interval from time
t1 to time t2, use the following formula.
(ImagingBytesReceived[t2]-ImagingBytesReceived[t1]) * 8 / (1024 * (t2-t1))
Do not use ImagingRXBWkbitPersec for the calculation.
Calculating Bandwidth for Transmitted Imaging Data
To calculate the bandwidth in kilobits per second for transmitted imaging data over the time interval from
time t1 to time t2, use the following formula.
(ImagingBytesSent[t2]-ImagingBytesSent[t1]) * 8 / (1024 * (t2-t1))
Do not use ImagingTXBWkbitPersec for the calculation.
PCoIP Network Statistics
The WMI class name for PCoIP network statistics is
Win32_PerfRawData_TeradiciPerf_PCoIPSessionNetworkStatistics.
Table 64. PCoIP Network Statistics
WMI Property Name Description
RoundTripLatencyms
Round trip latency in milliseconds between the PCoIP
server and the PCoIP client.
RXBWkbitPersec
Overall bandwidth for incoming PCoIP packets averaged
over the sampling period, in seconds.
RXBWPeakkbitPersec
Peak bandwidth in kilobits per second for incoming PCoIP
packets over a one-second sampling period.
RXPacketLossPercent
Percentage of received packets lost during a sampling
period.
TXBWkbitPersec
Overall bandwidth for outgoing PCoIP packets averaged
over the sampling period, in seconds.
TXBWActiveLimitkbitPersec
Estimated available network bandwidth in kilobits per
second. This statistic is updated once per second.
TXBWLimitkbitPersec
Transmission bandwidth limit in kilobits per second for
outgoing packets. The limit is the minimum of the
following values.
n
GPO bandwidth limit for the PCoIP client
n
GPO bandwidth limit for the PCoIP server
n
Bandwidth limit for the local network connection
n
Negotiated bandwidth limit for the Zero Client
firmware based on encryption limits
TXPacketLossPercent
Percentage of transmitted packets lost during a sampling
period.
Calculating Bandwidth for Received Network Data
To calculate the bandwidth in kilobits per second for received data over the time interval from time t1 to
time t2, use the following formula.
(BytesReceived[t2]-BytesReceived[t1]) * 8 / (1024 * (t2-t1))
Do not use RXBWkbitPersec for the calculation.
View Integration
78 VMware, Inc.