Displaying 1 result from an estimated 1 matches for "hv_info".
Did you mean:
pv_info
2013 Sep 30
2
virNodeInfo returns MBytes instead of bytes
...] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import libvirt
>>> conn=libvirt.open("qemu+ssh://xx@xx.xxx.com/system")
Enter passphrase for key '/home/xx/.ssh/id_rsa':
>>> hv_info=conn.getInfo()
>>> hv_info
['x86_64', 15919, 8, 3292, 1, 1, 4, 2]
15,919 is the number I am referencing, should that not be in bytes and not
MB?
8 is the number of cores, CPU is 3.2Ghz.
$ rpm -q libvirt
libvirt-0.10.2-18.el6_4.14.x86_64
$ uname -a
Linux xx.xxx.com 2.6.32-358.18...