From: Thomas Perl Date: Fri, 30 Jul 2010 16:02:15 +0000 (+0200) Subject: Re-structuring test files, add AUTHORS and README X-Git-Tag: 1.0~2 X-Git-Url: https://repo.or.cz/w/bwmon.git/commitdiff_plain/8b367dc5fc307679ce43066c9c9ec081b4a111a9 Re-structuring test files, add AUTHORS and README --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..725726f --- /dev/null +++ b/AUTHORS @@ -0,0 +1,3 @@ +Thomas Perl +Stefan Kögl + diff --git a/README b/README new file mode 100644 index 0000000..eaf7154 --- /dev/null +++ b/README @@ -0,0 +1,26 @@ + + bwmon: Application-level bandwidth monitoring + --------------------------------------------- + + bwmon is an open bandwidth monitoring solution for monitoring per-application + bandwidth usage. This can be utilized to better manage and monitor multiple + applications running on a single cloud host or a single application running + on multiple cloud hosts. + + -- Features -- + + * Uses ip_conntrack to track connections + * Alternative, cross-platform "pipe" traffic monitor + * Easily customizable: Written in Python + * Combination of conntrack+pipe monitors possible + * Open Framework: Create new monitoring methods + * Support for SLA parameter input (bandwidth allocation) + * Support for SLA violation notification to external services + * Fully documented source code and user manual + + + -- More information -- + + Web: http://thpinfo.com/2010/bwmon/ + Git: http://repo.or.cz/w/bwmon.git + diff --git a/test/TinyHTTPProxy.py b/doc/test/TinyHTTPProxy.py similarity index 100% rename from test/TinyHTTPProxy.py rename to doc/test/TinyHTTPProxy.py diff --git a/test/browser.py b/doc/test/browser.py similarity index 100% rename from test/browser.py rename to doc/test/browser.py diff --git a/test/bt-download.txt b/doc/test/bt-download.txt similarity index 100% rename from test/bt-download.txt rename to doc/test/bt-download.txt diff --git a/test/generate_random_urls.py b/doc/test/generate_random_urls.py similarity index 100% rename from test/generate_random_urls.py rename to doc/test/generate_random_urls.py diff --git a/test/http-download.txt b/doc/test/http-download.txt similarity index 100% rename from test/http-download.txt rename to doc/test/http-download.txt diff --git a/test/monitor-mem.sh b/doc/test/monitor-mem.sh similarity index 100% rename from test/monitor-mem.sh rename to doc/test/monitor-mem.sh diff --git a/test/pipe-browser.txt b/doc/test/pipe-browser.txt similarity index 100% rename from test/pipe-browser.txt rename to doc/test/pipe-browser.txt diff --git a/test/urls.txt b/doc/test/urls.txt similarity index 100% rename from test/urls.txt rename to doc/test/urls.txt diff --git a/test/web-session-linux-cpu.txt b/doc/test/web-session-linux-cpu.txt similarity index 100% rename from test/web-session-linux-cpu.txt rename to doc/test/web-session-linux-cpu.txt diff --git a/test/web-session-linux-memory.txt b/doc/test/web-session-linux-memory.txt similarity index 100% rename from test/web-session-linux-memory.txt rename to doc/test/web-session-linux-memory.txt diff --git a/test/web-session-linux-traffic.txt b/doc/test/web-session-linux-traffic.txt similarity index 100% rename from test/web-session-linux-traffic.txt rename to doc/test/web-session-linux-traffic.txt