Subject: Re: Network performance very poor on 1.4P
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Mike Cheponis <mac@Wireless.Com>
List: current-users
Date: 01/26/2000 14:47:36
On Wed, 26 Jan 2000, Manuel Bouyer wrote:
> On Tue, Jan 25, 2000 at 05:42:16PM -0800, Mike Cheponis wrote:
> > Hi,
> > 
> > I'm getting < 15 KB/sec on a local 10 Mb/s Ethernet between the NetBSD
> > machine (400 MHz K6-2/128M DRAM) and a BSDI 4.0 box with a PP150.  Between
> > the BSDI box and a 486/66 with 1.4.1 I'm seeing about 650 KB/sec.
> > 
> > The 400 MHz K6-2 box has an on-motherboard Davicom 10/100 ethernet that I'm
> > not using (but can't disable from the bios).  I'm using a Realtek 8039 PCI
> > card for ethernet connectivity.
> 
> What does 'netstat -i' and 'ifconfig -a' says ?
> 
> --
> Manuel Bouyer <bouyer@antioche.eu.org>

I powered up the machine then immediately did the FTP:


-rw-r--r--  1 root  wheel  22,361,664 Jan 26 13:59 sys.tar.gz

ftp> put sys.tar.gz
local: sys.tar.gz remote: sys.tar.gz
227 Entering Passive Mode (209,185,76,12,254,15)
150 Opening BINARY mode data connection for 'sys.tar.gz'.
100% |*************************************| 21837 KB   14.50 KB/s    00:00 ETA
226 Transfer complete.
22361664 bytes sent in 25:06 (14.49 KB/s)
ftp> bye



# netstat -i
Name  Mtu   Network       Address              Ipkts Ierrs    Opkts Oerrs Colls
ne2   1500  <Link>        00:80:c8:c0:f9:f7    32558    41    23959     0     0
ne2   1500  209.185.76    NetBSD.Advantrix.    32558    41    23959     0     0
ne2   1500  fe80:1::280:c fe80:1::280:c8ff:    32558    41    23959     0     0
lo0   32976 <Link>                                 0     0        0     0     0
lo0   32976 fe80:2::1     fe80:2::1                0     0        0     0     0
lo0   32976 ::1           ::1                      0     0        0     0     0
lo0   32976 loopback      localhost                0     0        0     0     0
ppp0* 1500  <Link>                                 0     0        0     0     0
ppp1* 1500  <Link>                                 0     0        0     0     0
sl0*  296   <Link>                                 0     0        0     0     0
sl1*  296   <Link>                                 0     0        0     0     0
strip 1100  <Link>                                 0     0        0     0     0
strip 1100  <Link>                                 0     0        0     0     0
tun0* 1500  <Link>                                 0     0        0     0     0
tun1* 1500  <Link>                                 0     0        0     0     0
gre0* 1450  <Link>                                 0     0        0     0     0
gre1* 1450  <Link>                                 0     0        0     0     0
ipip0 0     <Link>                                 0     0        0     0     0
ipip1 0     <Link>                                 0     0        0     0     0
gif0* 1280  <Link>                                 0     0        0     0     0
gif1* 1280  <Link>                                 0     0        0     0     0
gif2* 1280  <Link>                                 0     0        0     0     0
gif3* 1280  <Link>                                 0     0        0     0     0

# ifconfig -a
ne2: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        address: 00:80:c8:c0:f9:f7
        media: Ethernet autoselect (10baseT full-duplex)
        inet 209.185.76.66 netmask 0xffffff00 broadcast 209.185.76.255
        inet6 fe80::280:c8ff:fec0:f9f7@ne2 prefixlen 64 scopeid 0x1
lo0: flags=8009<UP,LOOPBACK,MULTICAST> mtu 32976
        inet 127.0.0.1 netmask 0xff000000 
        inet6 fe80::1@lo0 prefixlen 64 scopeid 0x2
        inet6 ::1 prefixlen 128
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
ppp1: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 296
sl1: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 296
strip0: flags=0<> mtu 1100
strip1: flags=0<> mtu 1100
tun0: flags=10<POINTOPOINT> mtu 1500
tun1: flags=10<POINTOPOINT> mtu 1500
gre0: flags=8010<POINTOPOINT,MULTICAST> mtu 1450
gre1: flags=8010<POINTOPOINT,MULTICAST> mtu 1450
ipip0: flags=8010<POINTOPOINT,MULTICAST>
ipip1: flags=8010<POINTOPOINT,MULTICAST>
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
gif1: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
gif2: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
gif3: flags=8010<POINTOPOINT,MULTICAST> mtu 1280