如何基准阿帕奇/ nginx的设置
我打算安装nginx的反向代理服务器。我将有阿帕奇提供我的动态内容,而Nginx的将提供静态内容。
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.
我的配置,我现在就是Apache的FastCGI的。这给了我没有配置问题和运行伟大。
My configuration i have now is just Apache with fastCGI. This gives me no configuration problems and runs great.
我已经建立了nginx的后,我要运行一些基准测试,看看是否我真的得到了一些性能的提高,否则我会切换回来。
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.
PS。 我知道这是更多的问题的serverfault类型,但我已经看到了关于Apache和Nginx的许多职位,我想我试试看的