configuration - Nginx vs Cherokee -


what best 5-10k concurrent connections? using cherokee huge web applications? (i mean giants google, ibm etc.)

i tested 4 web servers (apache 2.2, cherokee 1.0.15, lighttpd 1.4.26 , nginx 0.7.65) , summarized results in picture.

cherokee vs other famous web servers
same above different link address

for simulation, used 2 machines connected ethernet cable. server machine had pentium dual-core cpu t4300 2.10ghz 4gb ram, while client machine used stressing web servers bore pentium m processor 2ghz 1gb ram. both stations had gigabit ethernet interface.

the command used stress-test web servers ab , created small static file (100 bytes) prevent network bandwidth bottleneck , show performance of web server software instead of kernel.in

ab [-k] -n 10000 -c <concurrency_level> http://<server_ip>/100.html 

here, -k option turns on keepalive, while -n 10000 generates 10,000 http requests , -c sets how many concurrent requests asked @ time target web server.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -