[bwm-tools-devel] COMMIT - r54 - trunk/doc
Brought to you by:
nkukard
|
From: SVN C. <sv...@li...> - 2005-01-21 06:45:50
|
Author: nkukard
Date: 2005-01-21 08:45:35 +0200 (Fri, 21 Jan 2005)
New Revision: 54
Modified:
trunk/doc/bwmtools.texi
Log:
* Minor documentation updates
Modified: trunk/doc/bwmtools.texi
===================================================================
--- trunk/doc/bwmtools.texi 2005-01-21 06:42:26 UTC (rev 53)
+++ trunk/doc/bwmtools.texi 2005-01-21 06:45:35 UTC (rev 54)
@@ -78,12 +78,48 @@
As long as your iptables supports the @option{-j QUEUE} target, traffic
shaping will work.
+@menu
+* Features::BWM Tools Features
+@end menu
+@node Features
+@section BWM Tools Features
+@cindex features
+This section lists a few features which make BWM Tools a good solution
+for small to large enterprises@dots{}
+@*
+@itemize
+@item Traffic Shaping
+@itemize
+@item Hierarchical flows
+Allows you to embed flows within flows to form complex traffic shaping rules.
+@item Parent burst thresholds
+Parent burst thresholds allow child flows to burst until their parent flow
+has reached a specific utilization threshold.
+@end itemize
+@item Graphing
+@itemize
+@item RRD Tool file support
+Generation of rrdtool files which can be used to create custom graphs.
+@item Builtin RRD Tool graphing support
+BWM Tools can generate pretty looking graphs all by itself. Parameters for
+graphing are discussed in the Graphing section.
+@end itemize
+@item Logging
+@itemize
+@item Logging of traffic
+BWM Tools logs can log traffic stats to file at pre-defined intervals
+for use in reporting or graphing.
+@end itemize
+@end itemize
+
+
+
@node Installation
@chapter Installing BWM Tools
|