summaryrefslogtreecommitdiff
path: root/src/pmdas/summary/pmns
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmdas/summary/pmns')
-rw-r--r--src/pmdas/summary/pmns24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/pmdas/summary/pmns b/src/pmdas/summary/pmns
new file mode 100644
index 0000000..44f89fe
--- /dev/null
+++ b/src/pmdas/summary/pmns
@@ -0,0 +1,24 @@
+/*
+ * Metrics for summary PMDA
+ */
+
+summary {
+ cpu
+ disk
+ netif
+}
+
+summary.cpu {
+ util SYSSUMMARY:0:1
+ busy SYSSUMMARY:0:2
+}
+
+summary.disk {
+ iops SYSSUMMARY:0:3
+ busy SYSSUMMARY:0:4
+}
+
+summary.netif {
+ packets SYSSUMMARY:0:6
+ busy SYSSUMMARY:0:7
+}