Created
October 9, 2014 03:38
-
-
Save hecbuma/369d208245ea97392743 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@2e9b21c76dde:/app# bundle exec unicorn_rails -c config/unicorn.rb -E production -D | |
root@2e9b21c76dde:/app# ps -uax | grep unicorn | |
root 30 13.4 21.9 438620 223760 ? Sl 03:36 0:11 unicorn_rails master -c config/unicorn.rb -E production -D | |
root 36 0.0 21.3 438620 217232 ? Sl 03:36 0:00 unicorn_rails worker[0] -c config/unicorn.rb -E production -D | |
root 39 0.0 21.3 438620 217240 ? Sl 03:36 0:00 unicorn_rails worker[1] -c config/unicorn.rb -E production -D | |
root 42 0.0 21.3 438620 217252 ? Sl 03:36 0:00 unicorn_rails worker[2] -c config/unicorn.rb -E production -D | |
root 45 0.0 21.3 438620 217252 ? Sl 03:36 0:00 unicorn_rails worker[3] -c config/unicorn.rb -E production -D | |
root 48 0.0 21.3 438620 217260 ? Sl 03:36 0:00 unicorn_rails worker[4] -c config/unicorn.rb -E production -D | |
root 52 0.0 0.0 11084 696 ? S+ 03:37 0:00 grep unicorn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment