public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* 30 time speed difference between using NFS and without using NFS
@ 2010-08-27 23:08 Peng Yu
  2010-08-30 17:09 ` J. Bruce Fields
  0 siblings, 1 reply; 6+ messages in thread
From: Peng Yu @ 2010-08-27 23:08 UTC (permalink / raw)
  To: linux-nfs

Hi,

I use the following command to search for some directory.

find -L some_dir -type d -name some_name

If I'm on the machine that has some_dir locally, the run time is
real	0m0.199s
user	0m0.048s
sys	0m0.140s

If I'm on another machine that sees the same directory by NFS (NFS3).
the run time is
real	0m6.509s
user	0m0.090s
sys	0m1.380s

There are 30 time speed difference. Is this normal? Is there any NFS
parameter that I should tune to make the latter faster?

-- 
Regards,
Peng

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-09-01  1:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-27 23:08 30 time speed difference between using NFS and without using NFS Peng Yu
2010-08-30 17:09 ` J. Bruce Fields
2010-08-30 21:39   ` Peng Yu
2010-08-31 16:23     ` J. Bruce Fields
2010-08-31 21:27       ` Peng Yu
2010-09-01  1:15         ` J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox