Skip to content

Instantly share code, notes, and snippets.

@JKring
Created October 3, 2012 00:54
Show Gist options
  • Save JKring/3824275 to your computer and use it in GitHub Desktop.
Save JKring/3824275 to your computer and use it in GitHub Desktop.
lots of rake nlps
deploy@scripted-ruby:~/cap/current$ ps -ef | grep rake
deploy 1850 1 0 Aug18 ? 00:00:00 /bin/sh -c /bin/bash -l -c 'cd /home/deploy/cap/current; RAILS_ENV=production /home/deploy/.rvm/gems/ruby-1.9.2-p290@production/bin/bundle exec rake nlp alg=lda 2>&1 > /tmp/cron.out'
deploy 1855 1850 0 Aug18 ? 00:00:00 /bin/bash -l -c cd /home/deploy/cap/current; RAILS_ENV=production /home/deploy/.rvm/gems/ruby-1.9.2-p290@production/bin/bundle exec rake nlp alg=lda 2>&1 > /tmp/cron.out
deploy 2532 1855 0 Aug18 ? 00:19:06 ruby /home/deploy/cap/shared/bundle/ruby/1.9.1/bin/rake nlp alg=lda
deploy 5445 1 0 Sep02 ? 00:00:00 /bin/sh -c /bin/bash -l -c 'cd /home/deploy/cap/current; RAILS_ENV=production /home/deploy/.rvm/gems/ruby-1.9.3-p194@global/bin/bundle exec rake nlp alg=lda 2>&1 > /tmp/cron.out'
deploy 5454 5445 0 Sep02 ? 00:00:00 /bin/bash -l -c cd /home/deploy/cap/current; RAILS_ENV=production /home/deploy/.rvm/gems/ruby-1.9.3-p194@global/bin/bundle exec rake nlp alg=lda 2>&1 > /tmp/cron.out
deploy 6148 5454 0 Sep02 ? 00:19:09 /home/deploy/.rvm/gems/ruby-1.9.3-p194@global/bin/rake
deploy 6557 1 0 Sep30 ? 00:00:00 /bin/sh -c /bin/bash -l -c 'cd /home/deploy/cap/current; RAILS_ENV=production /home/deploy/.rvm/gems/ruby-1.9.3-p194@scripted/bin/bundle exec rake nlp alg=lda 2>&1 > /tmp/cron.out'
deploy 6566 6557 0 Sep30 ? 00:00:00 /bin/bash -l -c cd /home/deploy/cap/current; RAILS_ENV=production /home/deploy/.rvm/gems/ruby-1.9.3-p194@scripted/bin/bundle exec rake nlp alg=lda 2>&1 > /tmp/cron.out
deploy 7237 6566 0 Sep30 ? 00:02:08 ruby /home/deploy/cap/shared/bundle/ruby/1.9.1/bin/rake nlp alg=lda
deploy 10080 1 0 Sep16 ? 00:00:00 /bin/sh -c /bin/bash -l -c 'cd /home/deploy/cap/current; RAILS_ENV=production /home/deploy/.rvm/gems/ruby-1.9.3-p194@scripted/bin/bundle exec rake nlp alg=lda 2>&1 > /tmp/cron.out'
deploy 10089 10080 0 Sep16 ? 00:00:00 /bin/bash -l -c cd /home/deploy/cap/current; RAILS_ENV=production /home/deploy/.rvm/gems/ruby-1.9.3-p194@scripted/bin/bundle exec rake nlp alg=lda 2>&1 > /tmp/cron.out
deploy 10769 10089 0 Sep16 ? 00:02:01 ruby /home/deploy/cap/shared/bundle/ruby/1.9.1/bin/rake nlp alg=lda
deploy 16931 1 0 Sep23 ? 00:00:00 /bin/sh -c /bin/bash -l -c 'cd /home/deploy/cap/current; RAILS_ENV=production /home/deploy/.rvm/gems/ruby-1.9.3-p194@scripted/bin/bundle exec rake nlp alg=lda 2>&1 > /tmp/cron.out'
deploy 16945 16931 0 Sep23 ? 00:00:00 /bin/bash -l -c cd /home/deploy/cap/current; RAILS_ENV=production /home/deploy/.rvm/gems/ruby-1.9.3-p194@scripted/bin/bundle exec rake nlp alg=lda 2>&1 > /tmp/cron.out
deploy 17572 16945 0 Sep23 ? 00:02:02 ruby /home/deploy/cap/shared/bundle/ruby/1.9.1/bin/rake nlp alg=lda
deploy 18773 1 0 Sep09 ? 00:00:00 /bin/sh -c /bin/bash -l -c 'cd /home/deploy/cap/current; RAILS_ENV=production /home/deploy/.rvm/gems/ruby-1.9.3-p194@scripted/bin/bundle exec rake nlp alg=lda 2>&1 > /tmp/cron.out'
deploy 18777 18773 0 Sep09 ? 00:00:00 /bin/bash -l -c cd /home/deploy/cap/current; RAILS_ENV=production /home/deploy/.rvm/gems/ruby-1.9.3-p194@scripted/bin/bundle exec rake nlp alg=lda 2>&1 > /tmp/cron.out
deploy 19293 9385 0 17:53 pts/0 00:00:00 grep --color=auto rake
deploy 19448 18777 0 Sep09 ? 00:01:57 ruby /home/deploy/cap/shared/bundle/ruby/1.9.1/bin/rake nlp alg=lda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment