pmiAddMetric (3) Linux Manual Page
pmiAddMetric – add a new metric definition to a LOGIMPORT context C Synopsis #include <pcp/pmapi.h> #include <pcp/impl.h> #include <pcp/import.h> int pmiAddMetric(const char *name, pmID pmid, int type, pmInDom indom, int sem, pmUnits units); cc … -lpcp_import -lpcp Perl SYNOPSIS use PCP::LogImport; pmiAddMetric($name, $pmid, $type, $indom, $sem, $units); Description As part of the Performance Co-Pilot Log Import API (see LOGIMPORT(3)),…
