Welcome! Log In Create A New Profile

Advanced

Re: Re: nginx-0.7.52

April 21, 2009 04:18AM
On Tue, Apr 21, 2009 at 03:51:57PM +0800, Weibin Yao wrote:

> >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.

Just note for everyone: "-c 10" (concurrency 10) is far from real world
usage. The select() method used by nginx is poor scaleable for concurrency
more than 100-200.

> ------------------------------------------------
> 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.
>
>
>

--
Igor Sysoev
http://sysoev.ru/en/
Subject Author Posted

nginx-0.7.52

Igor Sysoev April 20, 2009 02:33AM

Re: nginx-0.7.52

Kevin Worthington April 20, 2009 03:12AM

Re: nginx-0.7.52

Igor Sysoev April 20, 2009 03:24AM

Re: nginx-0.7.52

Kevin Worthington April 20, 2009 01:28PM

Re: nginx-0.7.52

Weibin Yao April 20, 2009 06:38AM

Re: nginx-0.7.52

Igor Sysoev April 20, 2009 07:13AM

Re: nginx-0.7.52

Igor Sysoev April 20, 2009 07:30AM

basic auth not prompting for id and pass

AMP Admin April 20, 2009 07:27PM

RE: nginx-0.7.52

郭振立 April 20, 2009 09:41AM

Re: nginx-0.7.52

Joaquin Cuenca Abela April 20, 2009 10:42AM

Re: nginx-0.7.52

Igor Sysoev April 20, 2009 01:02PM

Re: Re: Re: nginx-0.7.52

Weibin Yao April 21, 2009 04:57AM

Re: Re: nginx-0.7.52

Igor Sysoev April 21, 2009 04:18AM

Re: Re: nginx-0.7.52

Igor Sysoev April 21, 2009 04:06AM

Re: Re: Re: nginx-0.7.52

Igor Sysoev April 21, 2009 06:19AM

Re: Re: nginx-0.7.52

Weibin Yao April 21, 2009 03:51AM

Re: Re: Re: nginx-0.7.52

Weibin Yao April 21, 2009 05:43AM

Re: Re: Re: nginx-0.7.52

Istv April 21, 2009 05:52AM

Re: nginx-0.7.52

Anton Yuzhaninov April 21, 2009 06:12AM

Re: Re: nginx-0.7.52

Weibin Yao April 21, 2009 11:12PM

Re: Re: nginx-0.7.52

Weibin Yao April 22, 2009 12:01AM

Re: Re: nginx-0.7.52

Igor Sysoev April 22, 2009 02:20AM

Re: Re: nginx-0.7.52

Igor Sysoev April 22, 2009 03:38AM

Re: Re: Re: nginx-0.7.52

Igor Sysoev April 21, 2009 06:23AM

Re: Re: Re: nginx-0.7.52

Roger Pack April 21, 2009 10:52AM

Re: Re: Re: nginx-0.7.52

Igor Sysoev April 21, 2009 11:17AM

Re: Re: Re: nginx-0.7.52

Istv April 21, 2009 11:27AM

Re: Re: Re: nginx-0.7.52

Igor Sysoev April 21, 2009 04:00PM

Re: Re: Re: nginx-0.7.52

Roger Pack April 21, 2009 11:36AM

Re: Re: Re: nginx-0.7.52

Igor Sysoev April 21, 2009 03:54PM

Re: nginx-0.7.52

Chris Cortese April 20, 2009 06:20PM

Re: nginx-0.7.52

Igor Sysoev April 21, 2009 04:20PM

Re: nginx-0.7.52

Roger Pack April 21, 2009 05:35PM

Re: nginx-0.7.52

Chris Cortese April 21, 2009 07:34PM

Re: nginx-0.7.52

Igor Sysoev April 22, 2009 08:01AM

Re: nginx-0.7.52 all Windows native working

Chris Cortese April 22, 2009 03:21PM

Re: nginx-0.7.52 all Windows native working

Roger Pack April 23, 2009 09:38AM

Re: nginx-0.7.52

Chris Wan April 21, 2009 11:37PM

Re: nginx-0.7.52

Igor Sysoev April 22, 2009 08:45AM

Re: nginx-0.7.52

Chris Wan April 22, 2009 11:14PM

Re: nginx-0.7.52

diogin April 22, 2009 02:47AM

Re: nginx-0.7.52

Igor Sysoev April 22, 2009 03:02AM

Re: nginx-0.7.52

diogin April 22, 2009 08:09AM

Re: nginx-0.7.52

Igor Sysoev April 22, 2009 08:12AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 131
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready