> I have a small network of machines running SuSE 6.2. For some reason the
> nfs-performance is terrible (often less than 30KBytes/sec) although I
> run 10Mbit/s Ethernet. SuSE GmbH was unable to help so far, unfortunately.
> a) I heard about a new nfs daemon named knfsd. Could
> this deamon help improving the performance? Where can I get it?
> b) What tools could you recommend to find the source of the performance
> problem.
> c) Do you have sufficient nfs Performance with SuSE6.2 or other Linux
> distributions?
> Thanks for any hint!
> ------------------ Posted via CNET Linux Help ------------------
> http://www.searchlinux.com
I don't know if it helps with the suse distribution, but I has a similar
problem with DLD (Delix).
NFS transfer rates have been only approx. 300kBytes/sec while ftp between the
same machines works at 1MByte/s (10MBit Network, full-duplex, twisted pair).
The only thin I had to do is changing mounting options for the nfs filesystem
on the client in etc/fstab:
HOSTNAME:/share /mnt nfs noauto,user,timeo=2,soft,intr,rsize=8192,wsize=8192
The increased rsize and wsize (Kernel defaults 1024) brought up speed to
1MByte/sec.
Warning: this options seems to work only on kernels starting 2.0.34 or all
2.2.x. On older Kernels, mounting of the share will fail using this options!
Another problem may be network card settings or cabling. If you have mixed
full-duplex and half-duplex on one cable, you'll get collisions. Take a look
at /proc/net/dev, there you'll statistics.
Hope this helps,
Roland
--
Institute of Measurement Technology http://Sensor200.emt.uni-linz.ac.at
Altenbergerstr. 69 Tel. (+43) 732 / 2468 - 9774
A - 4040 Linz, Austria Fax. (+43) 732 / 2468 - 9233