Gisle Vanem in gmane.comp.web.curl.library (Sun, 5 Aug 2018 02:03:36 +0200):
>Jan Ehrhardt wrote:
>
>> Timed by
>> ptime 1.0 for Win32, Freeware - http://www.pc-tools.net/
>> Copyright(C) 2002, Jem Berkes <jber...@pc-tools.net>
>
>I tried this tool too, as (inside a 'upload-speed.bat'):
>   ptime.exe -- curl.exe -# --output - -w"speed:%%{speed_upload} bytes/sec\n" 
> %URL% -T %TEST_FILE%

Just put 'ptime' before the command, no dashes. Example:
ptime curl -w"start:%%{time_starttransfer} total:%%{time_total}\n" 
http://uploadjp.openspeedtest.com/upload -T ..\test
for the command in Daniel's testcurl.bat.

For bash something like
ptime \utils\bash.exe /utils/bash.sh
-- 
Jan

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to