summaryrefslogtreecommitdiff
path: root/qa/pmdas/dynamic/pmns
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
commit47e6e7c84f008a53061e661f31ae96629bc694ef (patch)
tree648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/pmdas/dynamic/pmns
downloadpcp-debian.tar.gz
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/pmdas/dynamic/pmns')
-rw-r--r--qa/pmdas/dynamic/pmns18
1 files changed, 18 insertions, 0 deletions
diff --git a/qa/pmdas/dynamic/pmns b/qa/pmdas/dynamic/pmns
new file mode 100644
index 0000000..aa81933
--- /dev/null
+++ b/qa/pmdas/dynamic/pmns
@@ -0,0 +1,18 @@
+/*
+ * Metrics for a dynamic PMDA
+ */
+
+#include <stdpmid>
+
+dynamic {
+ numinsts DYNAMIC:0:0
+ discrete DYNAMIC:0:1
+ instant DYNAMIC:0:2
+ counter DYNAMIC:0:3
+ control
+}
+
+dynamic.control {
+ add DYNAMIC:1:4
+ del DYNAMIC:1:5
+}