pmisethostname(3) - Linux man page

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).