RTT : 0.3 s
Elapsed time to list an empty folder : 4.0 s
lfc-readdirxr.py
calls the 'lfc_readdirxr' method on the folder
lfc-readdirg-lr.py
calls the 'lfc_listreplica' method for each file
lfc-readdirg-recurse-gr.py
calls the 'lfc_getreplica' method for each file
lfc-readdirg-recurse-readdirxr.py
creates a dictionary of files per folder, and then calls the 'lfc_opendirg' and 'lfc_readdirxr' methods
lfc-readdirg-recurse-grs.py
calls the new 'lfc_getreplicas' method once with the list of all GUID in parameter
LFC_HOST=lxb1540.cern.ch
, for the /grid/atlas/dq2/ddmf1
folder, average elapsed times measured on 26 January 2007 are : ddmf1.001099.Argon.global.ESD.v000211
subfolder : 0.6 s
with lfc-readdirxr.py
4.2 s
with lfc-readdirg-lr.py
1.4 s
with lfc-readdirg-recurse-gr.py
1.1 s
with lfc-readdirg-recurse-readdirxr.py
1.0 s
with lfc-readdirg-recurse-grs.py
/grid/atlas/dq2/ddmf1
folder recursively : 58 s
with lfc-readdirxr-recurse.py
319 s
with lfc-readdirg-recurse-gr.py
106 s
with lfc-readdirg-recurse-readdirxr.py
65 s
with lfc-readdirg-recurse-grs.py
Maintained by Etienne URBAH