

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
44 messages in ru.sysoev.nginxRe: Re: nginx-0.7.52| From | Sent On | Attachments |
|---|---|---|
| Igor Sysoev | Apr 19, 2009 11:33 pm | |
| Kevin Worthington | Apr 20, 2009 12:12 am | |
| Igor Sysoev | Apr 20, 2009 12:24 am | |
| Weibin Yao | Apr 20, 2009 3:38 am | |
| Igor Sysoev | Apr 20, 2009 4:13 am | |
| Igor Sysoev | Apr 20, 2009 4:30 am | |
| 郭振立 | Apr 20, 2009 6:41 am | |
| Joaquin Cuenca Abela | Apr 20, 2009 7:41 am | |
| Igor Sysoev | Apr 20, 2009 10:01 am | |
| Kevin Worthington | Apr 20, 2009 10:28 am | |
| Chris Cortese | Apr 20, 2009 3:20 pm | |
| AMP Admin | Apr 20, 2009 4:27 pm | |
| Weibin Yao | Apr 21, 2009 12:51 am | |
| Igor Sysoev | Apr 21, 2009 1:06 am | |
| Igor Sysoev | Apr 21, 2009 1:18 am | |
| Weibin Yao | Apr 21, 2009 1:56 am | |
| Weibin Yao | Apr 21, 2009 2:43 am | |
| István | Apr 21, 2009 2:52 am | |
| Anton Yuzhaninov | Apr 21, 2009 3:11 am | |
| Igor Sysoev | Apr 21, 2009 3:18 am | |
| Igor Sysoev | Apr 21, 2009 3:23 am | |
| Roger Pack | Apr 21, 2009 7:51 am | |
| Igor Sysoev | Apr 21, 2009 8:16 am | |
| István | Apr 21, 2009 8:27 am | |
| Roger Pack | Apr 21, 2009 8:35 am | |
| Igor Sysoev | Apr 21, 2009 12:54 pm | |
| Igor Sysoev | Apr 21, 2009 12:59 pm | |
| Igor Sysoev | Apr 21, 2009 1:19 pm | |
| Roger Pack | Apr 21, 2009 2:34 pm | |
| Chris Cortese | Apr 21, 2009 4:34 pm | |
| Weibin Yao | Apr 21, 2009 8:12 pm | |
| Chris Wan | Apr 21, 2009 8:37 pm | |
| Weibin Yao | Apr 21, 2009 9:00 pm | |
| Igor Sysoev | Apr 21, 2009 11:19 pm | |
| diogin | Apr 21, 2009 11:46 pm | |
| Igor Sysoev | Apr 22, 2009 12:02 am | |
| Igor Sysoev | Apr 22, 2009 12:38 am | |
| Igor Sysoev | Apr 22, 2009 5:00 am | |
| diogin | Apr 22, 2009 5:09 am | |
| Igor Sysoev | Apr 22, 2009 5:11 am | |
| Igor Sysoev | Apr 22, 2009 5:45 am | |
| Chris Cortese | Apr 22, 2009 12:20 pm | |
| Chris Wan | Apr 22, 2009 8:13 pm | |
| Roger Pack | Apr 23, 2009 6:38 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | Re: Re: nginx-0.7.52 | Actions... |
|---|---|---|
| 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.







