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(4) and pmda(3).
20
21 The PCP mailing list pcp@oss.sgi.com can be used for questions about
22 this module.
23
24 Further details can be found at http://oss.sgi.com/projects/pcp
25
27 Nathan Scott, <nathans@debian.org>
28
29 Copyright (C) 2009 by Aconex.
30
31 This library is free software; you can redistribute it and/or modify it
32 under the terms of the GNU General Public License, version 2 (see the
33 "COPYING" file in the PCP source tree for further details).
34
35
36
37perl v5.12.1 2010-07-19 MMV(3)