Deleted linuxcpureader.py

This commit is contained in:
2017-02-14 10:12:41 +01:00
parent c260a33b02
commit e962e1488b
2 changed files with 1 additions and 48 deletions

View File

@@ -9,6 +9,7 @@ def load():
arpOutput = check_output("cat /proc/loadavg", shell=True)
arpOutput = arpOutput.decode()
return findall('[0-9]{1,2}[\.][0-9]{2}', arpOutput)
elif sysName == 'Darwin':
arpOutput = check_output("uptime", shell=True)
arpOutput = arpOutput.decode()