Compare commits
1 Commits
nilmrun-1.
...
nilmrun-1.
Author | SHA1 | Date | |
---|---|---|---|
f5225f88f9 |
@@ -239,6 +239,7 @@ class ProcessManager(object):
|
||||
|
||||
# Retrieve info for system
|
||||
info["system"]["cpu_percent"] = sum(psutil.cpu_percent(0, percpu=True))
|
||||
info["system"]["cpu_max"] = 100.0 * psutil.NUM_CPUS
|
||||
info["system"]["procs"] = len(psutil.get_pid_list())
|
||||
# psutil > 0.6.0's psutil.virtual_memory() would be better here,
|
||||
# but this should give the same info.
|
||||
|
Reference in New Issue
Block a user