WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

RE: [Xen-API] Retrieving XEN Server available and XEN memory

To: "Roger R. Smith" <rogsmith@xxxxxxxxx>
Subject: RE: [Xen-API] Retrieving XEN Server available and XEN memory
From: "Caruso, Joseph" <Joseph.Caruso@xxxxxxxxxxx>
Date: Fri, 30 May 2008 14:52:17 -0400
Cc: xen-api@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 30 May 2008 11:52:48 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <53a9b32a0805301133r9f7b964ha3948b3c7774fe1a@xxxxxxxxxxxxxx>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
References: <4821D5B6CD3C1B4880E6E94C6E70913E02DA8AD2@xxxxxxxxxxxxxxxxxxxxxxxxxx> <53a9b32a0805301133r9f7b964ha3948b3c7774fe1a@xxxxxxxxxxxxxx>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcjCg6Q/fonzaWl4RkG676pKjFG2WgAAfhww
Thread-topic: [Xen-API] Retrieving XEN Server available and XEN memory
Thanks for the quick response.  

-----Original Message-----
From: Roger R. Smith [mailto:rogsmith@xxxxxxxxx] 
Sent: Friday, May 30, 2008 2:33 PM
To: Caruso, Joseph
Cc: xen-api@xxxxxxxxxxxxxxxxxxx
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
<Joseph.Caruso@xxxxxxxxxxx> 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
> xen-api@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api
>
>

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api

<Prev in Thread] Current Thread [Next in Thread>