diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/cpu.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/plugin/cpu.json b/plugin/cpu.json new file mode 100644 index 0000000..50254f8 --- /dev/null +++ b/plugin/cpu.json | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | { | ||
| 2 | "cpu": { | ||
| 3 | "title": "CPU-{{PI}} usage", | ||
| 4 | "vertical": "Jiffies", | ||
| 5 | "rrdtool_opts": "-u 100", | ||
| 6 | "type": "stacked", | ||
| 7 | "legend": { | ||
| 8 | "idle": { | ||
| 9 | "name": "Idle", | ||
| 10 | "color": "e8e8e8" | ||
| 11 | }, | ||
| 12 | "nice": { | ||
| 13 | "name": "Nice", | ||
| 14 | "color": "00e000" | ||
| 15 | }, | ||
| 16 | "user": { | ||
| 17 | "name": "User", | ||
| 18 | "color": "0000ff" | ||
| 19 | }, | ||
| 20 | "wait": { | ||
| 21 | "name": "Wait-IO", | ||
| 22 | "color": "ffb000" | ||
| 23 | }, | ||
| 24 | "system": { | ||
| 25 | "name": "System", | ||
| 26 | "color": "ff0000" | ||
| 27 | }, | ||
| 28 | "softirq": { | ||
| 29 | "name": "SoftIRQ", | ||
| 30 | "color": "ff00ff" | ||
| 31 | }, | ||
| 32 | "interrupt": { | ||
| 33 | "name": "IRQ", | ||
| 34 | "color": "a000a0" | ||
| 35 | }, | ||
| 36 | "steal": { | ||
| 37 | "name": "Steal", | ||
| 38 | "color": "000000" | ||
| 39 | } | ||
| 40 | }, | ||
| 41 | "legend_format": "%5.2lf" | ||
| 42 | } | ||
| 43 | } | ||
