* connection and bandwidth monitoring program
@ 2003-08-01 9:45 Olivier Mayeres
2003-08-01 15:00 ` Aldo S. Lagana
2003-08-02 1:53 ` Tomasz Korycki
0 siblings, 2 replies; 6+ messages in thread
From: Olivier Mayeres @ 2003-08-01 9:45 UTC (permalink / raw)
To: netfilter
Hello,
I looking for a connection and bandwidth monitoring program. I found one at
http://www.student.lu.se/~nbi98oli/connmon.html but there are no new
developements. It isn't possible for each nat computer to see the total
in/out curent traffic.
I would like to find a client-server program, with a win32 or java or applet
client.
does someone know an alternative?
sincerly yours
Olivier
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: connection and bandwidth monitoring program
2003-08-01 9:45 Olivier Mayeres
@ 2003-08-01 15:00 ` Aldo S. Lagana
2003-08-02 1:53 ` Tomasz Korycki
1 sibling, 0 replies; 6+ messages in thread
From: Aldo S. Lagana @ 2003-08-01 15:00 UTC (permalink / raw)
To: 'Olivier Mayeres', netfilter
/proc/net/ip_conntrack --- connections (plus a whole lot more)
Iptraf ...bandwidth monitoring.
NO WIN32 for you!
Unless you are using SNMP you can only really do connection and bandwidth
monitoring on the actual server...with SNMP there is mrtg which generates
nice HTML graphs.
This would be one great open source application: monitoring Linux
firewall/gateway from remote windows/Linux PC.
-----Original Message-----
From: netfilter-admin@lists.netfilter.org
[mailto:netfilter-admin@lists.netfilter.org] On Behalf Of Olivier Mayeres
Sent: Friday, August 01, 2003 5:45 AM
To: netfilter@lists.netfilter.org
Hello,
I looking for a connection and bandwidth monitoring program. I found one at
http://www.student.lu.se/~nbi98oli/connmon.html but there are no new
developements. It isn't possible for each nat computer to see the total
in/out curent traffic.
I would like to find a client-server program, with a win32 or java or applet
client.
does someone know an alternative?
sincerly yours
Olivier
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: connection and bandwidth monitoring program
2003-08-01 9:45 Olivier Mayeres
2003-08-01 15:00 ` Aldo S. Lagana
@ 2003-08-02 1:53 ` Tomasz Korycki
2003-08-02 5:02 ` George Vieira
1 sibling, 1 reply; 6+ messages in thread
From: Tomasz Korycki @ 2003-08-02 1:53 UTC (permalink / raw)
To: netfilter
At 05:45 2003-08-01, you wrote:
>Hello,
>I looking for a connection and bandwidth monitoring program. I found one at
>http://www.student.lu.se/~nbi98oli/connmon.html but there are no new
>developements. It isn't possible for each nat computer to see the total
>in/out curent traffic.
>I would like to find a client-server program, with a win32 or java or applet
>client.
>does someone know an alternative?
>sincerly yours
>Olivier
Maybe try ntop (ntop.org)? It does a lot of other things, but that too.
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: connection and bandwidth monitoring program
2003-08-02 1:53 ` Tomasz Korycki
@ 2003-08-02 5:02 ` George Vieira
0 siblings, 0 replies; 6+ messages in thread
From: George Vieira @ 2003-08-02 5:02 UTC (permalink / raw)
To: netfilter
I use MRTG though it's not realtime but at least I can map rules to graphs.
I record everything to MySQL incase of reboots etc which lose the byte
counts on rules so it gets rid of that problem..
realtime would have to be ntop or packet sniffing use ethereal or something.
-----Original Message-----
From: netfilter-admin@lists.netfilter.org
[mailto:netfilter-admin@lists.netfilter.org]On Behalf Of Tomasz Korycki
Sent: Saturday, August 02, 2003 11:53 AM
To: netfilter@lists.netfilter.org
Subject: Re: connection and bandwidth monitoring program
At 05:45 2003-08-01, you wrote:
>Hello,
>I looking for a connection and bandwidth monitoring program. I found one at
>http://www.student.lu.se/~nbi98oli/connmon.html but there are no new
>developements. It isn't possible for each nat computer to see the total
>in/out curent traffic.
>I would like to find a client-server program, with a win32 or java or
applet
>client.
>does someone know an alternative?
>sincerly yours
>Olivier
Maybe try ntop (ntop.org)? It does a lot of other things, but that too.
^ permalink raw reply [flat|nested] 6+ messages in thread
* connection and bandwidth monitoring program
@ 2003-08-11 15:26 Olivier Mayeres
2003-08-19 15:26 ` Arnt Karlsen
0 siblings, 1 reply; 6+ messages in thread
From: Olivier Mayeres @ 2003-08-11 15:26 UTC (permalink / raw)
To: netfilter
I find this program: http://natmonitor.sourceforge.net/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: connection and bandwidth monitoring program
2003-08-11 15:26 connection and bandwidth monitoring program Olivier Mayeres
@ 2003-08-19 15:26 ` Arnt Karlsen
0 siblings, 0 replies; 6+ messages in thread
From: Arnt Karlsen @ 2003-08-19 15:26 UTC (permalink / raw)
To: netfilter
On Mon, 11 Aug 2003 17:26:51 +0200,
Olivier Mayeres <Olivier.Mayeres@cidm.be> wrote in message
<3F37B5BB.4060708@cidm.be>:
> I find this program: http://natmonitor.sourceforge.net/
..that flashy "ENTER FLASH ENHANCED SITE
(Flash 6 player plugin required)" speaks LOUDLY against it.
--
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
Scenarios always come in sets of three:
best case, worst case, and just in case.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-08-19 15:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-11 15:26 connection and bandwidth monitoring program Olivier Mayeres
2003-08-19 15:26 ` Arnt Karlsen
-- strict thread matches above, loose matches on Subject: below --
2003-08-01 9:45 Olivier Mayeres
2003-08-01 15:00 ` Aldo S. Lagana
2003-08-02 1:53 ` Tomasz Korycki
2003-08-02 5:02 ` George Vieira
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox