diff options
Diffstat (limited to 'qa/pmdas/dynamic/pmns')
-rw-r--r-- | qa/pmdas/dynamic/pmns | 18 |
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 +} |