curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: Windows users! Help us test upload performance tuning?

From: Jan Ehrhardt <phpdev_at_ehrhardt.nl>
Date: Sun, 05 Aug 2018 04:29:13 +0200

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 <jberkes_at_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
Received on 2018-08-05