File: control

package info (click to toggle)
colplot 5.2.0-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,576 kB
  • sloc: perl: 3,244; sh: 235; makefile: 9
file content (28 lines) | stat: -rw-r--r-- 1,387 bytes parent folder | download | duplicates (2)
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
Source: colplot
Section: admin
Priority: optional
Maintainer: Troy Heber <troyh@debian.org>
Build-Depends-Indep: debhelper (>= 9), quilt (>= 0.40), po-debconf
Standards-Version: 4.2.1.1

Package: colplot
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, collectl, perl, perl-tk, libio-socket-ip-perl, libgetopt-simple-perl, gnuplot (>= 4.4), ucf
Suggests: apache2
Replaces: collectl-utils
Breaks: collectl-utils
Recommends: apache2 | lighttpd | nginx | httpd
Homepage: http://collectl-utils.sourceforge.net/colplot.html
Description: Utility to plot performance data from collectl
 At its core, colplot is nothing more than a script that has intimate knowledge
 of collectl plot file and directory format. Based on the types of plots being
 requested and some basic formatting options, it will build the necessary
 gnuplot commands and automatically run them for you.
 .
 Colplot can be run either through a web-based interface or a command line.  As
 this introduction is not intended to be a User's Guide, see the colplot man
 page to identify which command line switches map to which web-based options.
 Also note that to produce plots on your terminal in command mode you must be
 running on a system that supports X terminals or windows. No, that is not a
 typo. Colplot does run on PCs. Also note if you direct colplot to write your
 plots to a file X is not required.