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(5)
20 and PMDA(3).
21
22 The PCP mailing list pcp@groups.io can be used for questions about this
23 module.
24
25 Further details can be found at https://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.26.3 2018-06-05 MMV(3)