File: control

package info (click to toggle)
health-check 0.02.05-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 400 kB
  • ctags: 539
  • sloc: ansic: 7,249; python: 106; makefile: 60
file content (18 lines) | stat: -rw-r--r-- 710 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: health-check
Section: admin
Priority: optional
Maintainer: Colin King <colin.king@canonical.com>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), libjson-c-dev (>= 0.11)
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.