1PMCONTEXTUNDEF(3) Library Functions Manual PMCONTEXTUNDEF(3)
2
3
4
6 pmContextUndef - change current PMAPI context
7
9 #include <pcp/pmapi.h>
10
11 void pmContextUndef(void)
12
13 cc ... -lpcp
14
16 An application using the Performance Metrics Application Programming
17 Interface (PMAPI) may manipulate several concurrent contexts, each
18 associated with a source of performance metrics, e.g. pmcd(1) on some
19 host, or an archive log of performance metrics as created by pmlog‐
20 ger(1).
21
22 Calling pmContextUndef causes the current PMAPI context to be reset to
23 undefined state which could be use to prevent unintentional communica‐
24 tion with PMCD.
25
27 PMAPI(3), pmDestroyContext(3), pmDupContext(3), pmNewContext(3) and
28 pmWhichContext(3).
29
30
31
32Performance Co-Pilot SGI PMCONTEXTUNDEF(3)