Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pmisethostname(3) [centos man page]

PMISETHOSTNAME(3)					     Library Functions Manual						 PMISETHOSTNAME(3)

NAME
pmiSetHostname - set the source host name for a LOGIMPORT archive C SYNOPSIS
#include <pcp/pmapi.h> #include <pcp/impl.h> #include <pcp/import.h> int pmiSetHostname(const char *value); cc ... -lpcp_import -lpcp Perl SYNOPSIS use PCP::LogImport; pmiSetHostname($value); DESCRIPTION
As part of the Performance Co-Pilot Log Import API (see LOGIMPORT(3)), pmiSetHostname sets the source hostname in the current context to be value. In the absence of a call to pmiSetHostname the source hostname defaults to the hostname of the localhost. DIAGNOSTICS
pmiSetHostname 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), pmiSetTimezone(3) and pmiStart(3). Performance Co-Pilot PMISETHOSTNAME(3)

Check Out this Related Man Page

PMISETTIMEZONE(3)					     Library Functions Manual						 PMISETTIMEZONE(3)

NAME
pmiSetTimezone - set the source timezone for a LOGIMPORT archive C SYNOPSIS
#include <pcp/pmapi.h> #include <pcp/impl.h> #include <pcp/import.h> int pmiSetTimezone(const char *value); cc ... -lpcp_import -lpcp Perl SYNOPSIS use PCP::LogImport; pmiSetTimezone($value); DESCRIPTION
As part of the Performance Co-Pilot Log Import API (see LOGIMPORT(3)), pmiSetTimezone sets the source timezone in the current context to be value. In the absence of a call to pmiSetTimezone the source timezone defaults to the timezone of the localhost. DIAGNOSTICS
pmiSetTimezone 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), pmiSetHostname(3) and pmiStart(3). Performance Co-Pilot PMISETTIMEZONE(3)
Man Page