Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NFS - Server-to-client speed 1

Status
Not open for further replies.
Hi, levw

NFS is a strange animal;

I suggest, before make tuning on NFS
(buffer size, number of daemons, ...)
to benchmark well your client-server environment:

A) Use ftp (from client) and try to put and get a
big file; if you see similar differences, NFS
is not responsable: your server writes on
disk slower than read or writing of your client.

B) Be carefull: NFS use caches, and some time when
you read the same file, the 2nd time is faster than 1st.

bye.
 
Hi,

for the test is easy: change the file you get

time cp /remote/file1 .
time cp /remote/file2 .

or umount between the 2 operations.


Using, you can put -o noac in mount command.
 
Hi, levw

just for curiosity,

which are your conclusions ?

does ftp present the same differences ?

thank-you.
 
rcp:
client-to-Server=16 Sec
Server-to-Client=16 Sec

NFS (cahed,but it does not matter):
client-to-Server=54 Sec
Server-to-Client=18 Sec

I would appreciate an advice on decreasing the NFS client-to-Server speed - it's 3 (!) times higher then the other way around.

"Long live king Moshiach !"
h
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top