1PMDAPROFILE(3) Library Functions Manual PMDAPROFILE(3)
2
3
4
6 pmdaProfile - update instance profile for PMDA in preparation for the
7 next fetch from PMCD
8
10 #include <pcp/pmapi.h>
11 #include <pcp/pmda.h>
12
13 int pmdaProfile(pmProfile *prof, pmdaExt *pmda);
14
15 cc ... -lpcp_pmda -lpcp
16
18 As part of the Performance Metrics Domain Agent (PMDA) API (see
19 PMDA(3)), pmdaProfile is the default callback which handles the receipt
20 of a pmProfile from pmcd(1). A profile describes the instances that
21 pmcd requires in the pmResult structure returned by the next fetch.
22 pmdaProfile simply stores the new profile.
23
25 The PMDA must be using PMDA_PROTOCOL_2 or later, as specified in the
26 call to pmdaDSO(3) or pmdaDaemon(3).
27
29 PMAPI(3), PMDA(3), pmdaDaemon(3), pmdaDSO(3) and pmdaFetch(3).
30
31
32
33Performance Co-Pilot PCP PMDAPROFILE(3)