From 8fc9066ee62d17cdb76bc064c945da3bb0d2e2a3 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 11 Jun 2009 20:33:14 +0200 Subject: conntrackd: add support to display statistics on existing child processes This patch adds the ability to dump the list of existing child processes. In general, it would be hard to display one since child processes are generally forked for very specific tasks, like commit and flush operations, and they have very limited lifetime. However, this can be handy for debugging problems. Signed-off-by: Pablo Neira Ayuso --- conntrackd.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conntrackd.8') diff --git a/conntrackd.8 b/conntrackd.8 index cf15044..1342c22 100644 --- a/conntrackd.8 +++ b/conntrackd.8 @@ -44,11 +44,12 @@ option will not flush your internal and external cache). .BI "-k " Kill the daemon .TP -.BI "-s " "[|network|cache|runtime|link|queue]" +.BI "-s " "[|network|cache|runtime|link|queue|process]" Dump statistics. If no parameter is passed, it displays the general statistics. If "network" is passed as parameter it displays the networking statistics. If "cache" is passed as parameter, it shows the extended cache statistics. If "runtime" is passed as parameter, it shows the run-time statistics. +If "process" is passed as parameter, it shows existing child processes (if any). .TP .BI "-R " Force a resync against the kernel connection tracking table -- cgit v1.2.3