Re: stress testing nginx server

2020-01-28 Thread basti
In the past I have used "siege". I have grep the access.log for 200 Status code and create a list. This list I used for input in siege to have a very close realistic stress test. Best Regards On 28.01.20 01:41, James Read wrote: > Hi, > > does anyone know of a way to stress test a nginx server?

Re: stress testing nginx server

2020-01-27 Thread Robert Paprocki
wrk is our go-to: https://github.com/wg/wrk Really any http load tester (ab, httperf, etc) should suffice > On Jan 27, 2020, at 4:41 PM, James Read wrote: > >  > Hi, > > does anyone know of a way to stress test a nginx server? For example an epoll > based web crawler that can make c10k con

stress testing nginx server

2020-01-27 Thread James Read
Hi, does anyone know of a way to stress test a nginx server? For example an epoll based web crawler that can make c10k connections with the web server? Thanks, James Read ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/n