Skip to content

Color Bandwidth Meter (CBM) - display in real time the network traffic speed

License

Notifications You must be signed in to change notification settings

madara3/cbm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Color Bandwidth Meter (CBM) - display in real time the network traffic speed

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 79.8%
  • Makefile 9.1%
  • Shell 6.7%
  • M4 4.4%