search for: 14921710000000l

Displaying 1 result from an estimated 1 matches for "14921710000000l".

2011 Feb 09
1
How to use Python Binding with Lbivirt.
...() for id in domIds: dom0 = conn.lookupByID(id) dom0.info() print *"Domain 0: id %d running %s"* % (dom0.ID(), dom0.OSType()) print dom0.info() except: print *'Failed to find the main domain' * sys.exit() The output is : Domain 0: id 2 running hvm [1, 131072L, 131072L, 1, 14921710000000L] Domain 0: id 3 running hvm [1, 131072L, 131072L, 1, 30880000000L] Here I am not able to understand these values are represent what type of information, which value is representing what resource of host machine.Could you please help me to understand how I could find out CPU,VM ,memory related info...