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 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
|
|
|
|
|
|
|
|
### New in 3.4
|
2014-08-24 14:14:50 +02:00
|
|
|
* Bugfixes
|
|
|
|
* blank screen with config file
|
|
|
|
* quick-help toggle with '?' in curses
|
|
|
|
* Better bmon.conf example
|
|
|
|
|
2014-08-24 15:30:16 +02:00
|
|
|
## New in 3.3
|
2014-07-06 13:51:29 +02:00
|
|
|
* MacOS X port
|
|
|
|
* Only initialize curses module if actually used
|
|
|
|
* Assorted bug and spelling fixes
|
|
|
|
* Various build fixes
|
|
|
|
|
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:30:16 +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
|
|
|
|