Annotation of embedaddon/bmon/README.adoc, revision 1.1.1.1

1.1       misho       1: = bmon =
                      2: :license: https://github.com/tgraf/bmon/blob/master/LICENSE
                      3: 
                      4: bmon is a monitoring and debugging tool to capture networking related
                      5: statistics and prepare them visually in a human friendly way. It
                      6: features various output methods including an interactive curses user
                      7: interface and a programmable text output for scripting.
                      8: 
                      9: == New in 3.3
                     10:  * MacOS X port
                     11:  * Only initialize curses module if actually used
                     12:  * Assorted bug and spelling fixes
                     13:  * Various build fixes
                     14: 
                     15: == Usage
                     16: 
                     17: To run bmon in the default curses mode:
                     18: 
                     19:   bmon
                     20: 
                     21: There are many other options available and full help is
                     22: provided via:
                     23: 
                     24:   bmon --help
                     25: 
                     26: == Screenshots
                     27: 
                     28: image:https://github.com/tgraf/bmon/raw/gh-pages/images/shot1.png[
                     29: "Screenshot 1", width=512]
                     30: image:https://github.com/tgraf/bmon/raw/gh-pages/images/shot2.png[
                     31: "Screenshot 2", width=512]
                     32: 
                     33: == Copyright
                     34: 
                     35:   Copyright (c) 2001-2014 Thomas Graf <tgraf@suug.ch>
                     36:   Copyright (c) 2013 Red Hat, Inc.
                     37: 
                     38: Please see the {license}[LICENSE] file for details.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>