PMUNLOADNAMESPACE
PMUNLOADNAMESPACE
Section: C Library Functions (3) Updated: SGI Local index
Up
NAME
pmUnloadNameSpace - unload a local performance metrics name space for an application
C SYNOPSIS
#include <pcp/pmapi.h>
void pmUnloadNameSpace(void)
cc ... -lpcp
DESCRIPTION
If 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
pmUnloadNameSpace(3)
is called before calling
pmLoadNameSpace(3)
or
pmLoadASCIINameSpace(3),
then it will effectively do nothing.
SEE ALSO
PMAPI(3),
pmLoadASCIINameSpace(3),
pmLoadNameSpace(3)
and
pmns(4).
Index
- NAME
-
- C SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:52:40 GMT, April 16, 2011