Skip to content

Instantly share code, notes, and snippets.

@bbg-deploy
Created August 23, 2012 19:39
Show Gist options
  • Save bbg-deploy/3440714 to your computer and use it in GitHub Desktop.
Save bbg-deploy/3440714 to your computer and use it in GitHub Desktop.
[root@stage01 /]# ps auxw | grep -i ruby
root 5920 0.0 0.9 1077876 29448 ? Sl Jul12 5:29 /usr/local/rvm/rubies/ruby-1.9.2-p180/bin/ruby /usr/local/rvm/gems/ruby-1.9.2-p180/bin/god -c /etc/god.conf.rb
root 5976 0.0 0.0 103284 868 pts/0 S+ 14:38 0:00 grep -i ruby
deploy 27771 0.0 4.1 418340 131304 ? Ssl Jul16 2:49 ruby /home/deploy/rails_apps/swipedeals/shared/bundle/ruby/1.9.1/bin/rake -f /home/deploy/rails_apps/swipedeals/current/Rakefile resque:work
deploy 27777 0.0 4.1 418348 131312 ? Ssl Jul16 2:43 ruby /home/deploy/rails_apps/swipedeals/shared/bundle/ruby/1.9.1/bin/rake -f /home/deploy/rails_apps/swipedeals/current/Rakefile resque:work
[root@stage01 /]# ps auxw | grep -i rake
root 7442 0.0 0.0 103284 868 pts/0 S+ 14:39 0:00 grep -i rake
deploy 27771 0.0 4.1 418340 131304 ? Ssl Jul16 2:49 ruby /home/deploy/rails_apps/swipedeals/shared/bundle/ruby/1.9.1/bin/rake -f /home/deploy/rails_apps/swipedeals/current/Rakefile resque:work
deploy 27777 0.0 4.1 418348 131312 ? Ssl Jul16 2:43 ruby /home/deploy/rails_apps/swipedeals/shared/bundle/ruby/1.9.1/bin/rake -f /home/deploy/rails_apps/swipedeals/current/Rakefile resque:work
[root@stage01 /]# ps auxw | grep -i expire
root 7492 0.0 0.0 103284 868 pts/0 S+ 14:39 0:00 grep -i expire
deploy 11861 4.0 3.4 397852 109780 ? Sl 14:27 0:29 expire_carts.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment