The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* why is NFS performance poor when decompress linux kernel
@ 2005-10-08  4:39 Xin Zhao
  2005-10-08  5:59 ` Lee Revell
  0 siblings, 1 reply; 6+ messages in thread
From: Xin Zhao @ 2005-10-08  4:39 UTC (permalink / raw)
  To: linux-kernel

Hi,

I setup two virtual machines. One works as NFS server and the other is
client. They talk to each other via in-host network communication.

I noticed that when doing large file copy or linux kernel compilation
in a NFS direcotry, the performance is not bad compared to local disk
filesystem such as ext2. However, if I do linux kernel tarball
decompression on a NFS directory, the performance is much worse than
local disk filesystem (over 3 times slower). Anybody know the reason?

My guess is that NFS has to do lookup and getattr over the network,
while local disk filesystem can do that in local memory. Is this the
major reason? or there are some other reasons?

Thanks for help!

-x

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

end of thread, other threads:[~2005-10-08 21:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-08  4:39 why is NFS performance poor when decompress linux kernel Xin Zhao
2005-10-08  5:59 ` Lee Revell
2005-10-08  7:19   ` Willy Tarreau
2005-10-08 14:35     ` Xin Zhao
2005-10-08 15:03       ` Xin Zhao
2005-10-08 21:23         ` Willy Tarreau

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