您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 写了个监控nginx进程的Python脚本

  2. 复制代码 代码如下: #!/usr/bin/env python import os, sys, time while True: time.sleep(3) try: ret = os.popen(‘ps -C nginx -o pid,cmd’).readlines() if len(ret) < 2: print “nginx process killed, restarting service in 3 seconds.” time.sleep(3) os.system(“serv
  3. 所属分类:其它

    • 发布日期:2021-01-21
    • 文件大小:33792
    • 提供者:weixin_38621386