summaryrefslogtreecommitdiff
path: root/qa/pmdas/dynamic/pmns
blob: aa81933cd0f9760389d36aa40f53b2585e3447f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}