Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   pmisethostname    ( 3 )

установить исходное имя хоста для архива LOGIMPORT (set the source host name for a LOGIMPORT archive)

Имя (Name)

pmiSetHostname - set the source host name for a LOGIMPORT archive


Синопсис C (C Synopsis)

#include <pcp/pmapi.h> #include <pcp/import.h>

int pmiSetHostname(const char *value);

cc ... -lpcp_import -lpcp


Синопсис PERL (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.


Диагностика (Diagnostic)

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