How to benchmark apache/nginx setup
Posted
by Saif Bechan
on Server Fault
See other posts from Server Fault
or by Saif Bechan
Published on 2010-03-27T01:08:30Z
Indexed on
2010/03/27
1:13 UTC
Read the original article
Hit count: 438
I am planning to setup nginx as reverse proxy. I will have apache to deliver my dynamic content, and nginx will deliver the static content.
My configuration i have now is just Apache with fastCGI. This gives me no configuration problems and runs great.
After I have set up nginx I want to run some benchmarks to see if I really got some performance increases, else i will switch back.
Does anyone know how I can benchmark this type of setup? Or maybe someone did this already and have some canned results, I will be glad to hear them.
© Server Fault or respective owner