File: control

package info (click to toggle)
health-check 0.03.09-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 392 kB
  • sloc: ansic: 7,044; python: 106; makefile: 63
file content (21 lines) | stat: -rw-r--r-- 814 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
Source: health-check
Rules-Requires-Root: no
Section: admin
Priority: optional
Maintainer: Colin King <colin.king@canonical.com>
Standards-Version: 4.1.2
Build-Depends: debhelper (>= 13),
               debhelper-compat (=13),
               libjson-c-dev (>= 0.9),
               libbsd-dev
Homepage: http://kernel.ubuntu.com/~cking/health-check

Package: health-check
Architecture: i386 amd64 armel armhf arm64 powerpc ppc64 ppc64el
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: process monitoring tool
 Health-check monitors processes and optionally their child
 processes and threads for a given amount of time.  At the end
 of the monitoring it will display the CPU time used, wakeup
 events generated and I/O operations of the given processes.
 It can be used to diagnose unhealthy bad processes.