Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2005 14:53:27 -0400
From:      Chuck Swiger <cswiger@mac.com>
To:        "Thomas M. Skeren III" <tms3@fsklaw.com>
Cc:        freebsd-net@freebsd.org
Subject:   Re: Strange Network Performance
Message-ID:  <434C0A27.7060306@mac.com>
In-Reply-To: <434C04A7.7090001@fsklaw.com>
References:  <434C04A7.7090001@fsklaw.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Thomas M. Skeren III wrote:
[ ...FTP transfer speeds very different... ]
> The data transfer rate is about 93.5% of these speeds for smb 
> transfers.  No other server exhibits this behavior.  I'm really puzzeled.
[ ... ]
> Any suggestions as to wtf is up would be appreciated.

You should look at "netstat -i" and check for packet errors, perhaps, as well 
as double-checking cabling and duplex and so forth.  This makes a nice network 
test:

	ping -i 0.001 -s 1450 -c 100 host.example.com

If you adjust "sysctl net.inet.icmp.icmplim" upwards, you can change the count 
to send as much data as you want.  Using a big size is assymmetric and involves 
much more data sent from the machine running the commmand than is received, 
using the default side sends roughly equal amounts of data.

-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?434C0A27.7060306>