Skip to main content

August 21, 2026

PCoIP Audio Statistics

The WMI class name for PCoIP audio statistics is Win32_PerfRawData_TeradiciPerf_PCoIPSessionAudioStatistics.

Note: Audio statistics do not include audio data that is carried within USB data.

PCoIP Audio Statistics

WMI Property NameDescription
AudioBytesReceivedTotal number of bytes of audio data that have been received since the PCoIP session started.
AudioBytesSentTotal number of bytes of audio data that have been sent since the PCoIP session started.
AudioRXBWkbitPersecBandwidth for ingoing audio packets averaged over the sampling period, in seconds.
AudioTXBWkbitPersecBandwidth for outgoing audio packets averaged over the sampling period, in seconds.
AudioTXBWLimitkbitPersecTransmission bandwidth limit in kilobits per second for outgoing audio packets. The limit is defined by a GPO setting.

Calculating Bandwidth for Received Audio Data

To calculate the bandwidth in kilobits per second for received audio data over the time interval from time t1 to time t2, use the following formula.

(AudioBytesReceived[t2]-AudioBytesReceived[t1]) * 8 / (1024 * (t2-t1))

Do not use AudioRXBWkbitPersec for this calculation.

Calculating Bandwidth for Transmitted Audio Data

To calculate the bandwidth in kilobits per second for transmitted audio data over the time interval from time t1 to time t2, use the following formula.

(AudioBytesSent[t2]-AudioBytesSent[t1]) * 8 / (1024 * (t2-t1))

Do not use AudioTXBWkbitPersec for this calculation.

Was this page helpful?

Provide feedback for this topic

Was this topic helpful?

Please do not include any personal or confidential information.

Generating link…