Skip to main content

2025년 2월 20일

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.

이 페이지가 도움이 되었나요?

이 항목에 대한 피드백 보내기

이 항목이 도움이 되었나요?

개인정보나 기밀정보는 입력하지 마세요.

링크를 생성하는 중…