Networking Forums

Networking Forums > Computer Networking > Linux Networking > determine throughput from LAN to Internet, Durchsatz vom LAN ins Internet berechnen

Reply
Thread Tools Display Modes

determine throughput from LAN to Internet, Durchsatz vom LAN ins Internet berechnen

 
 
t.kuge@gmx.at
Guest
Posts: n/a

 
      11-04-2004, 07:42 PM
Hi,

Does anyone have a program (or a link to a program) which determines
(under LINUX) how much a single computer in a network
downloads/uploads to/from the intenet?
In particular:
I have a linux-router connected to the internet (ppp0) and also
connected to a local LAN(ethX). Now I want to know, which of the Nodes
(connected to the internal LAN) consume how much throughput (in MB or
KB) to the Internet (extern WAN). Upload and download. Until now all
is done via 'iptables', working (masquerading).

THX for any help.

Hallo,

Kennt jemand ein Programm (oder den Link zu einem Programm) welches
unter LINUX feststellt, welcher lokale Rechner wie viel vom Internet
ladet/uplodaet?
Genau gesagt:
Ich habe einen LUNUX-router, welcher zum Internet (ppp0) als auch zum
internen LAN (eht0) verbunden ist. Jetzt möchte ich wissen, wie viel
jeder einzelne Rechner im LAN vom Internet ladet bzw. wie viel jeder
einzelne Rechner ins Internet uploadet. Bis jetz funktioniert alles
über die IPTABLES und es funktioniert (MASQUERADING).

Danke für jede Hilfe.


Cheers, Kuge
 
Reply With Quote
 
 
 
 
Michael Heiming
Guest
Posts: n/a

 
      11-04-2004, 08:47 PM
In comp.os.linux.networking (E-Mail Removed) <(E-Mail Removed)>:
> Hi,


> Does anyone have a program (or a link to a program) which determines
> (under LINUX) how much a single computer in a network
> downloads/uploads to/from the intenet?
> In particular:
> I have a linux-router connected to the internet (ppp0) and also
> connected to a local LAN(ethX). Now I want to know, which of the Nodes
> (connected to the internal LAN) consume how much throughput (in MB or
> KB) to the Internet (extern WAN). Upload and download. Until now all
> is done via 'iptables', working (masquerading).


www.ntop.org - run it in webmode, point your browser to the
built-in www server, have fun.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 263: It's stuck in the Web.
 
Reply With Quote
 
t.kuge@gmx.at
Guest
Posts: n/a

 
      11-07-2004, 12:21 PM
Michael Heiming <michael+(E-Mail Removed)> wrote in message news:<8lkq52-(E-Mail Removed)>...
> In comp.os.linux.networking (E-Mail Removed) <(E-Mail Removed)>:
> > Hi,

>
> > Does anyone have a program (or a link to a program) which determines
> > (under LINUX) how much a single computer in a network
> > downloads/uploads to/from the intenet?
> > In particular:
> > I have a linux-router connected to the internet (ppp0) and also
> > connected to a local LAN(ethX). Now I want to know, which of the Nodes
> > (connected to the internal LAN) consume how much throughput (in MB or
> > KB) to the Internet (extern WAN). Upload and download. Until now all
> > is done via 'iptables', working (masquerading).

>
> www.ntop.org - run it in webmode, point your browser to the
> built-in www server, have fun.


I use ntop already and accordingly it does not show the informations i
need. It displays the throughput to the server AND to the internet if
i run it with the two arguments of the networkcards connected to LAN
and internet.
What i want to now is the amount of traffic ONLY from network to
internet and the other way round. NOT including the amount of traffic
from network to server.
 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      11-07-2004, 04:04 PM
In comp.os.linux.networking (E-Mail Removed) <(E-Mail Removed)>:
> Michael Heiming <michael+(E-Mail Removed)> wrote in message news:<8lkq52-(E-Mail Removed)>...
>> In comp.os.linux.networking (E-Mail Removed) <(E-Mail Removed)>:

[..]

>> www.ntop.org - run it in webmode, point your browser to the
>> built-in www server, have fun.


> I use ntop already and accordingly it does not show the informations i
> need. It displays the throughput to the server AND to the internet if
> i run it with the two arguments of the networkcards connected to LAN
> and internet.
> What i want to now is the amount of traffic ONLY from network to
> internet and the other way round. NOT including the amount of traffic
> from network to server.


Unsure what you really want, anyway you are aware that ntop is
highly configurable (man ntop)? Another option is mrtg albeit it
requires a lot more work to setup for your needs.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 159: Stubborn processes
 
Reply With Quote
 
t.kuge@gmx.at
Guest
Posts: n/a

 
      11-08-2004, 07:05 AM
Michael Heiming <michael+(E-Mail Removed)> wrote in message news:<v51262-(E-Mail Removed)>...
> In comp.os.linux.networking (E-Mail Removed) <(E-Mail Removed)>:
> > Michael Heiming <michael+(E-Mail Removed)> wrote in message news:<8lkq52-(E-Mail Removed)>...
> >> In comp.os.linux.networking (E-Mail Removed) <(E-Mail Removed)>:

> [..]
>
> >> www.ntop.org - run it in webmode, point your browser to the
> >> built-in www server, have fun.

>
> > I use ntop already and accordingly it does not show the informations i
> > need. It displays the throughput to the server AND to the internet if
> > i run it with the two arguments of the networkcards connected to LAN
> > and internet.
> > What i want to now is the amount of traffic ONLY from network to
> > internet and the other way round. NOT including the amount of traffic
> > from network to server.

>
> Unsure what you really want, anyway you are aware that ntop is
> highly configurable (man ntop)? Another option is mrtg albeit it
> requires a lot more work to setup for your needs.


following scenario:

+---------+ +---O
+-------+ppp0 eth0| LINUX |eth1 | LAN
INTERNET O---+ DSL +----------+ ROUTER/ +-------+---O
| MODEM | | GATEWAY | | BOXES
+-------+ | FILESVR | +---O
+---------+

What i want to monitor is the traffic between INTERNET and LAN-BOXES.
The LAN-BOXES also have traffic from and to the LINUX
ROUTER/GATEWAY/FILESERVER. This traffic i DO NOT want to monitor. But
i can not configure ntop to monitor only the traffic from/to internet.
It additionaly monitors traffic inside LAN.

[...]

OK. Now I've just discovered that in ntop (produced web-site) under
'IP summary' there is the option 'Local >> Remote' which exactly
displays, what I need. But there is too much other information.

Furthermore I need
- something like a monthly report-file
- reset all monitored traffic on the first day of every month
- keeping the monitor-information during restart of the LINUX-Box
.... are there any command-line options which provide this things?
Maybe someone knows this already. I will also study the MAN-page.

THX
for any help.
 
Reply With Quote
 
Jerry Smiley
Guest
Posts: n/a

 
      11-08-2004, 11:37 AM
(E-Mail Removed) wrote:

> Michael Heiming <michael+(E-Mail Removed)> wrote in message
> news:<v51262-(E-Mail Removed)>...
>> In comp.os.linux.networking (E-Mail Removed) <(E-Mail Removed)>:
>> > Michael Heiming <michael+(E-Mail Removed)> wrote in message
>> > news:<8lkq52-(E-Mail Removed)>...
>> >> In comp.os.linux.networking (E-Mail Removed) <(E-Mail Removed)>:

>> [..]
>>
>> >> www.ntop.org - run it in webmode, point your browser to the
>> >> built-in www server, have fun.

>>
>> > I use ntop already and accordingly it does not show the informations i
>> > need. It displays the throughput to the server AND to the internet if
>> > i run it with the two arguments of the networkcards connected to LAN
>> > and internet.
>> > What i want to now is the amount of traffic ONLY from network to
>> > internet and the other way round. NOT including the amount of traffic
>> > from network to server.

>>
>> Unsure what you really want, anyway you are aware that ntop is
>> highly configurable (man ntop)? Another option is mrtg albeit it
>> requires a lot more work to setup for your needs.

>
> following scenario:
>
> +---------+ +---O
> +-------+ppp0 eth0| LINUX |eth1 | LAN
> INTERNET O---+ DSL +----------+ ROUTER/ +-------+---O
> | MODEM | | GATEWAY | | BOXES
> +-------+ | FILESVR | +---O
> +---------+
>
> What i want to monitor is the traffic between INTERNET and LAN-BOXES.
> The LAN-BOXES also have traffic from and to the LINUX
> ROUTER/GATEWAY/FILESERVER. This traffic i DO NOT want to monitor. But
> i can not configure ntop to monitor only the traffic from/to internet.
> It additionaly monitors traffic inside LAN.
>
> [...]
>
> OK. Now I've just discovered that in ntop (produced web-site) under
> 'IP summary' there is the option 'Local >> Remote' which exactly
> displays, what I need. But there is too much other information.
>
> Furthermore I need
> - something like a monthly report-file
> - reset all monitored traffic on the first day of every month
> - keeping the monitor-information during restart of the LINUX-Box
> ... are there any command-line options which provide this things?
> Maybe someone knows this already. I will also study the MAN-page.
>
> THX
> for any help.

Have you considered using MRTG package?

http://people.ee.ethz.ch/~oetiker/webtools/mrtg/
 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      11-08-2004, 06:05 PM
In comp.os.linux.networking (E-Mail Removed) <(E-Mail Removed)>:
> Michael Heiming <michael+(E-Mail Removed)> wrote in message news:<v51262-(E-Mail Removed)>...
>> In comp.os.linux.networking (E-Mail Removed) <(E-Mail Removed)>:
>> > Michael Heiming <michael+(E-Mail Removed)> wrote in message news:<8lkq52-(E-Mail Removed)>...
>> >> In comp.os.linux.networking (E-Mail Removed) <(E-Mail Removed)>:

>> [..]
>>
>> >> www.ntop.org - run it in webmode, point your browser to the
>> >> built-in www server, have fun.

[..]

> OK. Now I've just discovered that in ntop (produced web-site) under
> 'IP summary' there is the option 'Local >> Remote' which exactly
> displays, what I need. But there is too much other information.


Glad you worked it out.

> Furthermore I need
> - something like a monthly report-file
> - reset all monitored traffic on the first day of every month
> - keeping the monitor-information during restart of the LINUX-Box
> ... are there any command-line options which provide this things?
> Maybe someone knows this already. I will also study the MAN-page.


Great, as already mentioned and someone else added the URL, mrtg,
better use rrdtool (www.rrdtool.org) aka mrtg3, can do all this
and more. Again it requires a lot or only some work depending on
your experience, most initial setup. Perhaps you could try
"Cacti", found at the above URL (RRD World), this might be what
you want?

Good luck

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 54: Evil dogs hypnotised the night shift
 
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
Wanted Indian Internet workers. Earn Rs.2000 daily from internet. love Broadband 0 04-01-2009 07:39 AM
Determine maximum Throughput on Network Knockr Linux Networking 6 03-03-2008 06:50 PM
How to Determine my Internet IP Address Dave Farrance Linux Networking 24 07-01-2006 10:31 AM
Internet Gateway device created in Network Connections when I removed Internet Connection Sharing Martin Underwood Home Networking 2 04-07-2005 12:56 PM
Internet Connection Sharing (ICS) dial-up throughput speed Martin Underwood Home Networking 5 11-10-2004 02:49 PM



1 2 3 4 5 6 7 8 9 10 11