Hello,
I've got this error too. I tried to debug with the API lib from
http://www.cl.cam.ac.uk/~tw275/ 

Set<VM> vms = VM.getAll();
for(VM vm: vms) {
        VM.Record record = vm.getRecord();
        VMGuestMetrics guest = record.guestMetrics;
}

This's what I can see when watching into "record":
guestMetrics= VMGuestMetrics  (id=44)   
        ref= null       

I guest that's a problem of Xen core (?)

NGUYEN VAN Hien
France Telecom R&D

Hi,

i try to use VM.getGuestMetrics() and get this as error message.

[MESSAGE_METHOD_UNKNOWN, VM.get_guest_metrics]
    at com.xensource.xenapi.VM.getGuestMetrics(VM.java:1303)
    at xentest.main(xentest.java:53)[MESSAGE_METHOD_UNKNOWN,
VM.get_guest_metrics]
    at com.xensource.xenapi.VM.getGuestMetrics(VM.java:1303)
    at xentest.main(xentest.java:53)

Isn`t it implemented?
Xen Version is 3.1.0

Greetings
Daniel



------------------------------

_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api


_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api

Reply via email to