slackbuilds_ponce/system/forkstat
Edinaldo P. Silva 06f87caa73 system/forkstat: Added (process monitoring tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-07-22 13:53:53 +07:00
..
forkstat.info
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.