1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
Source: pcp
Section: utils
Priority: extra
Maintainer: Nathan Scott <nathans@debian.org>
Uploaders: Anibal Monsalve Salazar <anibal@debian.org>
Build-Depends: autoconf, bison, flex, gawk, procps, debhelper (>= 5)
Standards-Version: 3.7.3
Package: pcp
Depends: ${shlibs:Depends}, gawk, procps, sysv-rc-conf, cpp
Suggests: tsocks
Conflicts: pgpool2
Recommends: kmchart
Architecture: any
Description: System level performance monitoring and performance management
Performance Co-Pilot (PCP) is a framework and services to
support system-level performance monitoring and performance
management.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp3-dev
Section: libdevel
Priority: extra
Depends: libc6-dev | libc-dev, libpcp3 (>= 2.7.4-20080507)
Conflicts: pcp (< 2.7.4-20080507)
Architecture: any
Description: Performance Co-Pilot library and headers
libpcp-dev contains the base Performance Co-Pilot (PCP) library and
header files needed to develop both collector and monitor programs
which make use of PCP services.
Package: libpcp3
Depends: ${shlibs:Depends}
Conflicts: pgpool2, pcp (< 2.7.4-20080507)
Section: libs
Priority: extra
Architecture: any
Description: Performance Co-Pilot library
Contains the runtime environment required by programs that make use
of Performance Co-Pilot services.
Package: libpcp-pmda3-dev
Section: libdevel
Priority: extra
Depends: libc6-dev | libc-dev, libpcp3-dev
Conflicts: pcp (< 2.7.4-20080507)
Architecture: any
Description: Performance Co-Pilot Domain Agent library and headers
libpcppmda-dev contains the Performance Co-Pilot (PCP) library and
header files needed to develop Performance Metric Domain Agents
(PMDAs). A PMDA exports performance data for one specific domain,
for example the operating system kernel, Cisco routers, a database,
an application, etc.
Package: libpcp-pmda3
Depends: ${shlibs:Depends}
Section: libs
Priority: extra
Architecture: any
Description: Performance Co-Pilot Domain Agent library
Contains the runtime environment required by a Performance Metric
Domain Agent (PMDAs). A PMDA exports performance data for one
specific domain, for example the operating system kernel, Cisco
routers, a database, an application, etc.
Package: libpcp-trace2-dev
Section: libdevel
Priority: extra
Depends: libc6-dev | libc-dev, libpcp3-dev
Conflicts: pcp (< 2.7.4-20080507)
Architecture: any
Description: Performance Co-Pilot application tracing library and headers
libpcptrace-dev contains the Performance Co-Pilot (PCP) library and
header files needed to directly instrument an application for event
and value tracking by the pmdatrace(1) PCP Trace Performance Metric
Domain Agent.
Package: libpcp-trace2
Depends: ${shlibs:Depends}
Section: libs
Priority: extra
Architecture: any
Description: Performance Co-Pilot application tracing library
Contains the runtime environment required by an application that is
directly instrumented for event and value tracking by pmdatrace(3),
the Trace Performance Metric Domain Agent.
|