Make a torrent02 and people02
This commit is contained in:
parent
27c9a873c8
commit
5cb076b3d7
5 changed files with 66 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue