Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pmunloadnamespace(3) [centos man page]

PMUNLOADNAMESPACE(3)					     Library Functions Manual					      PMUNLOADNAMESPACE(3)

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 pmUnload- NameSpace(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(5). Performance Co-Pilot PCP PMUNLOADNAMESPACE(3)

Check Out this Related Man Page

PMTRIMNAMESPACE(3)					     Library Functions Manual						PMTRIMNAMESPACE(3)

NAME
pmTrimNameSpace - prune a performance metrics name space C SYNOPSIS
#include <pcp/pmapi.h> int pmTrimNameSpace(void); cc ... -lpcp DESCRIPTION
If the current Performance Metrics Application Programming Interface (PMAPI) context corresponds to a version 1 archive log of Performance Co-Pilot (PCP) performance metrics (as collected by pmlogger(1) -V1), then the currently loaded Performance Metrics Name Space (PMNS), is trimmed to exclude metrics for which no description can be found in the archive. The PMNS is further trimmed to remove empty subtrees that do not contain any performance metric. Since PCP archives usually contain some subset of all metrics named in the default PMNS, pmTrimNameSpace effectively trims the applica- tion's PMNS to contain only the names of the metrics in the archive. Since PCP 2.0, pmTrimNameSpace is only needed for dealing with version 1 archives. Version 2 archives actually store the "trimmed" PMNS. Prior to any trimming, the PMNS is restored to the state as of the completion of the last pmLoadASCIINameSpace(3) or pmLoadNameSpace(3), so the effects of consecutive calls to pmTrimNameSpace with archive contexts are not additive. If the current PMAPI context corresponds to a host and a pmLoadASCIINameSpace(3) or pmLoadNameSpace(3) call was made, then the PMNS reverts to all names loaded into the PMNS at the completion of the last pmLoadASCIINameSpace(3) or pmLoadNameSpace(3), i.e. any trimming is undone. On success, pmTrimNameSpace returns zero. SEE ALSO
pmlogger(1), PMAPI(3), pmLoadASCIINameSpace(3), pmLoadNameSpace(3), pmNewContext(3) and pmns(5). DIAGNOSTICS
PM_ERR_NOPMNS you must have loaded a PMNS using pmLoadASCIINameSpace(3) or pmLoadNameSpace(3) before calling pmTrimNameSpace PM_ERR_NOCONTEXT the current PMAPI context is invalid Performance Co-Pilot PCP PMTRIMNAMESPACE(3)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Not Enough Space

Hi am getting the following exception thru one of my application. Mmap failed for the library</swrl/orabase/product/9.2.0.8/lib/libclntsh.sl.9.0> : Not enough space. Can any one let me know the reason behind this. I've check the syslog of oracle it shows the exception when above error... (4 Replies)
Discussion started by: ganesh.mandlik
4 Replies

2. UNIX and Linux Applications

Open Source Monitoring and Overlapping IP Space

(0 Replies)
Discussion started by: Radar
0 Replies

3. AIX

LV without Paging Space

Hello dear friends, We have VG filevg which consists of 2 PVs when I rechecked the VG there is no Pagingspace LV.. The VG is usually Highly loaded because much reads and writes.. Is this a must to create Paging space on the specified LV? (2 Replies)
Discussion started by: Vit0_Corleone
2 Replies

4. UNIX for Dummies Questions & Answers

No Space Message Interpretation

Hi, I get the message NOTICE HTFS :No Space on dev hd (1/104), What does (1/104) mean? Is there any link, I can get material on understanding unix message log? thanks. (4 Replies)
Discussion started by: scomrade
4 Replies