search for: vm_metric

Displaying 6 results from an estimated 6 matches for "vm_metric".

Did you mean: vm_metrics
2008 Sep 03
0
XenAPI: why we implement VM_metrics.VCPUs_utilisation as proportion?
hi all, why we implement VM_metrics.VCPUs_utilisation as the proportion of all cpu time? Then XenAPI client (xm) can not get the accumulated cpu_time of each vcpu. I recommend we make VM_metrics.VCPUs_utilisation just the cpu_time which is maintained by hypervisor. Then XenAPI client (xm) not only can get the accumulated cpu_time...
2008 Jul 22
2
VM creation failure using passthrough with latest unstable
I have pulled a recent (today''s) clone of staging/xen-unstable.hg and I get a failure when trying to create a domain with xend/xm. The failure I get is: Error: (''<domain GUID>'', ''VM_metrics'') I have traced the problem down to where the pci = [ ''02:00.0'' ] parameter (which is the value in my case) from my configuration file is being tested in xc.c:pyxc_test_assign_device(). This function fails and causes the calling code in xm/create.py:make_domain() to...
2009 Mar 12
0
Successfully running VM, subsequently startup gives this error -- VmError: Boot loader didn''t return any data!
Hi I have configured few VMs with RHEL5,32 bit, but some VMs after successful stop/restart few times, suddenly they start giving following error from "xm create vm1.cfg" startup. ---- Error: (''c618d493-a696-7637-333d-bd891fa41ac2'', ''VM_metrics'') ---- If i replace system.img, they starts working again. This is what i see in xend.log file. This happens randomly to any VM i have, no changes are happening before this error situation. ________________________________ 2009-03-10 20:51:50 2861 DEBUG (XendDomainInfo:85) XendDomainIn...
2009 Dec 22
3
XAPI source code
Hi All I have downloaded the opensource xapi source code. I am not sure what the functins of the follow modules: 1 block_device_io 2 datamodel 3 xiu (I am puzzled by the name "xiu") 4 stats 5 rpc-light 6 rss 7 xb (I think the xapi needs not to talk to xenbus directly) 8 xsrpc (why it writes some "rpc" keys to path of "domain/<domid>" in the
2007 Oct 31
0
xm in xen-api mode problem after failure to start domain (vbd in use)
...nnot be mounted now.. Internal error: (3, ''No such process''). # xm list Internal error: (3, ''No such process''). The conversation that is causing the problem: ---> to server <?xml version=''1.0''?> <methodCall> <methodName>VM_metrics.get_all_records</methodName> <params> <param> <value><string>314e378d-1895-3682-d254-66e6134f0950</string></value> </param> </params> </methodCall> <--- from server <?xml version=''1.0''?> <methodResponse>...
2009 Feb 03
0
[PATCH] XendAPIStore - do not remove non-existent item
...ID Mem VCPUs State Time(s) Domain-0 0 3151 16 r----- 1240.8 pxe 3 256 1 -b---- 26.4 xen81:~/bin # xm des 3 Error: (''d59cd309-80cd-66b3-d4f3-cff439eadc8a'', ''VM_metrics'') Usage: xm destroy <Domain> Terminate a domain immediately. I''m not sure why this vm had no metrics object associated with it but nonetheless I don''t think we should be throwing exceptions by removing non-existent objects from XendAPIStore. Signed-off-by:...