Hi all,
While running a Rails applications with unicorn, I have a limited number of unicorn processes running to serve requests for nginx. I would like to monitor the utilization of those unicorn processes, preferably by inspecting the the current number of active upstreams to the unicorn pool.
Is there an elegant way to do this in nginx?
Cheers,
Christian
While running a Rails applications with unicorn, I have a limited number of unicorn processes running to serve requests for nginx. I would like to monitor the utilization of those unicorn processes, preferably by inspecting the the current number of active upstreams to the unicorn pool.
Is there an elegant way to do this in nginx?
Cheers,
Christian