[PVFS2-users] slow read and write

Alan Louis Scheinine scheinin at crs4.it
Wed Nov 24 09:52:18 EST 2004


Neill asked me: Can you report back some read results using the pvfs2-cp 
utility?  Are they similar?

Yes, but that is not the same thing.  Here is the result

pvfs2-cp -t /pvfs2/bigtestfile1 /scratch/delete_me
Wrote 500000000 bytes in 4.911304 seconds. 97.089726 MB/seconds

where the disk /scratch is local.  The problem with "cp" is
that the speed is limited by the local disk that is the
destination.
Using the local disk and my watch I find
cd /scratch
  cp bigtestfile3 deleteme2   about 9.5 seconds
  cp bigtestfile3 deleteme3   about 3.7 seconds
where bigtestfile3 is not on /pvfs2 but is identical to
the file on /pvfs2.  The first line is the first copy of
the file today and the second line repeats the copy.
The client machine has only one hard disk so the first line
represents read and write whereas the second line represents
writing from memory cache.  The time for pvfs2-cp for a file
of the same size is 4.9 seconds (as we see above).  So the
writing to local disk is not necessarily the bottleneck but
one cannot expect much better using the pvfs2-cp command
when reading from /pvfs2 (distributed on 8 servers).  To see
if the distributed servers can do an order of magnitude better
it is necessary to use a program that reads without writing.
Since 8 servers connected with gigabit ethernet have their
ethernet packets concentrated to a client with a 10 gigabit
ethernet connection using a good-quality switch (Extreme),
the kind of test I would like to do is to achieve an order
of magnitude better performance.



-- 

  Centro di Ricerca, Sviluppo e Studi Superiori in Sardegna
  Center for Advanced Studies, Research, and Development in Sardinia

  Postal Address:               |  Physical Address for FedEx, UPS, DHL:
  ---------------               |  -------------------------------------
  Alan Scheinine                |  Alan Scheinine
  c/o CRS4                      |  c/o CRS4
  C.P. n. 25                    |  Loc. Pixina Manna Edificio 1
  09010 Pula (Cagliari), Italy  |  09010 Pula (Cagliari), Italy

  Email: scheinin at crs4.it

  Phone: 070 9250 238  [+39 070 9250 238]
  Fax:   070 9250 216 or 220  [+39 070 9250 216 or +39 070 9250 220]
  Operator at reception: 070 9250 1  [+39 070 9250 1]
  Mobile phone: 347 7990472  [+39 347 7990472]



More information about the PVFS2-users mailing list