centos man page for pmiusecontext

Query: pmiusecontext

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PMIUSECONTEXT(3)					     Library Functions Manual						  PMIUSECONTEXT(3)

NAME
pmiUseContext - change LOGIMPORT context
C SYNOPSIS
#include <pcp/pmapi.h> #include <pcp/impl.h> #include <pcp/import.h> int pmiUseContext(int context); cc ... -lpcp_import -lpcp Perl SYNOPSIS use PCP::LogImport; pmiUseContext($context);
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 pmStart(3) and on successful return from pmiUseContext, the current con- text 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).
SEE ALSO
LOGIMPORT(3), pmiErrStr(3) and pmiStart(3). Performance Co-Pilot PMIUSECONTEXT(3)
Related Man Pages
pmiusecontext(3) - centos
pmierrstr(3) - centos
pmiputresult(3) - centos
pmiwrite(3) - centos
pcp::logimport(3) - centos
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
Controlling user input
[TIP] Processing YAML files with yq