Re: HTTPS Load Test

2015-01-08 Thread Das, Jagannath
...@ehibbert.org.uk>> Reply-To: "nginx@nginx.org<mailto:nginx@nginx.org>" mailto:nginx@nginx.org>> Date: Thursday, January 8, 2015 at 4:00 PM To: "nginx@nginx.org<mailto:nginx@nginx.org>" mailto:nginx@nginx.org>> Subject: Re: HTTPS Load Test Bombard

Re: HTTPS Load Test

2015-01-08 Thread Edward Hibbert
Bombard is a useful wrapper round siege. I've had trouble using siege with more than a couple of thousand connections - crashes with buffer overflow. I've not tried to debug this yet but would be interested in other people's experiences. On Thu, Jan 8, 2015 at 10:16 AM, basti wrote: > You can

Re: HTTPS Load Test

2015-01-08 Thread basti
You can try "siege". In the past I have take the access log to create a list of urls to be used by siege. Regards, Basti On 08.01.2015 11:06, Das, Jagannath wrote: > Hi Folks, >I am trying to get some performance numbers on nginx by sending > HTTP and HTTPS requests. My aim is to check the

HTTPS Load Test

2015-01-08 Thread Das, Jagannath
Hi Folks, I am trying to get some performance numbers on nginx by sending HTTP and HTTPS requests. My aim is to check the ratio of CPU usage, connections/sec across HTTP and HTTPS requests. In the process, I need to verify certain certificates/keys needed for SSL . Are there any tools whic