def __suspend(self, pid):
     tips = 'pid %d suspend :%s' % (pid, str(datetime.datetime.now()))
     self.__print_proxy(tips)
     ProcessHelper.suspend(pid)