Subject: Re: ATM NIC support
To: None <drochner@zelux6.zel.kfa-juelich.de>
From: Chuck Cranor <chuck@dworkin.wustl.edu>
List: port-i386
Date: 02/27/1997 09:01:51
>Excerpts from netbsd: 26-Feb-97 Re: ATM NIC support Randolph
>Nicklas@mci.net (1221*)
>> Do you have any performance figures
>> for the Efficient PCI card?
>I got ~5.1MB/s with TCP between a P133 and a P166.
>Significantly less than fast ethernet with a tulip card.
Hmmm.
I've gotten 85-100 Mbps with our ENI cards between two P133's.
I used Rick Jones' netperf to get this
(see: http://www.cup.hp.com/netperf/NetperfPage.html)
I used one of the following command lines:
./netperf -l 60 -H 128.252.200.1 -t TCP_STREAM -- -m 1048576 -s 131072 -S 131072
./netperf -l 60 -H 128.252.200.1 -t TCP_STREAM -- -m 1048576 -s 245760 -S 245760
I seem to recall getting 120Mbps if I used UDP rather than TCP.
chuck