OBJECT

NearRealTimeDataHardwareDynamic

The encoder hardware information.

link GraphQL Schema definition

  • type NearRealTimeDataHardwareDynamic {
  • # The CPU load percentage for the entire system. Valid values range from 0.0 to
  • # 1.0.
  • cpuLoadSystem: Float
  • # The CPU load percentage for the encoder process. Valid values range from 0.0 to
  • # 1.0.
  • cpuLoadProcess: Float
  • # The CPU temperature, in degrees celsius.
  • cpuTempurature: Float
  • # The CPU temperature, in degrees celsius.
  • cpuTemperature: Float
  • # Per-core CPU information.
  • cpuCoreInfo: [NearRealTimeDataCPUCoreInfo]
  • # The amount of free physical memory, in bytes. Note that the
  • # memoryPhysicalAvailable value is a better indicator of how much memory is
  • # available to the encoder because free memory does not include temporary memory
  • # that is used for file caching.
  • memoryPhysicalFree: Long
  • # The amount of available physical memory, in bytes.
  • memoryPhysicalAvailable: Long
  • # The amount of free swap memory, in bytes.
  • memorySwapFree: Long
  • # The number of file descriptors currently in use.
  • fileDescriptorCountUsed: Int
  • # Collection of network interface statistics.
  • networkInfo: [NearRealTimeDataNetworkInfo]
  • }