File: control

package info (click to toggle)
forkstat 0.02.09-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 360 kB
  • sloc: ansic: 1,409; makefile: 63
file content (17 lines) | stat: -rw-r--r-- 606 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: forkstat
Section: admin
Priority: optional
Maintainer: Colin King <colin.king@canonical.com>
Uploaders: Kamal Mostafa <kamal@whence.com>
Standards-Version: 4.1.2
Build-Depends: debhelper (>= 11)
Homepage: http://kernel.ubuntu.com/~cking/forkstat

Package: forkstat
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: process fork/exec/exit monitoring tool
 Forkstat monitors process fork(), exec() and exit() activity.
 It is useful for monitoring system behaviour and to track down
 rogue processes that are spawning off processes and potentially
 abusing the system.