logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PCP::LogImport - Perl module for importing performance data to create a Performance Co-Pilot archive

Author

       Ken McDonell, <kenj@kenj.id.au>

       Copyright (C) 2010 by Ken McDonell.  Copyright (C) 2018,2022 Red Hat.

       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).

perl v5.40.1                                       2025-04-11                                     LogImport(3pm)

Description

       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 and some of the routines
       from the libpcp library.

Name

       PCP::LogImport - Perl module for importing performance data to create a Performance Co-Pilot archive

See Also

pmiAddInstance(3), pmiAddMetric(3), pmiEnd(3), pmiErrStr(3), pmiGetHandle(3), pmiID(3), pmID_build(3),
       pmid_build(3), pmiInDom(3), pmInDom_build(3), pmiPutResult(3), pmiPutValue(3), pmiPutValueHandle(3),
       pmiPutMark(3), pmiPutText(3), pmiPutLabel(3), pmiStart(3), pmiSetHostname(3), pmiSetTimezone(3),
       pmiSetVersion(3), pmiUnits(3), pmiUseContext(3), pmiWrite(3) and pmSetDebug(3).

       The PCP mailing list pcp@groups.io can be used for questions about this module.

       Further details can be found at https://pcp.io

Synopsis

         use PCP::LogImport;

See Also