Performance-Tuning NGINX Open Source and NGINX Plus

preview_player
Показать описание
Amir Rawdat, Technical Marketing Engineer, NGINX

Speed is key for most users. Slow performance in optimization models can in some cases be solved with parameter tuning. In this session, Amir explains how to maximize NGINX performance and covers important aspects of performance tuning in an infrastructure.
Рекомендации по теме
Комментарии
Автор

Hello Amir,
I am trying to tune my Nginx to handle one million requests per second. I had a Linux box (Ubuntu) have 2 core and 4GB RAM. I installed the Nginx and test the load through Jmeter, this default configuration is handling the 15k per second. I tried the below steps to increase the request capacity but nothing improved. Please suggest what can I do to increase the request capacity.


1. Vertically scale up the server to 4 core and 8GB RAM
2. Increased worker_processes 4
3. Increased worker_connections to 2048
4. access_log off.


How to make sure that load is distributing on all the workers?

manjeetsinghchauhan