summaryrefslogtreecommitdiff
path: root/man/html/pmie/pswitch.view
diff options
context:
space:
mode:
Diffstat (limited to 'man/html/pmie/pswitch.view')
-rw-r--r--man/html/pmie/pswitch.view14
1 files changed, 14 insertions, 0 deletions
diff --git a/man/html/pmie/pswitch.view b/man/html/pmie/pswitch.view
new file mode 100644
index 0000000..1e6f9d5
--- /dev/null
+++ b/man/html/pmie/pswitch.view
@@ -0,0 +1,14 @@
+#kmchart
+version 1
+
+chart title "CPU Utilization" style utilization
+ plot legend "User" color #2d2de2 metric kernel.all.cpu.user
+ plot legend "Kernel" color #e71717 metric kernel.all.cpu.sys
+ optional-plot legend "Nice" color #c2f3c2 metric kernel.all.cpu.nice
+ optional-plot legend "Intr" color #cdcd00 metric kernel.all.cpu.intr
+ optional-plot legend "Wait" color #00cdcd metric kernel.all.cpu.wait.total
+ optional-plot legend "Steal" color #fba2f5 metric kernel.all.cpu.steal
+ plot legend "Idle" color #16d816 metric kernel.all.cpu.idle
+
+chart title "Context Switch Rate" style plot
+ plot color yellow metric kernel.all.pswitch