diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-06-20 21:17:43 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-06-20 21:17:43 +0200 |
commit | b524c764aba149018fa83dec742c21dc8116838e (patch) | |
tree | be9d180f154ecd55c0c48baaab82c5e119482c6d /conntrackd.8 | |
parent | 4cfc8533743a766db0b2c8ae27b7bba312eb3ec0 (diff) | |
download | conntrack-tools-b524c764aba149018fa83dec742c21dc8116838e.tar.gz conntrack-tools-b524c764aba149018fa83dec742c21dc8116838e.zip |
conntrackd: add `-s queue' to display queue statistics
This patch re-introduces `-s queue' but now it displays generic
queue statistics.
# conntrackd -s queue
active queue objects: 0
queue txqueue:
current elements: 0
maximum elements: 2147483647
not enough space errors: 0
queue rsqueue:
current elements: 72
maximum elements: 128
not enough space errors: 0
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'conntrackd.8')
-rw-r--r-- | conntrackd.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conntrackd.8 b/conntrackd.8 index 61a3e0e..f741bc9 100644 --- a/conntrackd.8 +++ b/conntrackd.8 @@ -44,12 +44,13 @@ option will not flush your internal and external cache). .BI "-k " Kill the daemon .TP -.BI "-s " "[|network|cache|runtime|link|rsqueue|process]" +.BI "-s " "[|network|cache|runtime|link|rsqueue|process|queue]" 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). +If "queue" is passed as parameter, it shows queue statistics. .TP .BI "-R " Force a resync against the kernel connection tracking table |