pmiSetHostname (3) - Linux Manuals
pmiSetHostname: set the source host name for a LOGIMPORT archive
NAME
pmiSetHostname - set the source host name for a LOGIMPORT archiveC SYNOPSIS
#include <pcp/pmapi.h>#include <pcp/impl.h>
#include <pcp/import.h>
int pmiSetHostname(const char *value);
Perl SYNOPSIS
use PCP::LogImport;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.