Re: Comparison of FreeBSD/Linux TCP Throughput performance

2009-10-18 Thread Brent Jones
ern.ipc.nmbclusters=131072 > net.inet.ip.fw.enable=0 > kern.ipc.somaxconn=10240 > > 2c, > > > Adrian > > 2009/10/15 Hongtao Yin : >> Hi, >> >> Can you try with 64K and up tp 1MB buffers? I see ~1Gbit speeds with my FreeBSD

Re: NFS writes calling FSYNC and ASYNC not consistent

2009-01-30 Thread Brent Jones
happening > is that for binary files, the client is issuing write-behind > async, however for ascii files its issuing the writes at > close time which will force the sync flag. > > -Alfred > -- Brent Jones br...@servuhome.net ___

Re: ZFS, NFS and Network tuning

2009-01-29 Thread Brent Jones
On Wed, Jan 28, 2009 at 11:21 PM, Brent Jones wrote: > I'm reviving this, as I too am seeing something eerily similar. I have > made my own thread under freebsd-stable, so I will hopefully move that > discussion to this list. > > I believe we are seeing performance problems

Re: ZFS, NFS and Network tuning

2009-01-28 Thread Brent Jones
uesting FSYNC or ASYNC depending on the file type/contents? If so, is there a tuneable setting to make all write ASYNC? Otherwise, FSYNC'ing for every block written over NFS will cause so many IOPS on the NFS server, that performance will degrade severely. Testing with an OpenSolaris 2008.11 client w