[no subject]

2003-11-05 Thread Nick Buraglio
I'm looking for anyone that knows of a bsd project that does something 
similar to to the Linux Layer 7 filter project.  Details found here: 
http://l7-filter.sourceforge.net/  I'm more or less hoping that someone 
has a *BSD project that can classify packets based on application data 
in the connections they belong to.  Is there anything in the works that 
anyone knows of?

nb

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


Re: how to saturate 100Mbit

2003-12-12 Thread Nick Buraglio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
You can also use a tool like iperf to test things like this.  Just a 
thought.

nb



On Dec 13, 2003, at 12:06 AM, Clark Gaylord wrote:

Eugene Grosbein wrote:
Is it possible to saturate 100Mbit ethernet using FreeBSD 4.9-STABLE,
Pentium-133 & Intel 430VX-based motherboard (PCI-33),
Intel 82559 Pro/100 Ethernet (fxp) ? I tried to use sendfile(2) on 
/dev/zero but that does not work.
Then I created 8Tb holey file and used sendfile() on it.
That gave 100% CPU load and only 37Mbit/s on wire.
I usually use ttcp for tcp throughput measurement.  You may not be 
able to do 100Mbps, due to tcp-ness, but it has a udp mode as well.  
Depends on what you are interested in doing.  But ttcp is pretty low 
impact. Also, when you use it, boost the buffersize; this can help 
performance (and lower cpu hit) considerably.

I am doing 800+Mbps on gigE with FreeBSD 5.1 these days.  The other 
trick we use for link utilization with tcp is to multiplex several 
sessions; we do a few score (or a few hundred :-) simultaneous ttcp's 
just with a shell script and background the processes.

ping -f with larger packets can also be useful.

--ckg

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (Darwin)
iD8DBQE/2q4LFOm2Sy5bRPQRAmO6AJ9tdPc6X8jf6lE0qRqGsjyXnQRZ/QCcDdNw
hakmV6u54zdrp7XRyEaMn4M=
=05mX
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"