Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2008 12:31:42 +0000
From:      Kris Kennaway <kris@FreeBSD.org>
To:        Markus Klaschka <mk@mkdev.eu>
Cc:        freebsd-performance@freebsd.org
Subject:   Re: NFS performance
Message-ID:  <20080417123142.GI25623@hub.freebsd.org>
In-Reply-To: <48070E93.9030705@mkdev.eu>
References:  <5873E91C-C096-4EE1-A5F5-4BCE110E2EE7@ish.com.au> <m2mynvuvl2.wl%gnn@neville-neil.com> <15A6FBF6-052E-486D-9470-CAE5819BE93F@ish.com.au> <20080416095945.GA91566@hub.freebsd.org> <48070E93.9030705@mkdev.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 17, 2008 at 10:47:15AM +0200, Markus Klaschka wrote:
> That's interesting cause heavy reading from NFS brought me a loadavg of 
> 70 and more if there were a lot of small files to read.
> I thought this is a normal issue about NFS...
> By the way, are all Realtek Cards for the bin or only the 8139...the 
> server has a 'RTL8169 Gigabit Ethernet Adapter'
> I mean, you all know this, if not read the comments in that file ;)
> 
>    root@kalium:~ > grep worst /usr/src/sys/pci/if_rl.c
>    * probably the worst PCI ethernet controller ever made, with the
>    possible
> 
> What could be configured wrong?
> What's the best way to test bandwidth if I only got one well connected 
> server? pathchar?

NFS performance is limited by several things:

* server disk I/O.  With low end disk hardware you are not going to
get good performance at high load.

* network bandwidth.  Ditto.

* NFS client and server implementation

There have been important relevant improvements in 8.0 that improve
the client performance with many concurrent processes doing NFS I/O.
Also 7.0 has much better performance than 6.x.

Kris

P.S. Load average doesn't tell you if your system is performing badly,
it tells you that the system is running many processes.

--
In God we Trust -- all others must submit an X.509 certificate.
    -- Charles Forsythe <forsythe@alum.mit.edu>



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