forked from resurrecting-open-source-projects/cbm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (21 loc) · 940 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
cbm - display in real time the network traffic speed
----------------------------------------------------
The Color Bandwidth Meter (CBM) is a small program to display the traffic
currently flowing through the network devices in a simple curses-based GUI.
The traffic for all interfaces include values as receive, transfer and total
Bytes/s or bits/s (or its multiples as KB/s and Kb/s).
It is useful for Internet or LAN speed tests, measuring the velocity of a
link, to establish a benchmark or to monitor your connections. CBM can be
used with virtual, wired or wireless networks.
Build
=====
$ ./autogen.sh
$ ./configure
$ make
# make install
To return to original source code, you can use '$ make distclean' command.
AUTHOR
======
cbm was originally developed by Aaron Isotton <[email protected]> under GPL-2.
Currently, source code and newer versions are available at
https://github.com/resurrecting-open-source-projects/cbm