diff options
Diffstat (limited to 'system/forkstat/README')
-rw-r--r-- | system/forkstat/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/forkstat/README b/system/forkstat/README new file mode 100644 index 000000000000..44d19a686ea2 --- /dev/null +++ b/system/forkstat/README @@ -0,0 +1,6 @@ +forkstat - tracer of process creation/termination in the system + +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. |