slackbuilds_ponce/system/forkstat
Panagiotis Nikolaou 3734bb0ddd
system/forkstat: Fixed md5sum
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-07-30 08:28:43 +07:00
..
forkstat.info system/forkstat: Fixed md5sum 2016-07-30 08:28:43 +07:00
forkstat.SlackBuild
README
slack-desc

forkstat (process fork/exec/exit monitoring tool).

Forkstat is a program that logs 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.

Note that forkstat uses the Linux netlink connector to gather process activity
and this may miss events if the system is overly busy.
Netlink connector also requires root privilege.