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 and some of the routines from the libpcp library.
20
22 pmiAddInstance(3), pmiAddMetric(3), pmiEnd(3), pmiErrStr(3),
23 pmiGetHandle(3), pmiID(3), pmID_build(3), pmid_build(3), pmiInDom(3),
24 pmInDom_build(3), pmiPutResult(3), pmiPutValue(3),
25 pmiPutValueHandle(3), pmiPutMark(3), pmiPutText(3), pmiPutLabel(3),
26 pmiStart(3), pmiSetHostname(3), pmiSetTimezone(3), pmiSetVersion(3),
27 pmiUnits(3), pmiUseContext(3), pmiWrite(3) and pmSetDebug(3).
28
29 The PCP mailing list pcp@groups.io can be used for questions about this
30 module.
31
32 Further details can be found at https://pcp.io
33
35 Ken McDonell, <kenj@kenj.id.au>
36
37 Copyright (C) 2010 by Ken McDonell. Copyright (C) 2018,2022 Red Hat.
38
39 This library is free software; you can redistribute it and/or modify it
40 under the terms of the GNU General Public License, version 2 (see the
41 "COPYING" file in the PCP source tree for further details).
42
43
44
45perl v5.36.1 2023-11-17 LogImport(3)