摘要: metering_processes.py # -*- coding: utf-8 -*- import osimport timeimport ConfigParser s1 = 'nohup 's2 = ' > 's3 = ' 2>&1 &' def fun(s): r = os.popen(' 阅读全文