1PMLOOKUPINDOMARCHIVE(3) Library Functions Manual PMLOOKUPINDOMARCHIVE(3)
2
3
4
6 pmLookupInDomArchive - translate an instance name into an instance
7 identifier
8
10 #include <pcp/pmapi.h>
11
12 int pmLookupInDomArchive(pmInDom indom, const char *name);
13
14 cc ... -lpcp
15
17 Provided the current Performance Metrics Application Programming Inter‐
18 face (PMAPI) context is associated with a set of archives, pmLookupIn‐
19 DomArchive will scan the union of all the instance domain metadata for
20 the instance domain indom, locate the first instance with the external
21 identification given by name, and return the internal instance identi‐
22 fier.
23
24 This routine is a specialized version of the more general PMAPI routine
25 pmLookupInDom.
26
27 Only the leading non-space characters of name will be used to identify
28 the instance.
29
30 The value for the instance domain indom is typically extracted from a
31 pmDesc structure, following a call to pmLookupDesc(3) for a particular
32 performance metric.
33
34 pmLookupInDomArchive will return a positive instance identifier on suc‐
35 cess.
36
38 PM_ERR_NOTARCHIVE
39 the current PMAPI context is not associated with a set of ar‐
40 chives
41
42 PM_ERR_INDOM_LOG
43 indom is not a defined instance domain identifier for the set of
44 archives
45
46 PM_ERR_INST_LOG
47 the external instance name is not known for the instance domain
48 indom in the set of archives
49
51 PMAPI(3), pmGetConfig(3), pmGetInDomArchive(3), pmLookupDesc(3), pm‐
52 LookupInDom(3), pmNameInDomArchive(3), pcp.conf(5) and pcp.env(5).
53
54
55
56Performance Co-Pilot PCP PMLOOKUPINDOMARCHIVE(3)