Guest User

Untitled

a guest
Feb 6th, 2014
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. def run
  2. total_process = `ps -eLf| grep [h]ttp|wc -l`
  3. puts "#{total_process}"
  4. ok
  5. end
Advertisement
Add Comment
Please, Sign In to add comment