BWlog

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 16:06, 16 September 2006 (edit)
Krikkit (Talk | contribs)
m (Installation)
← Previous diff
Current revision (12:23, 19 December 2019) (edit) (undo)
Atatob (Talk | contribs)
m (Formatting only)
 
(10 intermediate revisions not shown.)
Line 1: Line 1:
-==Introduction==+== Introduction ==
-Adds two pages of information showing real-time bandwidth use. When used as a (part of a) startup script one or more small packages are downloaded into WRT's /tmp. +Adds two pages of information showing real-time bandwidth use. When used as a (part of a) startup script one or more small packages are downloaded into WRT's /tmp.
This is a great bandwidth logging app that runs on the WRT54G. The latest version will backup to ftp or jffs and will restore automatically after a reboot etc. Very good for people with limited bandwidth per billing period. This is a great bandwidth logging app that runs on the WRT54G. The latest version will backup to ftp or jffs and will restore automatically after a reboot etc. Very good for people with limited bandwidth per billing period.
 +== Prerequisites ==
 +''You should already have:''
 +* a Linksys WRT54G product;
 +* DD-WRT installed as the firmware.
-==Prerequisites==+== Installation ==
- ''You should already have:''+
- -a Linksys WRT54G product+
- -DD-WRT installed as the firmware+
-==Installation==+Short version (cut'n paste from http://www.hetos.de):
-short version (cut'n paste from www.hetos.de):+ cd /tmp
 + wget http://wrt54g.hetos.de/wrtbwlog.tgz
 + tar -xzf wrtbwlog.tgz
 + rm wrtbwlog.tgz
 + cd bwlog
 + ./start.sh
-cd /tmp+Open browser to: http://ip-from-your-router:8000
- +
-wget http://wrt54g.hetos.de/wrtbwlog.tgz+
- +
-tar -xzf wrtbwlog.tgz+
- +
-rm wrtbwlog.tgz+
- +
-cd bwlog+
- +
-./start.sh+
- +
-open browser to:+
- +
-http://$ip-from-your-router:8000/traffic.cgi+
- +
- +
-if the wrtbwlog.tgz from above does not work, try this one: http://www.krikkit.net/download/wrtbwlog_cust_exp.tgz+
See the links below for more details. See the links below for more details.
-==Links==+== Links ==
- +
-* [http://www.hetos.de/bwlog.html BWlog home page]+
-* [http://www.dd-wrt.com/phpBB2/viewtopic.php?t=434 new forum post]+
-* [http://forum.bsr-clan.de/viewtopic.php?t=6447 old forum post]+
 +* [http://www.hetos.de/bwlog.html BWlog home page].
 +* [http://www.dd-wrt.com/phpBB2/viewtopic.php?t=434 New forum post].
 +* [http://forum.bsr-clan.de/viewtopic.php?t=6447 Old forum post].
-[[Category:English documentation]]+[[Category:Monitoring]]
 +[[Category:Traffic moderation]]

Current revision

Contents

[edit] Introduction

Adds two pages of information showing real-time bandwidth use. When used as a (part of a) startup script one or more small packages are downloaded into WRT's /tmp.

This is a great bandwidth logging app that runs on the WRT54G. The latest version will backup to ftp or jffs and will restore automatically after a reboot etc. Very good for people with limited bandwidth per billing period.

[edit] Prerequisites

You should already have:

  • a Linksys WRT54G product;
  • DD-WRT installed as the firmware.

[edit] Installation

Short version (cut'n paste from http://www.hetos.de):

cd /tmp
wget http://wrt54g.hetos.de/wrtbwlog.tgz
tar -xzf wrtbwlog.tgz
rm wrtbwlog.tgz
cd bwlog
./start.sh

Open browser to: http://ip-from-your-router:8000

See the links below for more details.

[edit] Links