summaryrefslogtreecommitdiffstats
path: root/system/forkstat/README
blob: 0ca19a6e644fefc9aae74110c065681cc73c1c56 (plain)
1
2
3
4
5
6
7
8
9
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.