NGINX using 100% of the server CPU when testing with Blitz.io

Yichun Zhang (agentzh) agentzh at gmail.com
Wed Nov 26 20:43:14 UTC 2014


Hello!

On Wed, Nov 26, 2014 at 11:15 AM, julianfernandes wrote:
> Running Blitz.io on it the server is getting absolutely murdered by the
> NGINX worker processes, which each one using 100% CPU according to top and
> htop.

100% CPU usage problems are usually trivial (and also fun) to solve
with the right tools. For example, the on-CPU flame graph tool like
this:

    https://github.com/openresty/nginx-systemtap-toolkit#sample-bt

Linux's "perf top" can be useful here as well.

Well, just FYI :)

Regards,
-agentzh



More information about the nginx mailing list