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
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
10 months ago
viewed
117 times