File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ cbm - display in real time the network traffic speed
2+ ----------------------------------------------------
3+
4+ The Color Bandwidth Meter (CBM) is a small program to display the traffic
5+ currently flowing through the network devices in a simple curses-based GUI.
6+ The traffic for all interfaces include values as receive, transfer and total
7+ Bytes/s or bits/s (or its multiples as KB/s and Kb/s).
8+
9+ It is useful for Internet or LAN speed tests, measuring the velocity of a
10+ link, to establish a benchmark or to monitor your connections. CBM can be
11+ used with virtual, wired or wireless networks.
12+
13+ AUTHOR
14+
15+ cbm was originally developed by Aaron Isotton <aaron@isotton.com> under GPL-2.
16+
17+ Currently, source code and newer versions are available at
18+ https://github.com/resurrecting-open-source-projects/cbm
Original file line number Diff line number Diff line change 1+ When updating, change the following files (if needed):
2+
3+ - ChangeLog
4+ - Check for spelling errors in ChangeLog and manpage.
5+ - configure.ac (VERSION)
6+ - doc/create-man.sh (DATE, version)
7+ - Generate a new manpage.
8+ - README
You can’t perform that action at this time.
0 commit comments