Class ZegoPerformanceStatus


  • public class ZegoPerformanceStatus
    extends java.lang.Object
    System performance monitoring status
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double cpuUsageApp
      Current CPU usage of the app, value range [0, 1]
      double cpuUsageSystem
      Current CPU usage of the system, value range [0, 1]
      double memoryUsageApp
      Current memory usage of the app, value range [0, 1]
      double memoryUsageSystem
      Current memory usage of the system, value range [0, 1]
      double memoryUsedApp
      Current memory used of the app, in MB
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cpuUsageApp

        public double cpuUsageApp
        Current CPU usage of the app, value range [0, 1]
      • cpuUsageSystem

        public double cpuUsageSystem
        Current CPU usage of the system, value range [0, 1]
      • memoryUsageApp

        public double memoryUsageApp
        Current memory usage of the app, value range [0, 1]
      • memoryUsageSystem

        public double memoryUsageSystem
        Current memory usage of the system, value range [0, 1]
      • memoryUsedApp

        public double memoryUsedApp
        Current memory used of the app, in MB
    • Constructor Detail

      • ZegoPerformanceStatus

        public ZegoPerformanceStatus()