1PMINDOM_HELPER(3) Library Functions Manual PMINDOM_HELPER(3)
2
3
4
6 pmInDom_build, pmInDom_domain, pmInDom_serial - helper methods for
7 manipulating instance domain identifiers
8
10 #include <pcp/pmapi.h>
11
12 pmInDom pmInDom_build(unsigned int domain, unsigned int serial);
13 unsigned int pmInDom_domain(pmInDom indom);
14 unsigned int pmInDom_serial(pmInDom indom);
15
16 cc ... -lpcp
17
19 Within the Performance Co-Pilot (PCP) each instance domain is assigned
20 a unique Instance Domain Identifier (pmInDom). Internally a pmInDom is
21 constructed from 2 fields: the domain number (of the associated Perfor‐
22 mance Metrics Domain Agent, or PMDA) and the serial number (assigned by
23 the PMDA).
24
25 pmInDom_build constructs a pmInDom from domain and serial.
26
27 pmInDom_domain and pmInDom_serial return the respective fields from
28 indom.
29
31 PMAPI(3) and pmInDomStr(3).
32
33
34
35Performance Co-Pilot PCP PMINDOM_HELPER(3)