All of lore.kernel.org
 help / color / mirror / Atom feed
* can anyone explain this state?
@ 2005-08-17 11:13 Michael
  2005-08-17 12:02 ` Trond Myklebust
  0 siblings, 1 reply; 12+ messages in thread
From: Michael @ 2005-08-17 11:13 UTC (permalink / raw)
  To: nfs

Hi,=20

These day, I observed a strange thing when I copy a 100MB file from
nfs server, both client and server is running redhat 9.0 with kernel
2.4.20-8:

$ sudo mount -o
rw,bg,vers=3D3,tcp,timeo=3D600,rsize=3D1024,wsize=3D1024,hard,intr,ac
server1:/home/test filetest
$ time cp ./filetest/new100m /tmp/o100m

real    1m6.575s
user    0m0.040s
sys     0m1.430s
$ time cp ./filetest/new100m /tmp/o100m

real    0m4.964s     =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> i=
t is so different comparing
with above time!!
user    0m0.030s
sys     0m0.570s
$ sudo umount filetest
$ sudo mount -o
rw,bg,vers=3D3,tcp,timeo=3D600,rsize=3D102400,wsize=3D102400,hard,intr,ac
server1:/home/test filetest
$ time cp ./filetest/new100m /tmp/o100m

real    0m9.075s
user    0m0.020s
sys     0m0.470s
$ time cp ./filetest/new100m /tmp/o100m

real    0m7.501s    =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D>=
only different in 2 seconds!
why not less than 4.9 seconds?
user    0m0.000s
sys     0m0.520s

Thanks!


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

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

end of thread, other threads:[~2005-08-18 19:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-17 11:13 can anyone explain this state? Michael
2005-08-17 12:02 ` Trond Myklebust
2005-08-17 12:26   ` Peter Staubach
2005-08-17 12:31     ` Peter Staubach
2005-08-17 12:39     ` Trond Myklebust
2005-08-17 13:39       ` Michael
2005-08-17 14:40         ` Peter Staubach
2005-08-17 14:50           ` Michael
2005-08-17 23:51       ` Greg Banks
2005-08-18  0:18         ` Trond Myklebust
2005-08-18 13:41           ` Michael
2005-08-18 14:02             ` Trond Myklebust

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.