PCP::LogImport
Perl module for importing performance data to create a Performance Co-Pilot archive
- Provided by: libpcp-import-perl (Version: 3.10.8build1)
- Source: pcp
- Report a bug
Perl module for importing performance data to create a Performance Co-Pilot archive
use PCP::LogImport;
The PCP::LogImport module contains the language bindings for building Perl applications that import performance data from a file or real-time source and create a Performance Co-Pilot (PCP) archive suitable for use with the PCP tools.
The routines in this module provide wrappers around the libpcp_import library.
pmiAddInstance(3), pmiAddMetric(3), pmiEnd(3), pmiErrStr(3), pmiGetHandle(3), pmiPutResult(3), pmiPutValue(3), pmiPutValueHandle(3), pmiStart(3), pmiSetHostname(3), pmiSetTimezone(3), pmiUnits(3), pmiUseContext(3) and pmiWrite(3).
The PCP mailing list pcp@oss.sgi.com can be used for questions about this module.
Further details can be found at http://www.pcp.io
Ken McDonell, <kenj@internode.on.net>
Copyright (C) 2010 by Ken McDonell.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 (see the "COPYING" file in the PCP source tree for further details).