Re: benchmark

2007-01-05 Thread Mike Tancsa
At 12:43 PM 1/5/2007, Eugene Grosbein wrote: Hi! I'm trying to meashure network throughput between two 6.2-PRERELEASE boxes, basically get maximim IP packets per second transmitted/received. Try /usr/src/tools/tools/netrate/ I did some tests with the results at http://www.tancsa.com/blast.htm

Re: benchmark

2007-01-05 Thread pete wright
On 1/5/07, Eugene Grosbein <[EMAIL PROTECTED]> wrote: Hi! I'm trying to meashure network throughput between two 6.2-PRERELEASE boxes, basically get maximim IP packets per second transmitted/received. Tried to use iperf from ports in UDP mode with 64 byte payload, but it calls gettimeofday() aft

Re: benchmark

2007-01-05 Thread Luigi Rizzo
On Sat, Jan 06, 2007 at 12:43:50AM +0700, Eugene Grosbein wrote: > Hi! > > I'm trying to meashure network throughput between two 6.2-PRERELEASE boxes, > basically get maximim IP packets per second transmitted/received. > > Tried to use iperf from ports in UDP mode with 64 byte payload, > but it c

Re: benchmark

2007-01-05 Thread pete wright
On 1/5/07, Eugene Grosbein <[EMAIL PROTECTED]> wrote: On Fri, Jan 05, 2007 at 09:56:31AM -0800, pete wright wrote: > >Tried to use iperf from ports in UDP mode with 64 byte payload, > >but it calls gettimeofday() after each write and gives me about 80Kpps only > >for Pentium D 2.8Ghz. > > > >Wha

benchmark

2007-01-05 Thread Eugene Grosbein
Hi! I'm trying to meashure network throughput between two 6.2-PRERELEASE boxes, basically get maximim IP packets per second transmitted/received. Tried to use iperf from ports in UDP mode with 64 byte payload, but it calls gettimeofday() after each write and gives me about 80Kpps only for Pentium

Re: benchmark

2007-01-05 Thread Eugene Grosbein
On Fri, Jan 05, 2007 at 09:56:31AM -0800, pete wright wrote: > >Tried to use iperf from ports in UDP mode with 64 byte payload, > >but it calls gettimeofday() after each write and gives me about 80Kpps only > >for Pentium D 2.8Ghz. > > > >What alternative should I use? May be, a netgraph node? >