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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215
|
Source: pcp
Section: utils
Priority: extra
Homepage: http://oss.sgi.com/projects/pcp
Maintainer: Nathan Scott <nathans@debian.org>
Uploaders: Anibal Monsalve Salazar <anibal@debian.org>
Build-Depends: autoconf, bison, flex, gawk, procps, debhelper (>= 5), perl (>= 5.6), libreadline-dev
Standards-Version: 3.8.4
Package: pcp
Depends: ${shlibs:Depends}, ${misc:Depends}, gawk, procps, sysv-rc-conf, cpp
Suggests: tsocks
Conflicts: pgpool2
Recommends: libpcp-pmda-perl, pcp-gui
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
Depends: ${misc:Depends}, libpcp3 (= ${binary:Version}), libc6-dev | libc-dev
Architecture: any
Description: Performance Co-Pilot library and headers
The libpcp-dev package contains the base Performance Co-Pilot (PCP)
library and header files needed to develop collector and monitor
programs which make use of PCP services.
.
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
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: pgpool2, pcp (<< 2.8.0), libpcp3-dev (<< 2.8.5)
Section: libs
Architecture: any
Description: Performance Co-Pilot library
The libpcp package contains the runtime environment required by
programs that make use of Performance Co-Pilot (PCP) services.
.
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: libpcp-gui2-dev
Section: libdevel
Depends: ${misc:Depends}, libpcp3 (= ${binary:Version})
Conflicts: libpcp-gui1-dev
Architecture: any
Description: Performance Co-Pilot graphical client tools library and headers
The libpcp-gui-dev package contains the Performance Co-Pilot (PCP)
library and header files needed to incorporate graphical time control
(pmtime) into a monitoring application.
.
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: libpcp-gui2
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: libs
Architecture: any
Description: Performance Co-Pilot graphical client tools library
The libpcp-gui package contains the runtime environment required by any
monitoring tool that makes use of the time control services of pmtime(1).
.
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: libpcp-mmv1-dev
Section: libdevel
Depends: ${misc:Depends}, libpcp3 (= ${binary:Version})
Architecture: any
Description: Performance Co-Pilot Memory Mapped Value library and headers
The libpcp-mmv-dev package contains the Performance Co-Pilot (PCP)
library and header files needed to utilise memory mapped value
instrumentation into a monitored application.
.
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: libpcp-mmv1
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: libs
Architecture: any
Description: Performance Co-Pilot Memory Mapped Value client library
The libpcp-mmv package contains the runtime environment required by an
application that utilises Memory Mapped Value instrumentation to export
runtime instrumentation into the Performance Co-Pilot infrastructure.
.
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: libpcp-pmda3-dev
Section: libdevel
Depends: ${misc:Depends}, libpcp3 (= ${binary:Version})
Conflicts: pcp (<< 2.8.0)
Architecture: any
Description: Performance Co-Pilot Domain Agent library and headers
The libpcp-pmda-dev package contains the Performance Co-Pilot (PCP)
library and header files needed to develop Performance Metric Domain
Agents (PMDAs). Each PMDA exports performance data for one domain;
for example the operating system kernel, Cisco routers, a database,
an application, etc.
.
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: libpcp-pmda3
Depends: ${misc:Depends}, ${shlibs:Depends}
Section: libs
Architecture: any
Description: Performance Co-Pilot Domain Agent library
The libpcp-pmda package contains the runtime environment required by
a Performance Metric Domain Agent (PMDA). A PMDA exports performance
data for one specific domain, for example the operating system kernel,
DNS, SMTP, Cisco router, a database, an application, etc.
Package: libpcp-trace2-dev
Section: libdevel
Depends: ${misc:Depends}, libpcp3 (= ${binary:Version})
Conflicts: pcp (<< 2.8.0)
Architecture: any
Description: Performance Co-Pilot application tracing library and headers
The libpcp-trace-dev package 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.
.
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: libpcp-trace2
Depends: ${misc:Depends}, ${shlibs:Depends}
Section: libs
Architecture: any
Description: Performance Co-Pilot application tracing library
The libpcp-trace package 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.
.
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: libpcp-pmda-perl
Section: perl
Priority: optional
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, libpcp-pmda3 (= ${binary:Version})
Description: Performance Co-Pilot Domain Agent Perl module
The PCP::PMDA Perl module contains the language bindings for
building Performance Metric Domain Agents (PMDAs) using Perl.
Each PMDA exports performance data for one specific domain, for
example the operating system kernel, Cisco routers, a database,
an application, etc.
.
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: libpcp-logsummary-perl
Section: perl
Priority: optional
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, pcp (= ${binary:Version})
Description: Performance Co-Pilot historical log summary module
The PCP::LogSummary module provides a Perl module for using the
statistical summary data produced by the Performance Co-Pilot
pmlogsummary utility. This utility produces various averages,
minima, maxima, and other calculations based on the performance
data stored in a PCP archive. The Perl interface is ideal for
exporting this data into third-party tools (e.g. spreadsheets).
.
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: libpcp-mmv-perl
Section: perl
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libpcp-mmv1 (= ${binary:Version})
Description: Performance Co-Pilot Memory Mapped Value Perl module
The PCP::MMV module contains the Perl language bindings for
building scripts instrumented with the Performance Co-Pilot
(PCP) Memory Mapped Value (MMV) mechanism.
.
This mechanism allows arbitrary values to be exported from an
instrumented script into the PCP infrastructure for monitoring
and analysis with pmchart, pmie, pmlogger and other PCP tools.
|