1LogImport(3) User Contributed Perl Documentation LogImport(3)
2
3
4
6 PCP::LogImport - Perl module for importing performance data to create a
7 Performance Co-Pilot archive
8
10 use PCP::LogImport;
11
13 The PCP::LogImport module contains the language bindings for building
14 Perl applications that import performance data from a file or real-time
15 source and create a Performance Co-Pilot (PCP) archive suitable for use
16 with the PCP tools.
17
18 The routines in this module provide wrappers around the libpcp_import
19 library.
20
22 pmiAddInstance(3), pmiAddMetric(3), pmiEnd(3), pmiErrStr(3),
23 pmiGetHandle(3), pmiPutResult(3), pmiPutValue(3), pmiPutValueHandle(3),
24 pmiPutMark(3), pmiStart(3), pmiSetHostname(3), pmiSetTimezone(3),
25 pmiUnits(3), pmiUseContext(3) and pmiWrite(3).
26
27 The PCP mailing list pcp@groups.io can be used for questions about this
28 module.
29
30 Further details can be found at https://pcp.io
31
33 Ken McDonell, <kenj@kenj.id.au>
34
35 Copyright (C) 2010 by Ken McDonell.
36
37 This library is free software; you can redistribute it and/or modify it
38 under the terms of the GNU General Public License, version 2 (see the
39 "COPYING" file in the PCP source tree for further details).
40
41
42
43perl v5.16.3 2018-05-30 LogImport(3)