Skip to content
Snippets Groups Projects
Commit 57472590 authored by Julien Leduc's avatar Julien Leduc
Browse files

using 4 streams of 5000 files each

parent 36da7065
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,9 @@ for DRIVE in $(admin_cta dr ls | grep Down | sed -e 's/ \+/ /g' | cut -d\ -f2);
admin_cta dr up ${DRIVE}
done
for ((i=0;i<3;i++)); do
echo "Launching bash ./client_ar.sh -n 1000 -s 10 -p 4 -v"
bash ./client_ar.sh -n 1000 -s 10 -p 4 -v &
for ((i=0;i<4;i++)); do
echo "Launching bash ./client_ar.sh -n 5000 -s 10 -p 6 -v"
bash ./client_ar.sh -n 5000 -s 10 -p 6 -v &
done
for job in `jobs -p`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment