File: control

package info (click to toggle)
sysstat 12.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 19,224 kB
  • sloc: ansic: 46,886; sh: 1,299; xml: 1,287; tcl: 756; makefile: 728; perl: 257; python: 202
file content (53 lines) | stat: -rw-r--r-- 1,963 bytes parent folder | download
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
Source: sysstat
Section: admin
Priority: optional
Maintainer: Robert Luberda <robert@debian.org>
Build-Depends: debhelper-compat (= 13),
               gettext,
               libsensors-dev,
               pkg-config,
               systemd
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: http://pagesperso-orange.fr/sebastien.godard/
Vcs-Git: https://salsa.debian.org/debian/sysstat.git
Vcs-Browser: https://salsa.debian.org/debian/sysstat

Package: sysstat
Architecture: linux-any
Depends: lsb-base (>= 3.0-6),
         ucf (>= 2.003),
         xz-utils,
         ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Recommends: systemd | cron | cron-daemon
Suggests: isag
Description: system performance tools for Linux
 The sysstat package contains the following system performance tools:
  - sar: collects and reports system activity information;
  - iostat: reports CPU utilization and disk I/O statistics;
  - tapestat: reports statistics for tapes connected to the system;
  - mpstat: reports global and per-processor statistics;
  - pidstat: reports statistics for Linux tasks (processes);
  - sadf: displays data collected by sar in various formats;
  - cifsiostat: reports I/O statistics for CIFS filesystems.
 .
 The statistics reported by sar deal with I/O transfer rates,
 paging activity, process-related activities, interrupts,
 network activity, memory and swap space utilization, CPU
 utilization, kernel activities and TTY statistics, among
 others. Both UP and SMP machines are fully supported.

Package: isag
Architecture: all
Depends: gnuplot-x11,
         sysstat (>= ${source:Version}),
         tk | wish,
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Suggests: rcs
Description: Interactive System Activity Grapher for sysstat
 This package provides the command isag, which graphically displays the
 system activity data stored in the binary logs produced by sar (in the
 package sysstat).