Skip to main content

2026 年 4 月 9 日

PCoIP USB Statistics

The WMI class name for PCoIP USB statistics is Win32_PerfRawData_TeradiciPerf_PCoIPSessionUSBStatistics.

PCoIP USB Statistics
WMI Property NameDescription
USBBytesReceivedTotal number of bytes of USB data that have been received since the PCoIP session started.
USBBytesSentTotal number of bytes of USB data that have been transmitted since the PCoIP session started.
USBRXBWkbitPersecBandwidth for incoming USB packets averaged over the sampling period, in seconds.
USBTXBWkbitPersecBandwidth for outgoing USB packets averaged over the sampling period, in seconds.

Calculating Bandwidth for Received USB Data

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

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

Do not use USBRXBWkbitPersec for the calculation.

Calculating Bandwidth for Transmitted USB Data

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

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

Do not use USBTXBWkbitPersec for the calculation.

このページは役に立ちましたか?

このトピックについてフィードバックを送信

このトピックは役に立ちましたか?

個人情報や機密情報は入力しないでください。

リンクを生成しています…