摘要: 一个canal的watchdog脚本 check-canal.py import psutil import os import time while True: count = 0 pre_run = list() for pid in psutil.pids(): p = psutil.Proc 阅读全文
posted @ 2022-02-21 14:50 kylinmac 阅读(269) 评论(0) 推荐(0)