Skip to content

Internal proxy's minimum speed not functioning well

Hello,

I've set the minimum speed of the internal proxy to 0.100 second (default) but I used `curl` on a 10Gbps server to test the speed and the results were as the following:


[root@server ~]# curl -x server:ip --insecure -w "@curl-format.txt" -o /dev/null -s https://icanhazip.com
    time_namelookup:  0.012
       time_connect:  0.012
    time_appconnect:  2.097
   time_pretransfer:  2.097
      time_redirect:  0.000
 time_starttransfer:  2.409
                    ----------
         time_total:  2.409
[root@server ~]# curl -x server:ip --insecure -w "@curl-format.txt" -o /dev/null -s https://icanhazip.com
    time_namelookup:  0.012
       time_connect:  0.012
    time_appconnect:  0.791
   time_pretransfer:  0.791
      time_redirect:  0.000
 time_starttransfer:  0.997
                    ----------
         time_total:  0.997

Even without measuring the response time, the proxies are very noticeable that they respond in more than 0.100 seconds.

Is there's a solution for this?

Comments

  • SvenSven www.GSA-Online.de
    well GSA tools measure speed from "connect to first reply". I can not speak for other tools.
Sign In or Register to comment.