Welcome! Log In Create A New Profile

Advanced

Re: Benchmarking with wrk

Sergey Budnevitch
February 10, 2015 03:22AM
> On 08 Feb 2015, at 04:51, B.R. <reallfqq-nginx@yahoo.fr> wrote:
>
> Hello,
>
> I am starting to play with some benchmarking tools.
> Following Konstantin advice (video from the last user conference ;o) ), I am avoiding ab.
>
> After a few runs, I notice I get some 'Socket errors' of diffent types: connect and timeout.
> How do I get details about them? Nothing seems to pop up in system logs and there seem to be no log file for wrk.

timeouts are not errors in wrk, it only means that response wasn't received in predefined time. By default it is 2 seconds,
you may increase it with —timeout option.
As for connect errors, check listen queue length and overflows in netstat -s:
netstat -s | grep -i listen
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Benchmarking with wrk

B.R. February 07, 2015 08:54PM

Re: Benchmarking with wrk

Sergey Budnevitch February 10, 2015 03:22AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 118
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready