summaryrefslogtreecommitdiff
path: root/src/pmchart/views/PMCD
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmchart/views/PMCD')
-rw-r--r--src/pmchart/views/PMCD14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/pmchart/views/PMCD b/src/pmchart/views/PMCD
new file mode 100644
index 0000000..bd82c56
--- /dev/null
+++ b/src/pmchart/views/PMCD
@@ -0,0 +1,14 @@
+#kmchart
+version 1
+
+chart title "Packets for PMCD [%h]" style stacking
+ plot legend "In" metric pmcd.pdu_in.total
+ plot legend "Out" metric pmcd.pdu_out.total
+
+chart title "CPU Time for PMCD and DSO PMDAs [%h]" style stacking
+ optional-plot legend "User" color #2d2de2 metric proc.psinfo.utime matching "[\\/](pmcd |pmcd$)"
+ optional-plot legend "Sys" color #e71717 metric proc.psinfo.stime matching "[\\/](pmcd |pmcd$)"
+
+chart title "CPU Time for Other PMDAs [%h]" style stacking legend off
+ optional-plot color #2d2de2 metric proc.psinfo.utime matching "[\\/]pmda[a-z]"
+ optional-plot color #e71717 metric proc.psinfo.stime matching "[\\/]pmda[a-z]"