What is speed measure method to upload and download ? What options do I have to give to know the speed (MB/s) ?
curl -H 'X-Auth-Token:8xxx'
http://x.x.x.x:8080/v1/AUTH_90xxxxxfccf7c/speed_test/ --upload-file
test05.txt
Thanks
What is speed measure method to upload and download ? What options do I have to give to know the speed (MB/s) ?
curl -H 'X-Auth-Token:8xxx'
http://x.x.x.x:8080/v1/AUTH_90xxxxxfccf7c/speed_test/ --upload-file
test05.txt
Thanks
Pass the output somewhere. Use > /dev/null
or -o file
or -O
or similar. That will make the progress meter show.