From b524c764aba149018fa83dec742c21dc8116838e Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 20 Jun 2009 21:17:43 +0200 Subject: 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 --- conntrackd.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conntrackd.8') 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 -- cgit v1.2.3