1PMUNLOADNAMESPACE(3) Library Functions Manual PMUNLOADNAMESPACE(3)
2
3
4
6 pmUnloadNameSpace - unload a local performance metrics name space for
7 an application
8
10 #include <pcp/pmapi.h>
11
12 void pmUnloadNameSpace(void);
13
14 cc ... -lpcp
15
17 If one has previously loaded a local Name Space using pmLoadNameSā
18 pace(3) or pmLoadASCIINameSpace(3), then calling pmUnloadNameSpace(3)
19 will free up the memory associated with the Name Space and force all
20 subsequent PMNS routine calls to use the distributed PMNS. If
21 pmUnloadNameSpace(3) is called before calling pmLoadNameSpace(3) or
22 pmLoadASCIINameSpace(3), then it will effectively do nothing.
23
25 PMAPI(3), pmLoadASCIINameSpace(3), pmLoadNameSpace(3) and pmns(5).
26
27
28
29Performance Co-Pilot PCP PMUNLOADNAMESPACE(3)