pmiUseContext - change LOGIMPORT context
Contents
C Synopsis
#include<pcp/pmapi.h>#include<pcp/import.h>intpmiUseContext(intcontext);cc...-lpcp_import-lpcp
Description
As part of the Performance Co-Pilot Log Import API (see LOGIMPORT(3)), pmiUseContext may be used by
applications wishing to generate more than one PCP archive concurrently.
The context argument is a value returned from a previous call to pmiStart(3) and on successful return
from pmiUseContext, the current context will have been changed to the one identified by context.
Diagnostics
pmiUseContext returns zero on success else a negative value that can be turned into an error message by
calling pmiErrStr(3).
Name
pmiUseContext - change LOGIMPORT context
Perl Synopsis
usePCP::LogImport;pmiUseContext($context);
See Also
LOGIMPORT(3), pmiErrStr(3) and pmiStart(3). Performance Co-Pilot PMIUSECONTEXT(3)
