File: TODO

package info (click to toggle)
bandwidthd 2.0.1%2Bcvs20090917-5
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,568 kB
  • sloc: sh: 2,958; ansic: 2,743; php: 1,263; yacc: 216; makefile: 158; lex: 36; sql: 27
file content (16 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Move output modules to forked section
Config switches for sample intervals and graphing ranges

# Features requested by people, I make a note of them here in case myself
# or someone else wants to come along and implement them.
Stoilis:
List of IP's to exclude from the page
Switch to hide all ip addresses

Me:
Switch to only graph traffic not to and from the local network (internet
	traffic only)

Change ram datastore:  Linked lists with identifiers that store only non-zero traffic, use
	longs for traffic storage instead of long longs and implement a multiplyer field.
	will allow implementation of custom ports to graph and reduce ram usage by 70%ish