实时音视频 SPARKRTC-数据类型:HRTCOnStats
HRTCOnStats
属性 |
描述 |
---|---|
double cpuAppUsage |
app的cpu利用率 |
double cpuTotalUsage |
cpu总利用率 |
unsigned int memoryAppUsageInKbytes |
app占用内存 |
double memoryAppUsageRatio |
app内存占用率 |
double memoryTotalUsageRatio |
总的内存利用率 |
int gatewayRtt |
到本地网关的延迟 |
unsigned long long sendBytes |
总的发送字节数 |
unsigned long long sendVideoBytes |
视频的发送字节数 |
unsigned long long sendAudioBytes |
音频的发送字节数 |
unsigned long long receiveBytes |
总的接收字节数 |
unsigned long long receiveVideoBytes |
视频的接收字节数 |
unsigned long long receiveAudioBytes |
音频的接收字节数 |
unsigned int sendBitRate |
总的发送比特率 |
unsigned int sendVideoBitRate |
视频的发送比特率 |
unsigned int sendAudioBitRate |
音频的发送比特率 |
unsigned int receiveBitRate |
总的接收比特率 |
unsigned int receiveVideoBitRate |
视频的接收比特率 |
unsigned int receiveAudioBitRate |
音频的接收比特率 |
unsigned int sendLossRate |
发送丢包率 |
unsigned int receiveLossRate |
接收丢包率 |
unsigned int lastmileDelay |
到服务器的延迟 |