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), pmiPutText(3), pmiPutLabel(3), pmiStart(3),
25 pmiSetHostname(3), pmiSetTimezone(3), pmiUnits(3), pmiUseContext(3) and
26 pmiWrite(3).
27
28 The PCP mailing list pcp@groups.io can be used for questions about this
29 module.
30
31 Further details can be found at https://pcp.io
32
34 Ken McDonell, <kenj@kenj.id.au>
35
36 Copyright (C) 2010 by Ken McDonell. Copyright (C) 2018 Red Hat.
37
38 This library is free software; you can redistribute it and/or modify it
39 under the terms of the GNU General Public License, version 2 (see the
40 "COPYING" file in the PCP source tree for further details).
41
42
43
44perl v5.30.2 2020-04-24 LogImport(3)