Runbook
High Nginx Worker Load Incident
Back to Runbooks
Overview
High Nginx Worker Load incident refers to the situation where the worker processes and connections on an Nginx server experience high load, which can cause a negative impact on the server's performance and response times. This can occur due to a wide range of factors, including high traffic volumes, poorly optimized configurations, or other factors that increase the demand on the server. As a result, it becomes necessary to resolve this issue by optimizing worker processes and connections to balance server load effectively and ensure the server can handle the load without any negative impacts on performance or response times.
Parameters
Debug
Check the current worker processes running
Check the current CPU and memory usage of the Nginx process
Check the current Nginx configuration for thread support
Check the current Nginx configuration for status module
Check the Nginx status metrics
Repair
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.