np

On Fri, May 30, 2008 at 2:52 PM, Caruso, Joseph
<[EMAIL PROTECTED]> wrote:
>
> Thanks for the quick response.
>
> -----Original Message-----
> From: Roger R. Smith [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 30, 2008 2:33 PM
> To: Caruso, Joseph
> Cc: [email protected]
> Subject: Re: [Xen-API] Retrieving XEN Server available and XEN memory
>
> Hi Joseph you can do something like this:
>
> $guestRef = VM.get_guest_metrics($vmRef);
> $getMet = VM_guest_metrics.get_record($guestRef);
>
> $getMet['memory']['free']
> $getMet['memory']['total']
>
> Hope that helps.
> -Rog
>
> On Fri, May 30, 2008 at 1:32 PM, Caruso, Joseph
> <[EMAIL PROTECTED]> wrote:
>> Hello,
>>
>>
>>
>> Does anyone know how to retrieve either the amount of available server
>> memory (not the total) or the amount of memory used by Xen?     Using
> the
>> host metrics object I able to retrieve both the total and free server
>> memory.   The Xen Center (see General tab)  memory section displays:
>>
>>
>>
>>      Server:        Sun-STZENS1:   1.7 GB free of 3.7 GB available
> (4.0GB
>> total)
>>
>>
>>
>>      VMs:
>>
>>
>>
>>
>>
>>      Xen:            336.1 MB
>>
>>
>>
>>
>>
>> I want to retrieve the underlined values via the API.
>>
>>
>>
>> Thanks,
>> Joe
>>
>>
>>
>> _______________________________________________
>> 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