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

Re: Two internal ports on same host in Single Web App.

2020-01-27 Thread J.R.
> I have an application runs on port 8080. > Ex: 192.168.1.10:8080/Index.html. > > This landing page has basic username and password authentication to access > it. After login, it changes the port automatically to 8088. > Ex: 192.168.1.10:8088/#/monitor. > > I need external users to access this app

Two internal ports on same host in Single Web App.

2020-01-27 Thread janakackv
I have an application runs on port 8080. Ex: 192.168.1.10:8080/Index.html. This landing page has basic username and password authentication to access it. After login, it changes the port automatically to 8088. Ex: 192.168.1.10:8088/#/monitor. I need external users to access this application u