BWlog

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 09:51, 26 May 2006 (edit)
Gerrys (Talk | contribs)

← Previous diff
Revision as of 19:07, 26 January 2013 (edit) (undo)
Krikkit (Talk | contribs)
(Installation)
Next diff →
(16 intermediate revisions not shown.)
Line 1: Line 1:
==Introduction== ==Introduction==
-Add 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.
 + 
==Prerequisites== ==Prerequisites==
Line 9: Line 12:
==Installation== ==Installation==
-[http://forum.bsr-clan.de/viewtopic.php?t=6447 forum post]+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==
 + 
 +* [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]]

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