Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
features [2013-10-16 19:10] – [Core] nkukardfeatures [2013-10-18 16:22] – [Shaping] nkukard
Line 8: Line 8:
  
 ===== Shaping ===== ===== Shaping =====
-  * Class definitions allowing class prioritization and shaping 
   * Interface grouping for easy TX/RX identification   * Interface grouping for easy TX/RX identification
   * Username-based limit support   * Username-based limit support
   * IP address based limit support   * IP address based limit support
-  * Traffic match priorities +  * Traffic match priorities - Always (first), Normal (default) and Fallthrough (last) 
-  * Committed traffic rates and limits +  * Committed traffic rates (CIR) and burstable limits 
-  * Limit time and permanent overrides +  * Time-based limit overrides 
-  * Always (first), Normal (default) and Falltrhough traffic filtering+  * Class definitions allowing class prioritization and shaping
   * Optimization of traffic   * Optimization of traffic
     * Re-classification of traffic based on end-user experience     * Re-classification of traffic based on end-user experience
  
 +===== GUI =====
 +  * Built-in web-based interface
 +  * Limit configuration
 +  * Override configuration
 +  * Basic graphing
  
 ===== Plugins ===== ===== Plugins =====
  
 ==== webserver ==== ==== webserver ====
-The webserver plugin implements a web interface entirely contained within OpenTrafficShaper. It has a nice clean interface based on Twitter Bootstrap & JQuery/JQuery-UI.+The webserver plugin implements a HTTP-based web interface entirely contained within OpenTrafficShaper. It has a nice clean interface based on Twitter Bootstrap & JQuery/JQuery-UI
 + 
 +==== webserver: statistics ==== 
 +This plugin provides graphs and graphing data based on statistics retrieved from the statistics plugin. 
 + 
 +==== statistics ==== 
 +Interface for accepting, storing and retrieving of statistics for interfaces and traffic classes.
  
 ==== tc ==== ==== tc ====
 The current supported traffic shaping system is tc, this module implements shaping rules based on tc. The current supported traffic shaping system is tc, this module implements shaping rules based on tc.
 +
 +==== tcstats ====
 +Interface between tc and statistics modules for the processing of statistics coming from tc.