python停止执行的代码(python定时检测无响应进程并重启的实例代码)
类别:脚本大全 浏览量:2569
时间:2021-10-18 11:16:14 python停止执行的代码
python定时检测无响应进程并重启的实例代码总有一些程序在windows平台表现不稳定,动不动一段时间就无响应,但又不得不用,每次都是发现问题了手动重启,现在写个脚本定时检测进程是否正常,自动重启。
涉及知识点
- schedule定时任务调度
- os.popen运行程序并读取解析运行结果
代码分解
脚本主入口
|
if __name__ = = '__main__' : #每5秒执行检查任务 schedule.every( 5 ).seconds.do(check_job) #此处固定写法,意思是每秒钟schedule看下是否有pending的任务,有就执行 while true: schedule.run_pending() time.sleep( 1 ) |
schedule的其它示例
|
import schedule import time def job(message = 'stuff' ): print ( "i'm working on:" , message) #每10分钟 schedule.every( 10 ).minutes.do(job) #每小时 schedule.every().hour.do(job, message = 'things' ) #每天10点30分 schedule.every().day.at( "10:30" ).do(job) while true: schedule.run_pending() time.sleep( 1 ) |
检查无响应进程并重启
|
def check_job(): process_name = "xx.exe" not_respond_list = list_not_response(process_name) if len (not_respond_list) < = 0 : return pid_params = " " .join([ "/pid " + pid for pid in not_respond_list]) os.popen( "taskkill /f " + pid_params) if len (list_process(process_name)) < = 0 : start_program(r 'e:\xx\xx.exe' ) } |
查找符合条件的进程列表
|
def list_process(process_name, not_respond = false): cmd = 'tasklist /fi "imagename eq %s"' if not_respond: cmd = cmd + ' /fi "status eq not responding"' output = os.popen(cmd % process_name) return parse_output(output.read()) def list_not_response(process_name): return list_process(process_name, true) |
解析命令执行结果
|
def parse_output(output): print (output) pid_list = [] lines = output.strip().split( "\n" ) if len (lines) > 2 : for line in lines[ 2 :]: pid_list.append(line.split()[ 1 ]) return pid_list |
tasklist示例输出
|
映像名称 pid 会话名 会话 # 内存使用 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = wizchromeprocess.exe 1620 console 1 32 , 572 k |
完整代码
|
import os import time import schedule def parse_output(output): print (output) pid_list = [] lines = output.strip().split( "\n" ) if len (lines) > 2 : for line in lines[ 2 :]: pid_list.append(line.split()[ 1 ]) return pid_list def list_not_response(process_name): return list_process(process_name, true) def list_process(process_name, not_respond = false): cmd = 'tasklist /fi "imagename eq %s"' if not_respond: cmd = cmd + ' /fi "status eq not responding"' output = os.popen(cmd % process_name) return parse_output(output.read()) def start_program(program): os.popen(program) def check_job(): process_name = "xx.exe" not_respond_list = list_not_response(process_name) if len (not_respond_list) < = 0 : return pid_params = " " .join([ "/pid " + pid for pid in not_respond_list]) os.popen( "taskkill /f " + pid_params) if len (list_process(process_name)) < = 0 : start_program(r 'e:\xxx\xx.exe' ) if __name__ = = '__main__' : schedule.every( 5 ).seconds.do(check_job) while true: schedule.run_pending() time.sleep( 1 ) |
总结
以上所述是小编给大家介绍的python定时检测无响应进程并重启的实例代码 ,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对开心学习网网站的支持!
如果你觉得本文对你有帮助,欢迎转载,烦请注明出处,谢谢!原文链接:http://www.xetlab.com/2019/04/21/
您可能感兴趣
- docker下运行python3(使用Docker+jenkins+python3环境搭建超详细教程)
- 怎么用python获取目录(python 获得任意路径下的文件及其根目录的方法)
- 用python图片转字符串(python实现图片转字符小工具)
- python中的冒号怎么看(python 列表中[ ]中冒号‘:’的作用)
- 虚拟环境python详细教程(python创造虚拟环境方法总结)
- python 百度搜索结果(Python模拟百度自动输入搜索功能的实例)
- python3.x base64怎么加密解密(python3.x实现base64加密和解密)
- python2.7中logging的使用方式(Python中使用logging和traceback模块记录日志和跟踪异常)
- flask项目微信小程序(Python Flask 搭建微信小程序后台详解)
- python中统计文本中单词数的代码(Linux上使用Python统计每天的键盘输入次数)
- python统计出现文字最多的词(使用Python 统计高频字数的方法)
- 详解Python locals()的陷阱(详解Python locals的陷阱)
- pythonrequests怎么导入模块(Python3使用requests模块实现显示下载进度的方法详解)
- python字符串分析总结(Python 存储字符串时节省空间的方法)
- python怎么自动生成报告(python根据文章标题内容自动生成摘要的实例)
- python3下urllib案例(URL Rewrite Module 2.1 URL重写模块规则写法)
- 没钱可以快乐吗(没钱也能快乐吗)
- 快乐是什么(快乐就是)
- 东南亚有哪个国家(东南亚有哪个国家最发达)
- 东南亚安全吗(好不好挣钱)
- 潘长江小品《照亮全家福》台词剧本完整版(潘长江小品照亮全家福台词剧本完整版)
- 一窗通办政务服务小品剧本(一窗通办政务服务小品剧本)
热门推荐
排行榜
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9