diff options
author | Vadim Kochan <vadim4j@gmail.com> | 2015-10-24 17:38:08 +0300 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-10-26 13:29:20 +0100 |
commit | ecfd9fb37218c6a2433074432b6dfa1ef2ca392e (patch) | |
tree | 298b05d8ca4bffa101f0aeb8f8f1e306f81f7eff /flowtop.8 | |
parent | e97a3b2a56efdb1833c6f1228f50b2636977647e (diff) |
flowtop: man: Add notice about rate info
Add notice about rate info to the feature list.
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'flowtop.8')
-rw-r--r-- | flowtop.8 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 am I 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 send/receive 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 |