summaryrefslogtreecommitdiff
path: root/src/pmdas/hotproc/pmns.hotproc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmdas/hotproc/pmns.hotproc')
-rw-r--r--src/pmdas/hotproc/pmns.hotproc34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/pmdas/hotproc/pmns.hotproc b/src/pmdas/hotproc/pmns.hotproc
new file mode 100644
index 0000000..0ea5a0e
--- /dev/null
+++ b/src/pmdas/hotproc/pmns.hotproc
@@ -0,0 +1,34 @@
+
+/*
+ * Metrics borrowed from "proc" pmda above ... these ones are specific
+ * to the hotproc PMDA.
+ */
+
+hotproc.control {
+ refresh HOTPROC:100:1
+ config HOTPROC:100:8
+ config_gen HOTPROC:100:9
+}
+
+hotproc.total {
+ cpuidle HOTPROC:100:2
+ cpuburn HOTPROC:100:3
+ cpuother
+}
+
+hotproc.total.cpuother {
+ transient HOTPROC:100:4
+ not_cpuburn HOTPROC:100:5
+ total HOTPROC:100:6
+ percent HOTPROC:100:7
+}
+
+hotproc.predicate {
+ syscalls HOTPROC:101:0
+ ctxswitch HOTPROC:101:1
+ virtualsize HOTPROC:101:2
+ residentsize HOTPROC:101:3
+ iodemand HOTPROC:101:4
+ iowait HOTPROC:101:5
+ schedwait HOTPROC:101:6
+}