track passenger pids for easier monitoring (why do they take so much memory?!)

This commit is contained in:
Emi Matchu 2013-11-30 20:47:02 -05:00
parent 2b870cf91b
commit 3bf5680476
3 changed files with 3 additions and 0 deletions

View file

@ -96,6 +96,7 @@ end
group :production do
gem 'memcache-client', '~> 1.8.5', :require => 'memcache'
gem 'passenger_monit', '~> 0.1.1'
end
group :test do

View file

@ -183,6 +183,7 @@ GEM
activerecord (~> 3.0)
railties (~> 3.0)
parallel (0.5.21)
passenger_monit (0.1.1)
patron (0.4.18)
polyglot (0.3.3)
progressbar (0.11.0)
@ -326,6 +327,7 @@ DEPENDENCIES
nokogiri (~> 1.5.2)
openneo-auth-signatory (~> 0.1.0)
parallel (~> 0.5.17)
passenger_monit (~> 0.1.1)
patron (~> 0.4.18)
rack-attack (~> 2.2.0)
rack-fiber_pool

BIN
vendor/cache/passenger_monit-0.1.1.gem vendored Normal file

Binary file not shown.