Networking Forums

Networking Forums > Computer Networking > Linux Networking > Simplistic bandwidth monitoring

Reply
Thread Tools Display Modes

Simplistic bandwidth monitoring

 
 
mattrahtz@gmail.com
Guest
Posts: n/a

 
      08-24-2006, 05:03 PM
I am in need of a fairly simple (in terms of display) bandwidth
monitoring tool.

I have tried ntop but I found the output overly complicated, and
disliked the web interface; I would prefer something that ran similarly
to top, running a single process and outputting on the terminal.

I just need something simple which can measure real time bandwidth for
overall internet usage (ppp0) and usage of internet and network from
individual interfaces.

Anyone have any ideas?

 
Reply With Quote
 
 
 
 
ed
Guest
Posts: n/a

 
      08-24-2006, 05:10 PM
On 24 Aug 2006 10:03:11 -0700
(E-Mail Removed) wrote:

> I am in need of a fairly simple (in terms of display) bandwidth
> monitoring tool.
>
> I have tried ntop but I found the output overly complicated, and
> disliked the web interface; I would prefer something that ran
> similarly to top, running a single process and outputting on the
> terminal.
>
> I just need something simple which can measure real time bandwidth for
> overall internet usage (ppp0) and usage of internet and network from
> individual interfaces.
>
> Anyone have any ideas?


I made this for such purposes:

http://www.usenix.org.uk/qmail/netmon-0.02.tar.gz

It's pretty stable, I've had it running for a few weeks without any
memory leaks.

--
Regards, Ed :: http://www.usenix.org.uk
just another unix person
Chuck Norris invented water so he could walk on it.
 
Reply With Quote
 
mattrahtz@gmail.com
Guest
Posts: n/a

 
      08-24-2006, 05:32 PM
I was more after something which displayed real time usage as well as
accumulated usage - so it could say 'right this second 100K of
bandwidth is being used' or something like that though.

Thanks anyway, nice app.

ed wrote:
> On 24 Aug 2006 10:03:11 -0700
> (E-Mail Removed) wrote:
>
> > I am in need of a fairly simple (in terms of display) bandwidth
> > monitoring tool.
> >
> > I have tried ntop but I found the output overly complicated, and
> > disliked the web interface; I would prefer something that ran
> > similarly to top, running a single process and outputting on the
> > terminal.
> >
> > I just need something simple which can measure real time bandwidth for
> > overall internet usage (ppp0) and usage of internet and network from
> > individual interfaces.
> >
> > Anyone have any ideas?

>
> I made this for such purposes:
>
> http://www.usenix.org.uk/qmail/netmon-0.02.tar.gz
>
> It's pretty stable, I've had it running for a few weeks without any
> memory leaks.
>
> --
> Regards, Ed :: http://www.usenix.org.uk
> just another unix person
> Chuck Norris invented water so he could walk on it.z


 
Reply With Quote
 
mattrahtz@gmail.com
Guest
Posts: n/a

 
      08-24-2006, 05:34 PM
Ooh, nice app - just to clarify, is the reset/sec/min the real time
usage?

Thanks.

ed wrote:
> On 24 Aug 2006 10:03:11 -0700
> (E-Mail Removed) wrote:
>
> > I am in need of a fairly simple (in terms of display) bandwidth
> > monitoring tool.
> >
> > I have tried ntop but I found the output overly complicated, and
> > disliked the web interface; I would prefer something that ran
> > similarly to top, running a single process and outputting on the
> > terminal.
> >
> > I just need something simple which can measure real time bandwidth for
> > overall internet usage (ppp0) and usage of internet and network from
> > individual interfaces.
> >
> > Anyone have any ideas?

>
> I made this for such purposes:
>
> http://www.usenix.org.uk/qmail/netmon-0.02.tar.gz
>
> It's pretty stable, I've had it running for a few weeks without any
> memory leaks.
>
> --
> Regards, Ed :: http://www.usenix.org.uk
> just another unix person
> Chuck Norris invented water so he could walk on it.


 
Reply With Quote
 
Jeroen Geilman
Guest
Posts: n/a

 
      08-24-2006, 05:58 PM
(E-Mail Removed) wrote:
> I am in need of a fairly simple (in terms of display) bandwidth
> monitoring tool.
>
> I have tried ntop but I found the output overly complicated, and
> disliked the web interface; I would prefer something that ran similarly
> to top, running a single process and outputting on the terminal.
>
> I just need something simple which can measure real time bandwidth for
> overall internet usage (ppp0) and usage of internet and network from
> individual interfaces.


iptraf
 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      08-24-2006, 06:12 PM
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ups.com

> I am in need of a fairly simple (in terms of display) bandwidth
> monitoring tool.


http://freshmeat.net/projects/iftop/
 
Reply With Quote
 
ed
Guest
Posts: n/a

 
      08-25-2006, 05:54 PM
On 24 Aug 2006 10:34:25 -0700
(E-Mail Removed) wrote:

> Ooh, nice app - just to clarify, is the reset/sec/min the real time
> usage?


The middle column is the "this second", the minutes are the last 60
seconds of transfers.

--
Regards, Ed :: http://www.bsdwarez.net
just another c++ hacker
If you kick Vin in the nuts, it will hurt you more than him.
 
Reply With Quote
 
Richard Steiner
Guest
Posts: n/a

 
      08-26-2006, 03:16 AM
Here in comp.os.linux.networking, (E-Mail Removed) spake unto us, saying:

>I am in need of a fairly simple (in terms of display) bandwidth
>monitoring tool.


I run IPTRAF on my firewall box:

http://iptraf.seul.org/

--
-Rich Steiner >>>---> http://www.visi.com/~rsteiner >>>---> Mableton, GA USA
Mainframe/Unix bit twiddler by day, OS/2+Linux+DOS hobbyist by night.
WARNING: I've seen FIELDATA FORTRAN V and I know how to use it!
The Theorem Theorem: If If, Then Then.
 
Reply With Quote
 
Raqueeb Hassan
Guest
Posts: n/a

 
      08-27-2006, 02:49 PM
>I am in need of a fairly simple (in terms of display) bandwidth
>monitoring tool.


<snip>

Well, iptraf is one of the oldest tool -- yes, still going strong for
what you wanted. It works great through the curses interface.I usually
monitoring network traffic with iptraf along with rrdtool. They are
quite a perfect match beside that mrtg.


--
Raqueeb Hassan
Bangladesh

 
Reply With Quote
 
Hactar
Guest
Posts: n/a

 
      09-04-2006, 04:07 AM
In article <(E-Mail Removed). com>,
<(E-Mail Removed)> wrote:
> I am in need of a fairly simple (in terms of display) bandwidth
> monitoring tool.
>
> I have tried ntop but I found the output overly complicated, and
> disliked the web interface; I would prefer something that ran similarly
> to top, running a single process and outputting on the terminal.
>
> I just need something simple which can measure real time bandwidth for
> overall internet usage (ppp0) and usage of internet and network from
> individual interfaces.
>
> Anyone have any ideas?


gkrellm might do.

--
-eben (E-Mail Removed)P royalty.no-ip.org:81
Answer: two spoonfuls in my cup, please.
Question: how much should I use? (why top-posting is bad)
http://www.fscked.co.uk/writing/top-posting-cuss.html
 
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
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
HELP: Need info on monitoring network bandwidth James Linux Networking 7 08-20-2003 02:00 PM



1 2 3 4 5 6 7 8 9 10 11