Networking Forums

Networking Forums > Computer Networking > Linux Networking > HELP: Need info on monitoring network bandwidth

Reply
Thread Tools Display Modes

HELP: Need info on monitoring network bandwidth

 
 
James
Guest
Posts: n/a

 
      08-18-2003, 03:23 AM
Hi gang,

I am trying to find a utility which will allow me to monitor the total
transmit and receive bytes for my network device over the period of a
month - essentially something like webalizer for my network.

Can anybody point me in the right direction?



 
Reply With Quote
 
 
 
 
ynotssor
Guest
Posts: n/a

 
      08-18-2003, 07:22 AM
"James" <(E-Mail Removed)> wrote in message news:3f404599$1_3@aeinews.

> I am trying to find a utility which will allow me to monitor the
> total transmit and receive bytes for my network device over the
> period of a month - essentially something like webalizer for my
> network.
> Can anybody point me in the right direction?


http://mrtg.hdl.com/mrtg.html

--
use hotmail com for any email replies


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
Reply With Quote
 
James
Guest
Posts: n/a

 
      08-18-2003, 01:54 PM
"ynotssor" <"ynotssor"> wrote in message
news:(E-Mail Removed)...
>
> http://mrtg.hdl.com/mrtg.html
>


I tried MRTG and can't seem to get it to work.

I get the following error when I try to use the cfgmaker script:

[ERROR]

--base: Get Device Info on (E-Mail Removed):
SNMP Error:
no response received
SNMPv1_Session (remote host: "aurora.borealis.org" [192.168.0.100].161)
community: "public"
request ID: 1788531737
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/SNMP_util.pm
line 570
SNMPWALK Problem for 1.3.6.1.2.1.1 on (E-Mail Removed):
at /usr/bin/cfgmaker line 709

[/ERROR]


 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      08-18-2003, 04:32 PM
"James" <(E-Mail Removed)> wrote in message news:3f40ed84_1@aeinews.

> I installed this package: net-snmp-5.0.9-7mdk.i586.rpm .. is
> this the correct snmp package to have installed? or should I have
> installed the ucd-snmp-4.2.3-5mdk.i586.rpm package ??
>
> .. I imagine that once I can correct this problem .. I will be up
> and running.
>
> Is there any way for me to test whether or not SNMP is functioning as
> it should be? Ie. test my configuration for proper post access, etc


I'll hope that someone with Mandrake snmp experience will assist you, but
suspect that you'll need the ucd-snmp, ucd-snmp-utils and perhaps the :
ucd-snmp-devel rpm. "man -k snmp" should reveal what tools net-snmp has
placed on the system, but you should have something likeis presented at
http://www.hlug.org/presentations/sn...snmp-utils.php

Also, is there any firewall issue with snmpd listening on port 161 tcp/udp
and/or udp 162? Have you verified the snmpd.conf file after a "man
snmpd.conf"?

The error you reported previously was:
--base: Get Device Info on (E-Mail Removed):
SNMP Error:
no response received
SNMPv1_Session (remote host: "aurora.borealis.org" [192.168.0.100].161)
community: "public"
request ID: 1788531737
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/SNMP_util.pm
line 570
SNMPWALK Problem for 1.3.6.1.2.1.1 on (E-Mail Removed):
at /usr/bin/cfgmaker line 709

There was no response received, so some of the above suggestions may be
useful to you. You might also examine line 570 in
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/SNMP_util.pm and
line 709 in /usr/bin/cfgmaker to see what's expected. "cat -n file | less"
and then search for the line number is the easiest way to quickly check.


tony

--
use hotmail com for any email replies



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
Reply With Quote
 
James
Guest
Posts: n/a

 
      08-18-2003, 05:15 PM
"ynotssor" <"ynotssor"> wrote in message
news:(E-Mail Removed)...
> I'll hope that someone with Mandrake snmp experience will assist you, but
> suspect that you'll need the ucd-snmp, ucd-snmp-utils and perhaps the :
> ucd-snmp-devel rpm. "man -k snmp" should reveal what tools net-snmp has
> placed on the system, but you should have something likeis presented at
> http://www.hlug.org/presentations/sn...snmp-utils.php
>
> Also, is there any firewall issue with snmpd listening on port 161 tcp/udp
> and/or udp 162? Have you verified the snmpd.conf file after a "man
> snmpd.conf"?


Thanks for your help! When I read your last post .. I wondered if snmpd was
running - it was not !! DOH !!
Everything is working like a charm now.

Regarding the above packages .. the ucd-snmp-* version is OLD and no longer
supported .. the replacement is net-snmp-*

Hope this info helps anyone who has similar problems.

Thanks again Tony.


 
Reply With Quote
 
scriptOmatic
Guest
Posts: n/a

 
      08-18-2003, 05:17 PM
James wrote:
>
> Hi gang,
>
> I am trying to find a utility which will allow me to monitor the total
> transmit and receive bytes for my network device over the period of a
> month - essentially something like webalizer for my network.
>
> Can anybody point me in the right direction?


James,
Depending upon what you decide to implement you might find
OSM useful. Part of the design of OSM is that, once the sysadm has
a working solution (using amy s/w technologies that write to
stdout and place errors on stderr) they can be a simple plugin
to OSM. You get a true web interface without any of the work.

--
http://ftp.opensysmon.com is a shell script archive site with an
open source system monitoring and network monitoring software package.
Many platforms are supplied already compiled.
 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      08-18-2003, 05:44 PM
"James" <(E-Mail Removed)> quoted and wrote in message
news:3f4108a6_4@aeinews.

> Thanks for your help! When I read your last post .. I wondered if
> snmpd was running - it was not !! DOH !!
> Everything is working like a charm now.
>
> Regarding the above packages .. the ucd-snmp-* version is OLD and no
> longer supported .. the replacement is net-snmp-*


That's good to know, and thanks for posting that info to Usenet so that
others may benefit from it when they search the archives.

One of the good things about mrtg is the ability to schedule a cron job that
queries all the network interfaces of interest on the LAN including the
external. It really gives a good idea of where any bottlenecks might be
occurring.


tony

--
use hotmail com for any email replies



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
Reply With Quote
 
Alexander Clouter
Guest
Posts: n/a

 
      08-20-2003, 02:00 PM
In article <3f404599$1_3@aeinews.>, James wrote:
> Hi gang,
>
> I am trying to find a utility which will allow me to monitor the total
> transmit and receive bytes for my network device over the period of a
> month - essentially something like webalizer for my network.
>
> Can anybody point me in the right direction?
>

I noticed recently that gkrellm2 has this built in, hover your mouse of the
ethernet card window, a button will appear with the said stats wanted inside.

It will only work whilst gkrellm2 is running of course though. Its a simple,
zero configuration tool.

Regards

Alex
 
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
Simplistic bandwidth monitoring mattrahtz@gmail.com Linux Networking 10 09-04-2006 07:36 AM
Monitoring Bandwidth Vittorio Pavesi Windows Networking 2 10-06-2005 12:31 PM
Linux bandwidth monitoring Rennie deGraaf Linux Networking 17 07-24-2005 05:15 AM
bandwidth monitoring Frank Wireless Internet 2 08-11-2004 11:37 PM
Bandwidth monitoring help Cyberdog Home Networking 2 05-03-2004 09:28 AM



1 2 3 4 5 6 7 8 9 10 11