local network throughput issues

2008-08-16 Thread Rick C. Petty
Hello. I've been having some serious network throughput issues recently. Prior to these issues, I was running 7.0-STABLE from a few months back. I recently build a world/kernel from csup(1) on 2008-Jul-25 and started noticing the issues. I'm currently on a RELENG_7 from 2008-Aug-02 and am

Re: local network throughput issues

2008-08-16 Thread Rick C. Petty
On Sat, Aug 16, 2008 at 10:31:31PM +0200, [EMAIL PROTECTED] wrote: i immediatly think dns issues if samba and ssh are slow. are your hosts reverse lookup-able? Yes. DNS problems usually affect the time to connect, and those are fast. It's just the throughput I'm seeing a problem with. In

Re: local network throughput issues

2008-08-16 Thread usleepless
On 8/16/08, Rick C. Petty [EMAIL PROTECTED] wrote: Hello. I've been having some serious network throughput issues recently. Prior to these issues, I was running 7.0-STABLE from a few months back. I recently build a world/kernel from csup(1) on 2008-Jul-25 and started noticing the issues.

Re: local network throughput issues

2008-08-16 Thread Jeremy Chadwick
On Sat, Aug 16, 2008 at 02:43:11PM -0500, Rick C. Petty wrote: Hello. I've been having some serious network throughput issues recently. Prior to these issues, I was running 7.0-STABLE from a few months back. I recently build a world/kernel from csup(1) on 2008-Jul-25 and started noticing the

Re: local network throughput issues

2008-08-16 Thread Rick C. Petty
On Sat, Aug 16, 2008 at 03:15:35PM -0700, Jeremy Chadwick wrote: 1) Please provide netstat -in output. NameMtu Network Address Ipkts IerrsOpkts Oerrs Coll nfe0 1500 Link#1 00:15:f2:17:0c:20 14714298 0 14821857 0 0 nfe0 1500 172.23.20.0/2

Re: local network throughput issues

2008-08-16 Thread Jeremy Chadwick
On Sat, Aug 16, 2008 at 05:28:31PM -0500, Rick C. Petty wrote: 2) NFS (unless you're explicitly disabling it) is UDP-based, while SSH and Samba are TCP-based. Your nfe0 device has TSO4 enabled on it, so I'm left wondering if the TCP offloading support for your nfe(4) device is broken.