Caucho Resin: faster than nginx?

Valentin V. Bartenev ne at vbart.ru
Sat Aug 18 04:01:28 UTC 2012


On Saturday 18 August 2012 07:17:27 Valentin V. Bartenev wrote:
[...]
> vbart at vbart-laptop ~/Development/Nginx/tests/wrk $ grep "model name"
> /proc/cpuinfo | uniq model name      : Intel(R) Core(TM) i3 CPU       M
> 350  @ 2.27GHz
> vbart at vbart-laptop ~/Development/Nginx/tests/wrk $ ./wrk -r 3m -c 10 -t 1
> --pipeline 100 http://localhost:8000/1k.html Making 3000000 requests to
> http://localhost:8000/1k.html
>   1 threads and 10 connections
>   Thread Stats   Avg      Stdev     Max   +/- Stdev
>     Latency     5.79ms   50.47us   6.03ms   75.42%
>     Req/Sec   170.72k   450.75   171.00k    72.03%
>   3000005 requests in 17.54s, 3.63GB read
> Requests/sec: 171078.30
> Transfer/sec:    212.25MB
> 

All the same
 + clang 3.1 -> gcc-4.7.1
 + removed all unused modules

vbart at vbart-laptop ~/Development/Nginx/tests/wrk $ ./wrk -r 3m -c 10 -t 1 --pipeline 100 http://localhost:8000/1k.html
Making 3000000 requests to http://localhost:8000/1k.html
  1 threads and 10 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency     4.70ms  232.75us   5.39ms   76.29%
    Req/Sec   206.94k   281.90   207.00k    94.85%
  3000008 requests in 14.46s, 3.63GB read
Requests/sec: 207533.34
Transfer/sec:    257.29MB

vbart at vbart-laptop ~/Development/Nginx/tests/build $ sbin/nginx -V
nginx version: nginx/1.3.5
built by gcc 4.7.1 (Gentoo 4.7.1 p1.0, pie-0.5.3) 
configure arguments: --prefix=/home/vbart/Development/Nginx/tests/build --with-
cc-opt='-O3 -march=native' --without-http-cache --without-http_charset_module --
without-http_gzip_module --without-http_ssi_module --without-http_userid_module 
--without-http_access_module --without-http_auth_basic_module --without-
http_autoindex_module --without-http_status_module --without-http_geo_module --
without-http_map_module --without-http_split_clients_module --without-
http_referer_module --without-http_rewrite_module --without-http_proxy_module --
without-http_fastcgi_module --without-http_uwsgi_module --without-
http_scgi_module --without-http_memcached_module --without-
http_limit_conn_module --without-http_limit_req_module --without-
http_empty_gif_module --without-http_browser_module --without-
http_upstream_ip_hash_module --without-http_upstream_least_conn_module --
without-http_upstream_keepalive_module



More information about the nginx mailing list