44 messages in ru.sysoev.nginxRe: Re: nginx-0.7.52
FromSent OnAttachments
Igor SysoevApr 19, 2009 11:33 pm 
Kevin WorthingtonApr 20, 2009 12:12 am 
Igor SysoevApr 20, 2009 12:24 am 
Weibin YaoApr 20, 2009 3:38 am 
Igor SysoevApr 20, 2009 4:13 am 
Igor SysoevApr 20, 2009 4:30 am 
郭振立Apr 20, 2009 6:41 am 
Joaquin Cuenca AbelaApr 20, 2009 7:41 am 
Igor SysoevApr 20, 2009 10:01 am 
Kevin WorthingtonApr 20, 2009 10:28 am 
Chris CorteseApr 20, 2009 3:20 pm 
AMP AdminApr 20, 2009 4:27 pm 
Weibin YaoApr 21, 2009 12:51 am 
Igor SysoevApr 21, 2009 1:06 am 
Igor SysoevApr 21, 2009 1:18 am 
Weibin YaoApr 21, 2009 1:56 am 
Weibin YaoApr 21, 2009 2:43 am 
IstvánApr 21, 2009 2:52 am 
Anton YuzhaninovApr 21, 2009 3:11 am 
Igor SysoevApr 21, 2009 3:18 am 
Igor SysoevApr 21, 2009 3:23 am 
Roger PackApr 21, 2009 7:51 am 
Igor SysoevApr 21, 2009 8:16 am 
IstvánApr 21, 2009 8:27 am 
Roger PackApr 21, 2009 8:35 am 
Igor SysoevApr 21, 2009 12:54 pm 
Igor SysoevApr 21, 2009 12:59 pm 
Igor SysoevApr 21, 2009 1:19 pm 
Roger PackApr 21, 2009 2:34 pm 
Chris CorteseApr 21, 2009 4:34 pm 
Weibin YaoApr 21, 2009 8:12 pm 
Chris WanApr 21, 2009 8:37 pm 
Weibin YaoApr 21, 2009 9:00 pm 
Igor SysoevApr 21, 2009 11:19 pm 
dioginApr 21, 2009 11:46 pm 
Igor SysoevApr 22, 2009 12:02 am 
Igor SysoevApr 22, 2009 12:38 am 
Igor SysoevApr 22, 2009 5:00 am 
dioginApr 22, 2009 5:09 am 
Igor SysoevApr 22, 2009 5:11 am 
Igor SysoevApr 22, 2009 5:45 am 
Chris CorteseApr 22, 2009 12:20 pm 
Chris WanApr 22, 2009 8:13 pm 
Roger PackApr 23, 2009 6:38 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Re: nginx-0.7.52Actions...
From:Weibin Yao (nbub@gmail.com)
Date:Apr 21, 2009 12:51:34 am
List:ru.sysoev.nginx

BTW, could someone run the simple small static file benchmark for nginx/Windows, nginx/Cygwin, Apache2 and IIS (from another host):

ab -n 1000 -c 1 ... ab -n 1000 -c 10 ... ab -n 1000 -c 1 -k ... "

This is my rough test results. It seems that the Windows version of Nginx is really great, even with the simple 'select' method.

But it's just a test with a small single static file. We need more real test cases between these web servers in Windows.

------------------------------------------------ Test case1: Apache2.2.11 with all default configration

httpd.exe -l Compiled in modules: core.c mod_win32.c mpm_winnt.c http_core.c mod_so.c

ab.exe -n 10000 -c 1 http://127.0.0.1/ Requests per second: 497.57 [#/sec] (mean) CPU load: about 68%

ab.exe -n 10000 -c 10 http://127.0.0.1/ Requests per second: 703.30 [#/sec] (mean) CPU load: about 100%

ab.exe -k -n 10000 -c 1 http://127.0.0.1/ Requests per second: 910.38 [#/sec] (mean) CPU load: about 59%

ab.exe -k -n 10000 -c 10 http://127.0.0.1/ Requests per second: 1198.50 [#/sec] (mean) CPU load: about 100%

------------------------------------------------ Test case2: IIS/5.1 with all default configration.

ab.exe -n 10000 -c 1 http://127.0.0.1/ Requests per second: 534.22 [#/sec] (mean) CPU load: about 65%

ab.exe -n 10000 -c 10 http://127.0.0.1/ Requests per second: 829.02 [#/sec] (mean) CPU load: about 100%, Failed requests: 49

ab.exe -k -n 10000 -c 1 http://127.0.0.1/ Requests per second: 1207.55 [#/sec] (mean) CPU load: about 60%

ab.exe -k -n 10000 -c 10 http://127.0.0.1/ Requests per second: 1600.00 [#/sec] (mean) CPU load: about 100%

----------------------------------------------- Test case3: nginx/0.7.52 with all default configration.

ab.exe -n 10000 -c 1 http://127.0.0.1/ Requests per second: 903.95 [#/sec] (mean) CPU load: about 65%

ab.exe -n 10000 -c 10 http://127.0.0.1/ Requests per second: 1012.66 [#/sec] (mean) CPU load: about 90%

ab.exe -k -n 10000 -c 1 http://127.0.0.1/ Requests per second: 2424.24 [#/sec] (mean) CPU load: about 68%

ab.exe -k -n 10000 -c 10 http://127.0.0.1/ Requests per second: 2529.64 [#/sec] (mean) CPU load: about 67%

------------------------------------------------ My test platform:

1. All tested index page is: <html> <head> <title>Welcome to nginx!</title> </head> <body bgcolor="white" text="black"> <center><h1>Welcome to nginx!</h1></center> </body> </html> 2. OS: Windows XP sp3, professional 3. CPU: Inlel pentium(R)4 3.0G 3.0G, memory: 1G. This is my PC, Dell 170L.