LogImport
Section: User Contributed Perl Documentation (3)
Updated: 2012-04-23
Index NAME
PCP::LogImport - Perl module for importing performance data to create a Performance Co-Pilot archive
SYNOPSIS
use PCP::LogImport;
DESCRIPTION
The PCP::LogImport module contains the language bindings for buildingPerl applications that import performance data from a file or real-timesource and create a Performance Co-Pilot (
PCP) archive suitable for usewith the
PCP tools.
The routines in this module provide wrappers around the libpcp_importlibrary.
SEE ALSO
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 pcpAATToss.sgi.com can be used for questions aboutthis module.
Further details can be found at http://oss.sgi.com/projects/pcp
AUTHOR
Ken McDonell, <kenjAATTinternode.on.net>
Copyright (C) 2010 by Ken McDonell.
This library is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License, version 2 (seethe ``COPYING'' file in the PCP source tree for further details).
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- SEE ALSO
- AUTHOR
This document was created byman2html,using the manual pages.