Skip to content

Instantly share code, notes, and snippets.

@charz
Created August 6, 2014 01:39
Show Gist options
  • Save charz/903adf3e1a955133d22f to your computer and use it in GitHub Desktop.
Save charz/903adf3e1a955133d22f to your computer and use it in GitHub Desktop.
Test single drives with single server
TIMESTAMP=`date +%s`
for i in {1..300};
do
curl -X PUT http://192.168.1.82:6000/192.168.15.102%3A8123/270/AUTH_test/ssbench_0000${i}/${i} -H "content-type: application/data" -H "x-timestamp: ${TIMESTAMP}" -T testfile_1KB &
done
wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment