[Info-vax] Slow NFS VMS server Linux client

uruguru jan.andersson at axfood.se
Tue Nov 17 10:08:28 EST 2009


There is some caching involved.
Creating a new directory on the Linux side and copying to that is
fast:

[sys_jan at imlab01 ~]$ mkdir pdf
[sys_jan at imlab01 ~]$ time cp /mnt/janne/CONFIG_MANAGE.PDF ./pdf/

real    0m0.034s

[sys_jan at imlab01 ~]$ time cp /mnt/janne/CONFIG_MANAGE.PDF ./pdf/

real    0m0.036s

Now copying in the other direction:
[sys_jan at imlab01 ~]$ time cp ./pdf/CONFIG_MANAGE.PDF /mnt/janne/

real    0m4.610s

[sys_jan at imlab01 ~]$ time cp ./pdf/CONFIG_MANAGE.PDF /mnt/janne/

real    0m4.557s

After that copying to the Linuxclient is slow:

[sys_jan at imlab01 ~]$ time cp /mnt/janne/CONFIG_MANAGE.PDF ./pdf/

real    0m19.658s



More information about the Info-vax mailing list