diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2015-03-30 14:00:22 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-05 15:59:38 +0700 |
commit | 1e13b818c1a320a477a434133666533c5539f503 (patch) | |
tree | dbc0493de56ea8d24925bcec4b5f05f0edf12354 /network/nbwmon/README | |
parent | 712d6464362bf605d9e51dd569de0fbb7adfa9bb (diff) |
network/nbwmon: Added (ncurses bandwidth monitor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/nbwmon/README')
-rw-r--r-- | network/nbwmon/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/nbwmon/README b/network/nbwmon/README new file mode 100644 index 000000000000..5e60731d64a5 --- /dev/null +++ b/network/nbwmon/README @@ -0,0 +1,12 @@ +nbwmon is ncurses based bandwidth monitor. +It monitors transmitted and received traffic for a network interface. + +# Features + +* Print transmitted and received bandwidth graphs. +* Print current, maximum, average and minimum transfer speeds. +* Print total traffic received and transmitted. +* Scale to full window on startup and resize. +* Detect active network interface. +* Support for multiple units. +* Support for colors. |