Query: pmunloadnamespace
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PMUNLOADNAMESPACE(3) Library Functions Manual PMUNLOADNAMESPACE(3)NAMEpmUnloadNameSpace - unload a local performance metrics name space for an applicationC SYNOPSIS#include <pcp/pmapi.h> void pmUnloadNameSpace(void); cc ... -lpcpDESCRIPTIONIf one has previously loaded a local Name Space using pmLoadNameSpace(3) or pmLoadASCIINameSpace(3), then calling pmUnloadNameSpace(3) will free up the memory associated with the Name Space and force all subsequent PMNS routine calls to use the distributed PMNS. If pmUnload- NameSpace(3) is called before calling pmLoadNameSpace(3) or pmLoadASCIINameSpace(3), then it will effectively do nothing.SEE ALSOPMAPI(3), pmLoadASCIINameSpace(3), pmLoadNameSpace(3) and pmns(5). Performance Co-Pilot PCP PMUNLOADNAMESPACE(3)