Cpu Stat

ModelsStructures

Cpu Stat
#

This model accepts additional fields of type Object.

NameDescription
idle
Decimal
Response Only

Percentage of CPU time that is idle

interrupt
Decimal
Response Only

Percentage of CPU time being used by interrupts

load_avg
array<Decimal>

Load averages for the last 1, 5, and 15 minutes

system
Decimal
Response Only

Percentage of CPU time being used by system processes

user
Decimal
Response Only

Percentage of CPU time being used by user processe

{
  "idle": 102.08,
  "interrupt": 215.84,
  "load_avg": [
    105.91
  ],
  "system": 13.6,
  "user": 204.52,
  "exampleAdditionalProperty": {
    "key1": "val1",
    "key2": "val2"
  }
}