def do_status
    if (File.exists?(PID_FILE))
      pid = File.read(PID_FILE).to_i

      begin