From bf69c89577bb89866342b98b418fa0164069ab63 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 17 Oct 2009 15:25:42 +0200 Subject: bmon formula bmon is a portable bandwidth monitor and rate estimator. It supports various input methods for different architectures. Various output modes exist, including an interactive curses interface, lightweight HTML output, and simple ASCII output. Statistics may be distributed over a network using multicast or unicast and collected at some point to generate a summary of statistics for a set of nodes. --- Library/Formula/bmon.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Library/Formula/bmon.rb (limited to 'Library/Formula') diff --git a/Library/Formula/bmon.rb b/Library/Formula/bmon.rb new file mode 100644 index 000000000..e9551f3a2 --- /dev/null +++ b/Library/Formula/bmon.rb @@ -0,0 +1,16 @@ +require 'formula' + +class Bmon