From: Vadim Kochan <[email protected]> Add notice about rate info to the feature list.
Signed-off-by: Vadim Kochan <[email protected]> --- flowtop.8 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flowtop.8 b/flowtop.8 index 11dd769..228d21c 100644 --- a/flowtop.8 +++ b/flowtop.8 @@ -27,6 +27,7 @@ local system, e.g. for debugging purposes or to answer questions like: * Are there any suspicious background connections on my machine? * How many active connections does binary Y have? * How long are connections active already? + * At which rate I am sending/receiving data? .PP The following information will be presented in flowtop's output: .PP @@ -38,6 +39,7 @@ The following information will be presented in flowtop's output: * Transport protocol state machine information * Byte/packet counters (if they are enabled) * Connection duration (if timestamping is enabled) + * Flow sending/receiving rate (if byte/packet counters are enabled) .PP In order for flowtop to work, netfilter must be active and running on your machine, thus kernel-side connection tracking is active. If netfilter -- 2.6.1 -- You received this message because you are subscribed to the Google Groups "netsniff-ng" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
