Differences

This shows you the differences between two versions of the page.

doc:howto:nfs.server [2012/11/11 00:35]
uvray313
doc:howto:nfs.server [2013/03/08 19:48] (current)
fathom
Line 132: Line 132:
-===== Performance =====+===== Performance / Tuning =====
Maybe you want to compare the read and write performance with that of your [[doc:uci:samba]] setup. Post it in the forum or right here: Maybe you want to compare the read and write performance with that of your [[doc:uci:samba]] setup. Post it in the forum or right here:
 +
 +Do not expect to much. When i started with my RouterStationPro i got 7 MB/s writing to and 10 MB/s reading from it.
 +
 +Now:
 +
 +Server:
 +  * echo 4 >  /proc/fs/nfsd/threads
 +  * /etc/exports: /mnt/bla 192.168.1.0/255.255.255.0(rw,all_squash,insecure,async,no_subtree_check)
 +  * Check out /proc/fs/nfsd/max_block_size if client reports other block size then what you have specified. It can be changed if the server is not running, but nfsd mounted. Now you can echo the right value to it. - Updated by fathom
 +
 +Client: mount options: udp,async,rsize=32768,wsize=32768,intr,noatime
 +
 +i get: writing: 15,3MB/s and reading: 17,4MB/s
 +
 +I have TL-WR1043ND from TP-Link by default it has a throughput of 4,5mb/sec, after tweaking the block size, and the mount options it delivers 9,5 mb/sec. Cheers! (Still on wifi it has a speed of 6 mb/s)
==== Throughput Issues ==== ==== Throughput Issues ====

Back to top

doc/howto/nfs.server.1352590516.txt.bz2 · Last modified: 2012/11/11 00:35 by uvray313