summaryrefslogtreecommitdiffstats
path: root/conntrackd.8
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-06-11 20:33:14 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2009-06-11 20:33:14 +0200
commit8fc9066ee62d17cdb76bc064c945da3bb0d2e2a3 (patch)
treebfde54b1611023e42a918bbd1911b874a6d0bff2 /conntrackd.8
parent9163f4673d919658c94f9de4ca32a2e9dacce2fd (diff)
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 <pablo@netfilter.org>
Diffstat (limited to 'conntrackd.8')
-rw-r--r--conntrackd.83
1 files changed, 2 insertions, 1 deletions
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