Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pcp::mmv(3) [centos man page]

MMV(3)							User Contributed Perl Documentation						    MMV(3)

NAME
PCP::MMV - Perl module for Memory Mapped Value instrumentation SYNOPSIS
use PCP::MMV; DESCRIPTION
The PCP::MMV Perl module contains the language bindings for building Perl programs instrumented with the Performance Co-Pilot Memory Mapped Value infrastructure - an efficient data transport mechanism for making performance data from within a Perl program available as PCP metrics using the MMV PMDA. SEE ALSO
mmv_stats_init(3), mmv_inc_value(3), mmv_lookup_value_desc(3), mmv(4) and pmda(3). The PCP mailing list pcp@oss.sgi.com can be used for questions about this module. Further details can be found at http://oss.sgi.com/projects/pcp AUTHOR
Nathan Scott, <nathans@debian.org> Copyright (C) 2009 by Aconex. 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.16.3 2013-12-05 MMV(3)

Check Out this Related Man Page

LogImport(3)						User Contributed Perl Documentation					      LogImport(3)

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 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. 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 pcp@oss.sgi.com can be used for questions about this module. Further details can be found at http://oss.sgi.com/projects/pcp AUTHOR
Ken McDonell, <kenj@internode.on.net> Copyright (C) 2010 by Ken McDonell. 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.16.3 2013-12-05 LogImport(3)
Man Page