* 출처 : https://www.nginx.com/blog/testing-the-performance-of-nginx-and-nginx-plus-web-servers



  • Test 환경 
    • CPU: 2x Intel(R) Xeon(R) CPU E5‑2699 v3 @ 2.30 GHz, 36 real (or 72 HT) cores
    • Network: 2x Intel XL710 40 GbE QSFP+ (rev 01)
    • Memory: 16 GB
  • HTTPS
    • ECDHE-RSA-AES256-GCM-SHA384 cipher
    • 2,048‑bit RSA key
    • Perfect forward secrecy (as indicated by ECDHE in the cipher name)
    • OpenSSL 1.0.1f

  • Test Tool
    • Version 4.0.0 of wrk running on the client machine generated the traffic that NGINX proxied. We installed it according to these instructions.
    • Version 1.9.7 of NGINX Open Source ran on the web server machines. We installed it from the official repository at nginx.org according to these instructions
    • Ubuntu Linux 14.04.1 ran on both client and web server machines.

  • Traffic Size 
    • 0 KB simulates an “empty” HTTP request or response with no accompanying data, such as a 302 error code. 
    • 1 KB is roughly the size of small CSS or JavaScript files or a very small image, such as a small icon.
    • 10 KB approximates larger code files, larger icons, and small image files. 
    • 100 KB represents large code files and other larger files.

  • Test 결과