usr1(pid)
Send a USR1 signal to the process.
# File railties/lib/commands/process/reaper.rb, line 43 def usr1(pid) `kill -s USR1 #{pid}` end