logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pmiSetHostname - set the source host name for a LOGIMPORT archive

C Synopsis

#include<pcp/pmapi.h>#include<pcp/import.h>intpmiSetHostname(constchar*value);cc...-lpcp_import-lpcp

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

Name

pmiSetHostname - set the source host name for a LOGIMPORT archive

Perl Synopsis

usePCP::LogImport;pmiSetHostname($value);

See Also

LOGIMPORT(3), pmiErrStr(3), pmiSetTimezone(3), pmiSetVersion(3) and pmiStart(3).

Performance Co-Pilot                                                                           PMISETHOSTNAME(3)

See Also