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-08-24 15:30:16 +02:00
|
|
|
## Changes
|
|
|
|
|
2014-08-30 13:36:46 +02:00
|
|
|
|
|
|
|
## New in v3.5
|
|
|
|
* Fixes for all defects identified by coverity
|
|
|
|
* Fix accuracy issue on total rate calculation
|
|
|
|
* Travis-CI support
|
|
|
|
* Various other small bugfixes
|
2014-07-06 13:51:29 +02: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-08-24 15:30:16 +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-08-24 15:30:16 +02:00
|
|
|
Please see the [LICENSE](https://github.com/tgraf/bmon/blob/master/LICENSE)
|
|
|
|
file for additional details.
|
2013-07-09 20:02:42 +02:00
|
|
|
|