diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-12-21 19:39:39 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-12-21 19:39:39 +0100 |
commit | 7b3f57d5007dd2cf4127c2c3a9a7cd0f64d5d6e9 (patch) | |
tree | af5056d1a50fc62e640508c735114c3c4157ab0e /conntrackd.8 | |
parent | b666e6ebbd0c0ae7967ff8167790166858544297 (diff) | |
download | conntrack-tools-7b3f57d5007dd2cf4127c2c3a9a7cd0f64d5d6e9.tar.gz conntrack-tools-7b3f57d5007dd2cf4127c2c3a9a7cd0f64d5d6e9.zip |
src: add network statistics via `-s network'
This patch adds networks statistics that you can check via
`conntrackd -s network'. This information is useful for
trouble-shooting.
This patch replaces several log messages that can be triggered in
runtime. The idea behind this patch is to avoid log message flooding
under errors.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'conntrackd.8')
-rw-r--r-- | conntrackd.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conntrackd.8 b/conntrackd.8 index 2d7b228..ab834fb 100644 --- a/conntrackd.8 +++ b/conntrackd.8 @@ -44,8 +44,9 @@ option will not flush your internal and external cache). .BI "-k " Kill the daemon .TP -.BI "-s " -Dump statistics +.BI "-s " "[|network]" +Dump statistics. If no parameter is passed, it displays the general statistics. +If "network" is passed as parameter it displays the networking statistics. .TP .BI "-R " Force a resync against the kernel connection tracking table |