Re: Network Monitor?

2007-08-31 Thread Agus
2007/8/31, Agus <[EMAIL PROTECTED]>:
>
> Try Munin also for monitoring a great deal of system functionality as
> Load, Apache, Disk, Network, etc..
>
> is in the ports, under sysutils i think...
>
> Try it, its very very easyand u get web graphic reports
>
> Luck
>
> brahama
>
> 2007/8/13, Graham Bentley <[EMAIL PROTECTED]>:
> >
> >
> > /usr/ports/net/trafshow ?
> >
> > --
> > [EMAIL PROTECTED]
> > www.cpcnw.co.uk
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "
> > [EMAIL PROTECTED]"
> >
>
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Network Monitor?

2007-08-12 Thread Graham Bentley


/usr/ports/net/trafshow ?

--
[EMAIL PROTECTED]
www.cpcnw.co.uk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Network Monitor?

2007-08-12 Thread Speedtoys

Has an etherman port ever surfaced?


Got brakes?
==
25hrs or one season with one pad set is possible.  Save money and pit  
time, compromise nothing.  Ask how.

TXT or Tone: [EMAIL PROTECTED]
http://www.speedtoys.com


On Aug 12, 2007, at 8:11 PM, "Hakan K" <[EMAIL PROTECTED]> wrote:


Bandwidth Monitor NG
http://sourceforge.net/projects/bwmng




Thanks
Hakan
http://primoris.com





On 8/12/07, Jack Barnett <[EMAIL PROTECTED]> wrote:



Is there a way to monitor what traffic is coming in/out of my  
network?
For example: so me how much bandwidth emails are taking, how much  
http

traffic (both in and outgoing), etc.
I'd like a report broken down by "traffic type" like in windows.

FreeBSD-6.2 x86

Thanks.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "
[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED] 
"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Network Monitor?

2007-08-12 Thread Hakan K
Bandwidth Monitor NG
http://sourceforge.net/projects/bwmng




Thanks
Hakan
http://primoris.com





On 8/12/07, Jack Barnett <[EMAIL PROTECTED]> wrote:
>
>
> Is there a way to monitor what traffic is coming in/out of my network?
> For example: so me how much bandwidth emails are taking, how much http
> traffic (both in and outgoing), etc.
> I'd like a report broken down by "traffic type" like in windows.
>
> FreeBSD-6.2 x86
>
> Thanks.
>
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Network Monitor?

2007-08-12 Thread Kelly D. Grills
On Sun, Aug 12, 2007 at 06:54:57PM -0500, Jack Barnett wrote:
> 
> Is there a way to monitor what traffic is coming in/out of my network?
> For example: so me how much bandwidth emails are taking, how much http 
> traffic (both in and outgoing), etc.
> I'd like a report broken down by "traffic type" like in windows.
> 
> FreeBSD-6.2 x86
>

MRTG is in the ports collection, /usr/ports/net-mgmt/mrtg
  
[EMAIL PROTECTED]/usr/ports/net-mgmt/mrtg $ cat pkg-descr
The Multi Router Traffic Grapher (MRTG) is a tool to monitor the
traffic
load on network-links. MRTG generates HTML pages containing PNG
images which
provide a LIVE visual representation of this traffic. Check

WWW: http://oss.oetiker.ch/mrtg/

for an example. MRTG is based on Perl and C and works under UNIX and
Windows
NT.

MRTG is being successfully used on many sites around the net.
Check the MRTG-Site-Map, which is at:
http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/users.html

-- 
Kelly D. Grills
[EMAIL PROTECTED]




pgpxE9EkKJxdG.pgp
Description: PGP signature


Re: Network Monitor?

2007-08-12 Thread Modulok
On 8/12/07, Jack Barnett <[EMAIL PROTECTED]> wrote:
>
> Is there a way to monitor what traffic is coming in/out of my network?
> For example: so me how much bandwidth emails are taking, how much http
> traffic (both in and outgoing), etc.
> I'd like a report broken down by "traffic type" like in windows.

If you're using ipfw(8) on a machine acting as a gateway and your
ruleset is configured with one rule per port, you can read the packet
and byte counters for each rule:

(root)# ipfw show;

By knowing what standard services correlate to each port (http on port
80, FTP on port 21, etc), you can get a pretty good idea of traffic.
It's not exactly the ideal solution, but it's a thought.

-Modulok-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Network Monitor?

2007-08-12 Thread Bill Moran
Jack Barnett <[EMAIL PROTECTED]> wrote:
>
> 
> Is there a way to monitor what traffic is coming in/out of my network?
> For example: so me how much bandwidth emails are taking, how much http 
> traffic (both in and outgoing), etc.
> I'd like a report broken down by "traffic type" like in windows.

Have a look at the ntop port.

-- 
Bill Moran
http://www.potentialtech.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Network Monitor?

2007-08-12 Thread Jack Barnett


Is there a way to monitor what traffic is coming in/out of my network?
For example: so me how much bandwidth emails are taking, how much http 
traffic (both in and outgoing), etc.

I'd like a report broken down by "traffic type" like in windows.

FreeBSD-6.2 x86

Thanks.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


network monitor

2003-06-30 Thread Kenzo
I was wondering if there was another app like ntop that monitors network
traffic.
I would like to be able to see who uses how much bandwidth and what services
they are using.
Ntop does not fully give these info. For example, I see that morpheus is
being listed as a used service, but it doesn't give me a link to a host or
IP address.
I have to look for it to find who used that service.

I would like to be able to see the port or service and click on a link to
show me all the hosts or IPs that used that service and when.
Is there such a App?

Thanks.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"