Re: Monitoring active/idle unicorn process stats

2015-09-02 Thread Carl Brasic
On Wed, Sep 2, 2015 at 5:49 PM, Christian Pedersen wrote: > Hi! > > Is it possible to query the number of busy/idle unicorn workers? For > scaling purposes, I would like to be able to see the utilisation of > the unicorn workers, so I will know if I need to deploy more

Re: Monitoring active/idle unicorn process stats

2015-09-02 Thread Eric Wong
Christian Pedersen wrote: > Is it possible to query the number of busy/idle unicorn workers? What Carl said. You can also use Raindrops::Linux.tcp_listener_stats for TCP for a similar effect. Raindrops also includes a different module, Raindrops::Watcher, to be used as