Fallback to conntrack-utils if ip_conntrack is not available
[bwmon.git] / README
blob5ddbf526e15c6e2b9a3b3808b59fb2c9cd218731
2                  bwmon: Application-level bandwidth monitoring
3                  ---------------------------------------------
5  bwmon is an open bandwidth monitoring solution for monitoring per-application
6  bandwidth usage. This can be utilized to better manage and monitor multiple
7  applications running on a single cloud host or a single application running
8  on multiple cloud hosts.
10  -- Features --
12    * Uses ip_conntrack to track connections
13    * Alternative, cross-platform "pipe" traffic monitor
14    * Easily customizable: Written in Python
15    * Combination of conntrack+pipe monitors possible
16    * Open Framework: Create new monitoring methods
17    * Support for SLA parameter input (bandwidth allocation)
18    * Support for SLA violation notification to external services
19    * Fully documented source code and user manual
21  -- News --
23    November 2012:
24    In recent kernels, there's no "ip_conntrack" kernel module. As
25    a replacement, bwmon now supports the "conntrack" command-line
26    utility from the "conntrack-utils" package.
28    If you get "KeyError: 'bytes'", this is a known problem, see:
29    http://marc.info/?l=netfilter&m=135194333402321&w=2
32  -- More information --
34  Web: http://thpinfo.com/2010/bwmon/
35  Git: http://repo.or.cz/w/bwmon.git