[Bugs] [Bug 1070539] Very slow Samba Directory Listing when many files or sub-directories
bugzilla at redhat.com
bugzilla at redhat.com
Mon Dec 1 14:59:18 UTC 2014
https://bugzilla.redhat.com/show_bug.cgi?id=1070539
--- Comment #9 from Ben England <bengland at redhat.com> ---
Another way to confirm it is to use profiling commands in Gluster while you are
running a browser test:
gluster volume profile your-volume start
gluster volume profile your-volume info > /tmp/junk.tmp
for pass in `seq 1 20` ; do \
sleep 5 ; \
gluster volume profile your-volume info ; \
done > gvp.log
And attach gvp.log to this bz. I have a python script that can reduce gvp.log
to a spreadsheet which can show rates for Gluster RPC call types over time, we
can then see more about how efficiently Gluster handled this workload and where
the bottlenecks might be.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list