Top "Apachebench" questions

ApacheBench (ab) is a single-threaded command line computer program for measuring the performance of HTTP web servers

How to verify AB responses?

Is there a way to make sure that AB gets proper responses from server? For example: To force it to …

apachebench
Which gets the measurements right, JMeter or Apache ab?

I started writing some basic tests in JMeter and was surprised that the measurements are so different from those from …

benchmarking jmeter apachebench
What is concurrent request (-c) in Apache Benchmark?

What is concurrent request (-c) in apache benchmark? I think it is number of simultaneous request(Process) created in single …

apache apachebench
Failed requests by length in my ApacheBench load test result

I have a website in PHP, Lighttpd. It uses also MySQL on Centos 5. I've tested my PHP with code below …

php scalability lighttpd load-testing apachebench
Apache Bench: SSL handshake failing directly related to concurrency level

I ran some tests on ab and when I use a concurrency level of over 155 I get the following: SSL …

ssl apachebench sslhandshakeexception
Changing POST data used by Apache Bench per iteration

I'm using ab to do some load testing, and it's important that the supplied querystring (or POST) parameters change between …

performance apache benchmarking apachebench
Can someone please explain what these ApacheBench results mean?

i'm trying to figure out how to use ApacheBench and benchmark my website. I installed the default site project (it's …

performance benchmarking apachebench
Does Node.js perform badly on Windows, surely it can't be slower than apache for basic I/O

Question: Are the result that i'm getting reasonable? Is there anything which could have such an impact in reducing the …

apache node.js apachebench
Add https support to Apache Bench on Windows

I have Apache server 2.2.15 on my Windows 7 machine and I want to run Bench on a server I have using …

windows https apachebench
How do I pass a complex cookie to ab for testing?

I'm using ab to test my app, and I'm having trouble passing the correct cookie. My cookie data looks like …

apachebench