Networking Forums

Networking Forums > Computer Networking > Broadband > Broadband useage on a Netgear DG834G router

Reply
Thread Tools Display Modes

Broadband useage on a Netgear DG834G router

 
 
Peter
Guest
Posts: n/a

 
      11-30-2004, 08:20 AM
I recently transferred to broadband and am still learning. As I have a
capped service does anyone know if any of the menu's on the router set up
pages will give me a log of up/download Gbs.


 
Reply With Quote
 
 
 
 
Andy M Jenkins
Guest
Posts: n/a

 
      11-30-2004, 08:52 AM
Peter wrote:
> I recently transferred to broadband and am still learning. As I have a
> capped service does anyone know if any of the menu's on the router set up
> pages will give me a log of up/download Gbs.


Unfortunatley, the DG834G does not have SNMP, nor, so I'm informed is it
ever likely to have - thus tools such as MRTG and PRTG are as much use
to you as a chocolate teapot.

The only way you could get a rough estimate of bandwidth usage is to use
tools such as DuMeter (http://www.dumeter.com/) - although there is a
similar (free) version - almost exactly like DuMeter, but the name
escapes me at the moment. Someone else will no doubt advise.

The only issue with measuring bandwidth with a software tool on a PC is
that it will only measure the network usage on _that_ machine. You'd
need to install the tool on all your machines that share the ADSL.
Additionally, the tools will count _all_ network traffic, including PC
to PC traffic as well, which will not be relevant for ADSL usage.

--
Regards
Andy M Jenkins
http://www.uk-bug.net The UK Broadband Usergroup
 
Reply With Quote
 
Tom
Guest
Posts: n/a

 
      11-30-2004, 09:21 AM

"Peter" <(E-Mail Removed)> wrote in message
news:cohe22$gb1$(E-Mail Removed)...
>I recently transferred to broadband and am still learning. As I have a
> capped service does anyone know if any of the menu's on the router set up
> pages will give me a log of up/download Gbs.
>

Use Netlimiter, it not only allows you to control your bandwidth (on an
application by application basis) but it also keeps a complete log of all
transfers that can be viewed by day, week, month, year etc. So this will
ensure you know exactly how much data you have moved over the month.

www.netlimiter.com





 
Reply With Quote
 
Peter
Guest
Posts: n/a

 
      11-30-2004, 02:15 PM

"Andy M Jenkins" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Peter wrote:
> > I recently transferred to broadband and am still learning. As I have a
> > capped service does anyone know if any of the menu's on the router set

up
> > pages will give me a log of up/download Gbs.

>
> Unfortunatley, the DG834G does not have SNMP, nor, so I'm informed is it
> ever likely to have - thus tools such as MRTG and PRTG are as much use
> to you as a chocolate teapot.
>
> The only way you could get a rough estimate of bandwidth usage is to use
> tools such as DuMeter (http://www.dumeter.com/) - although there is a
> similar (free) version - almost exactly like DuMeter, but the name
> escapes me at the moment. Someone else will no doubt advise.
>
> The only issue with measuring bandwidth with a software tool on a PC is
> that it will only measure the network usage on _that_ machine. You'd
> need to install the tool on all your machines that share the ADSL.
> Additionally, the tools will count _all_ network traffic, including PC
> to PC traffic as well, which will not be relevant for ADSL usage.
>
> --
> Regards
> Andy M Jenkins
> http://www.uk-bug.net The UK Broadband Usergroup


Thanks for the info, saves me a lot of time searching for what does not
exist.
I was using Dumeter when on dial up but deleted it on going broadband.
Might instal it again but having to put it on all connected PC's and keep
adding upthe totals could be a pain.

Thanks again

Peter




 
Reply With Quote
 
Ian
Guest
Posts: n/a

 
      11-30-2004, 02:52 PM
I would suggest you send an EMAIL to NetGear support complaining about the
lack of SNMP support in the product. I did this and they said they would
pass it onto there marketing department for future consideration, I really
believe them...NOT.


"Peter" <(E-Mail Removed)> wrote in message
news:cohe22$gb1$(E-Mail Removed)...
>I recently transferred to broadband and am still learning. As I have a
> capped service does anyone know if any of the menu's on the router set up
> pages will give me a log of up/download Gbs.
>
>



 
Reply With Quote
 
Anthony
Guest
Posts: n/a

 
      04-05-2005, 10:36 AM
If you're still interested in this, you can do the following:

* go to http://192.168.0.1/setup.cgi?todo=debug to enable telnet access
* telnet to 192.168.0.1
* cat /proc/avalanche/avsar_modem_stats | grep "Total Bytes"

this will give you adsl stats since the last router reboot.

anthony.

 
Reply With Quote
 
James
Guest
Posts: n/a

 
      04-05-2005, 07:39 PM

"Anthony" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) .ac.uk...
> If you're still interested in this, you can do the following:
>
> * go to http://192.168.0.1/setup.cgi?todo=debug to enable telnet access
> * telnet to 192.168.0.1
> * cat /proc/avalanche/avsar_modem_stats | grep "Total Bytes"
>
> this will give you adsl stats since the last router reboot.
>
> anthony.


Anthony, what happens when the router is rebooted, do you have to use the
http://192.168.0.1/setup.cgi?todo=debug command again to make it start
counting again?

By the way what is http://192.168.0.1/setup.cgi?todo=debug ??? Mine says
Debug Enable, when I do this.... Can you do this from inside the router
menus???

Thanks
James


 
Reply With Quote
 
Anthony
Guest
Posts: n/a

 
      04-06-2005, 10:19 AM
On Tue, 5 Apr 2005 20:39:18 +0100, James <(E-Mail Removed)> said:
>
> "Anthony" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed) .ac.uk...
>> If you're still interested in this, you can do the following:
>>
>> * go to http://192.168.0.1/setup.cgi?todo=debug to enable telnet access
>> * telnet to 192.168.0.1
>> * cat /proc/avalanche/avsar_modem_stats | grep "Total Bytes"
>>
>> this will give you adsl stats since the last router reboot.
>>
>> anthony.

>
> Anthony, what happens when the router is rebooted, do you have to use the
> http://192.168.0.1/setup.cgi?todo=debug command again to make it start
> counting again?


Nope, not to make it start counting - it'll do that automatically. You will
need to do it to enable telnet access again though.

>
> By the way what is http://192.168.0.1/setup.cgi?todo=debug ??? Mine says
> Debug Enable, when I do this.... Can you do this from inside the router
> menus???



Somebody found this trick to enable telnet access to the router from the
lan/wlan. Don't think it does anything else. If you search around, you'll
find instructions for making custom firmware, so it wouldn't be too
difficult to make your own firmware which displayed the total bytes
transmitted/received on the standard web interface.
 
Reply With Quote
 
Martin Underwood
Guest
Posts: n/a

 
      04-06-2005, 02:44 PM
"Anthony" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) .ac.uk...
> If you're still interested in this, you can do the following:
>
> * go to http://192.168.0.1/setup.cgi?todo=debug to enable telnet access
> * telnet to 192.168.0.1
> * cat /proc/avalanche/avsar_modem_stats | grep "Total Bytes"
>
> this will give you adsl stats since the last router reboot.


Do you know what the equivalent path is for a NetGear DG834GT (ie 108 rather
than 54 Mbps model)?

There isn't an "avalanche" directory below "/proc". I'd do a recursive list,
but either I've forgotten the argument to "ls" (it's a while since I used
UNIX) or else it doesn't work. It *is* "ls -lR" to do a recursive list,
isn't it?



 
Reply With Quote
 
Matthew Bailey
Guest
Posts: n/a

 
      04-06-2005, 10:24 PM
"Anthony" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) .ac.uk...
> If you're still interested in this, you can do the following:
>
> * go to http://192.168.0.1/setup.cgi?todo=debug to enable telnet access
> * telnet to 192.168.0.1
> * cat /proc/avalanche/avsar_modem_stats | grep "Total Bytes"
>
> this will give you adsl stats since the last router reboot.
>
> anthony.


Excellent - Telnet access to the router!

The next thing I would really like to do is to be able to send a WOL magic
packet from the router to wake up my PC. Any suggestions if I can do this
now we have telnet access?

I have seen some suggestions using the ping command, but when I tried this
it did not like the options I supplied.

Cheers,

Matt


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Low useage broadband Andrew Sayers Broadband 22 05-03-2007 06:43 PM
Netgear DG834G as Switch only to route Cable broadband? affiliate@inkspotmedia.co.uk Wireless Internet 2 11-15-2006 02:48 AM
Will Netgear DG834G with with AOL Broadband? Anthony R. Gold Home Networking 18 02-03-2006 08:23 PM
Netgear DG834G router problem Sam Broadband 10 10-19-2005 06:41 AM
Netgear DG834G Wireless Router Andy Home Networking 5 02-25-2004 01:51 PM



1 2 3 4 5 6 7 8 9 10 11