2014-08-24 15:30:16 +02:00
|
|
|
# bmon - Bandwidth Monitor
|
2013-07-09 20:02:42 +02:00
|
|
|
|
2014-08-24 15:23:10 +02:00
|
|
|
[](https://travis-ci.org/tgraf/bmon)
|
2014-08-24 22:08:07 +02:00
|
|
|
[](https://scan.coverity.com/projects/2864)
|
2014-08-24 15:20:14 +02:00
|
|
|
|
2013-07-09 20:02:42 +02:00
|
|
|
bmon is a monitoring and debugging tool to capture networking related
|
|
|
|
statistics and prepare them visually in a human friendly way. It
|
|
|
|
features various output methods including an interactive curses user
|
|
|
|
interface and a programmable text output for scripting.
|
|
|
|
|
2014-11-22 13:40:10 +01:00
|
|
|
## Download
|
2014-08-24 15:30:16 +02:00
|
|
|
|
2014-11-22 13:40:10 +01:00
|
|
|
* [Latest Release](https://github.com/tgraf/bmon/releases/latest)
|
|
|
|
* [Older Releases](https://github.com/tgraf/bmon/releases)
|
2014-08-30 13:36:46 +02:00
|
|
|
|
2015-01-08 14:14:02 +02:00
|
|
|
## Debian/Ubuntu Installation
|
2015-01-08 14:11:38 +02:00
|
|
|
|
|
|
|
```
|
2015-01-08 14:14:02 +02:00
|
|
|
git clone https://github.com/tgraf/bmon.git
|
|
|
|
cd bmon
|
2015-04-29 17:28:31 +02:00
|
|
|
apt-get install build-essential make libconfuse-dev libnl-3-dev libnl-route-3-dev libncurses-dev
|
2015-04-29 17:30:22 +02:00
|
|
|
./autogen.sh
|
2015-01-08 14:11:38 +02:00
|
|
|
./configure
|
|
|
|
make
|
|
|
|
make install
|
2015-01-08 14:14:02 +02:00
|
|
|
bmon
|
2015-01-08 14:11:38 +02:00
|
|
|
```
|
|
|
|
|
2014-11-22 13:33:24 +01:00
|
|
|
-------------
|
2015-07-25 11:10:41 +02:00
|
|
|
## New in 3.8
|
|
|
|
* Don't disable Netlink if TC stats are unavailable
|
2014-07-06 13:51:29 +02:00
|
|
|
|
2014-11-22 13:40:10 +01:00
|
|
|
-------------
|
2014-08-24 15:30:16 +02:00
|
|
|
### Usage
|
2013-07-09 20:02:42 +02:00
|
|
|
|
|
|
|
To run bmon in the default curses mode:
|
|
|
|
|
2014-08-24 15:30:16 +02:00
|
|
|
> bmon
|
2013-07-09 20:02:42 +02:00
|
|
|
|
|
|
|
There are many other options available and full help is
|
|
|
|
provided via:
|
|
|
|
|
2014-08-24 15:30:16 +02:00
|
|
|
> bmon --help
|
|
|
|
|
|
|
|
## Screenshots
|
2013-07-09 20:02:42 +02:00
|
|
|
|
2014-08-24 15:31:24 +02:00
|
|
|

|
|
|
|

|
2013-07-09 20:17:04 +02:00
|
|
|
|
2014-08-24 15:30:16 +02:00
|
|
|
## Copyright
|
2013-07-09 20:17:04 +02:00
|
|
|
|
2014-09-05 09:39:24 +02:00
|
|
|
> *Copyright (c) 2001-2014 Thomas Graf <tgraf@suug.ch>*
|
|
|
|
> *Copyright (c) 2013 Red Hat, Inc.*
|
2013-07-09 20:02:42 +02:00
|
|
|
|
2014-09-05 09:39:24 +02:00
|
|
|
Please see the [LICENSE.BSD](https://github.com/tgraf/bmon/blob/master/LICENSE.BSD)
|
|
|
|
and [LICENSE.MIT](https://github.com/tgraf/bmon/blob/master/LICENSE.MIT) files for
|
|
|
|
additional details.
|
2013-07-09 20:02:42 +02:00
|
|
|
|