1MMV(3) User Contributed Perl Documentation MMV(3)
2
3
4
6 PCP::MMV - Perl module for Memory Mapped Value instrumentation
7
9 use PCP::MMV;
10
12 The PCP::MMV Perl module contains the language bindings for building
13 Perl programs instrumented with the Performance Co-Pilot Memory Mapped
14 Value infrastructure - an efficient data transport mechanism for making
15 performance data from within a Perl program available as PCP metrics
16 using the MMV PMDA.
17
19 mmv_stats_init(3), mmv_inc_value(3), mmv_lookup_value_desc(3), mmv(4)
20 and pmda(3).
21
22 The PCP mailing list pcp@oss.sgi.com can be used for questions about
23 this module.
24
25 Further details can be found at http://www.pcp.io
26
28 Nathan Scott, <nathans@debian.org>
29
30 Copyright (C) 2009 by Aconex.
31
32 This library is free software; you can redistribute it and/or modify it
33 under the terms of the GNU General Public License, version 2 (see the
34 "COPYING" file in the PCP source tree for further details).
35
36
37
38perl v5.10.1 2015-10-22 MMV(3)