BWlog

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 18:59, 21 June 2006 (edit)
144.189.40.222 (Talk)
(Merged in Bandwidth_Log, since both pages are short, and they discuss the same utility)
← Previous diff
Revision as of 19:07, 26 January 2013 (edit) (undo)
Krikkit (Talk | contribs)
(Installation)
Next diff →
(15 intermediate revisions not shown.)
Line 3: Line 3:
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== ==Prerequisites==
Line 11: Line 12:
==Installation== ==Installation==
-(TODO) +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. See the links below for more details.
Line 17: Line 36:
* [http://www.hetos.de/bwlog.html BWlog home page] * [http://www.hetos.de/bwlog.html BWlog home page]
-* [http://forum.bsr-clan.de/viewtopic.php?t=6447 forum post]+* [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]]

Revision as of 19:07, 26 January 2013

Contents

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.


Prerequisites

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):

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.

Links