class Utils::ProbeServer

def job_stop

def job_stop
  @pid and Process.kill :STOP, @pid
end