Tips:Apache stress test

From VHCP Support

Jump to: navigation, search

Using

You can stress your apache server with ab software. It's called Apache Benchmark.

ab -kc 10 -t 30 http://localhost/

This will open 10 connections, using Keep-Alive on them and hammering localhost for 30 seconds through those connections. When done, you'll get some charts about test. If you want more detailed help, try man ab.

For best results, you should run this program for another machine.


External links

Personal tools