Skip to main content

2025년 2월 20일

PCoIP Imaging Statistics

The WMI class name for PCoIP imaging statistics is Win32_PerfRawData_TeradiciPerf_PCoIPSessionImagingStatistics.

PCoIP Imaging Statistics
WMI Property NameDescription
ImagingBytesReceivedTotal number of bytes of imaging data that have been received since the PCoIP session started.
ImagingBytesSentTotal number of bytes of imaging data that have been transmitted since the PCoIP session started.
ImagingDecoderCapabilitykbitPersecEstimated processing capability of the imaging decoder in kilobits per second. This statistic is updated once per second.
ImagingEncodedFramesPersecNumber of imaging frames that were encoded over a one-second sampling period.
ImagingActiveMinimumQualityLowest encoded quality value on a scale from 0 to 100. This statistic is updated once per second. This counter does not correspond to the GPO setting for minimum quality.
ImagingRXBWkbitPersecBandwidth for incoming imaging packets averaged over the sampling period, in seconds.
ImagingTXBWkbitPersecBandwidth for outgoing imaging packets averaged over the sampling period, in seconds.

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.

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

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

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

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

링크를 생성하는 중…