Cpu Stat
This model accepts additional fields of type Object.
Name | Description |
---|---|
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"
}
}
Tell us more (optional)
What are you trying to do? (optional)
This site is protected by hCaptcha and its Privacy Policy and Terms of Service apply.
Feedback Received. Thank You!