* ffluci/statistcs: implement rrdtool stuff, extend controller to public pages - wip
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 25 May 2008 02:37:39 +0000 (02:37 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 25 May 2008 02:37:39 +0000 (02:37 +0000)
commit1e70a05156492ccb7918b566ae027f448746fa43
treeb592cf1b67799e57b286a16ad5c03011798bf1a0
parent32aa488d9b585bbeb8d880d763923f9f1c6cd0e2
* ffluci/statistcs: implement rrdtool stuff, extend controller to public pages - wip
12 files changed:
applications/luci-statistics/src/controller/luci_statistics/luci_statistics.lua
applications/luci-statistics/src/statistics/datatree.lua [new file with mode: 0644]
applications/luci-statistics/src/statistics/rrdtool.lua [new file with mode: 0644]
applications/luci-statistics/src/statistics/rrdtool/colors.lua [new file with mode: 0644]
applications/luci-statistics/src/statistics/rrdtool/definitions.lua [new file with mode: 0644]
applications/luci-statistics/src/statistics/rrdtool/definitions/cpu/cpu.lua [new file with mode: 0644]
applications/luci-statistics/src/statistics/rrdtool/definitions/iptables/ipt_packets.lua [new file with mode: 0644]
applications/luci-statistics/src/statistics/rrdtool/definitions/processes/ps_state.lua [new file with mode: 0644]
applications/luci-statistics/src/statistics/rrdtool/definitions/tcpconns/tcp_connections.lua [new file with mode: 0644]
applications/luci-statistics/src/statistics/rrdtool/definitions/wireless.lua [new file with mode: 0644]
applications/luci-statistics/src/view/public_statistics/graph.htm [new file with mode: 0644]
applications/luci-statistics/src/view/public_statistics/index.htm [deleted file]