Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

How to track upload speed of Curl POST request? This is the code I'm using and not seeing curl stats on upload speed.

curl --verbose -H "Content-Type: application/x-www-form-urlencoded" -F 'file=@some file' -F 'json={some json}' server/post

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.