Make a torrent02 and people02

This commit is contained in:
Kevin Fenzi 2016-02-10 17:52:56 +00:00
parent 27c9a873c8
commit 5cb076b3d7
5 changed files with 66 additions and 2 deletions

View file

@ -101,7 +101,7 @@ for hn in sorted(res['contacted']):
elif type(info) != dict:
continue
mem_used += int(info.get('maxMem', 0))/1024
mem_used += int(info.get('memory', 0))/1024
cpu_used += info.get('nrVirtCpu', 0)
mem_used_in_vm[hn] = mem_used