1PMDA(3) User Contributed Perl Documentation PMDA(3)
2
3
4
6 PCP::PMDA - Perl extension for Performance Metrics Domain Agents
7
9 use PCP::PMDA;
10
12 The PCP::PMDA Perl module contains the language bindings for building
13 Performance Metric Domain Agents (PMDAs) using Perl. Each PMDA exports
14 performance data for one specific domain, for example the operating
15 system kernel, Cisco routers, a database, an application, etc.
16
18 perl(1) and pmda(3).
19
20 The PCP mailing list pcp@oss.sgi.com can be used for questions about
21 this module.
22
23 Further details can be found at http://oss.sgi.com/projects/pcp
24
26 Nathan Scott, <nathans@debian.org>
27
28 Copyright (C) 2008-2009 by Aconex. Copyright (C) 2004 by Silicon
29 Graphics, Inc.
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 PMDA(3)