mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
c0bb4eb77f
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
453 B
Text
10 lines
453 B
Text
forkstat (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 r ogue
|
|
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.
|