OBJECT

NearRealTimeDataCPUCoreInfo

The per-core CPU information. Currently, we only report this information for Core 0 because it indicates the status of all the cores.

link GraphQL Schema definition

  • type NearRealTimeDataCPUCoreInfo {
  • # The number of times a heating event caused the CPU core to throttle the CPU
  • # frequency.
  • coreThrottleCount: Int
  • # The number of times a heating event caused the CPU chip package to throttle the
  • # CPU frequency.
  • packageThrottleCount: Int
  • # The real-time CPU frequency, in hertz.
  • scalingCurrentFrequency: Int
  • }