dawn-liu

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2019年4月23日

摘要: #!/usr/bin/python import time import os import commands path = ['/var/log/nginx/', 'access.log'] (num,nginxpid_str) = commands.getstatusoutput("/usr/bin/ps aux|grep nginx|awk '/master/{... 阅读全文
posted @ 2019-04-23 10:14 dawn-liu 阅读(407) 评论(0) 推荐(0) 编辑