From 8b367dc5fc307679ce43066c9c9ec081b4a111a9 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Fri, 30 Jul 2010 18:02:15 +0200 Subject: [PATCH] Re-structuring test files, add AUTHORS and README --- AUTHORS | 3 +++ README | 26 ++++++++++++++++++++++++ {test => doc/test}/TinyHTTPProxy.py | 0 {test => doc/test}/browser.py | 0 {test => doc/test}/bt-download.txt | 0 {test => doc/test}/generate_random_urls.py | 0 {test => doc/test}/http-download.txt | 0 {test => doc/test}/monitor-mem.sh | 0 {test => doc/test}/pipe-browser.txt | 0 {test => doc/test}/urls.txt | 0 {test => doc/test}/web-session-linux-cpu.txt | 0 {test => doc/test}/web-session-linux-memory.txt | 0 {test => doc/test}/web-session-linux-traffic.txt | 0 13 files changed, 29 insertions(+) create mode 100644 AUTHORS create mode 100644 README rename {test => doc/test}/TinyHTTPProxy.py (100%) rename {test => doc/test}/browser.py (100%) rename {test => doc/test}/bt-download.txt (100%) rename {test => doc/test}/generate_random_urls.py (100%) rename {test => doc/test}/http-download.txt (100%) rename {test => doc/test}/monitor-mem.sh (100%) rename {test => doc/test}/pipe-browser.txt (100%) rename {test => doc/test}/urls.txt (100%) rename {test => doc/test}/web-session-linux-cpu.txt (100%) rename {test => doc/test}/web-session-linux-memory.txt (100%) rename {test => doc/test}/web-session-linux-traffic.txt (100%) 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 -- 2.11.4.GIT