From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: Getting informations about running domains Date: Sat, 18 Feb 2006 20:10:13 -0600 Message-ID: <43F7D385.2090004@us.ibm.com> References: <43F7410A.3080100@godawa.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <43F7410A.3080100@godawa.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Thorolf Godawa Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Thorolf Godawa wrote: > In this thread from Oct 2005 Anthony Liguori also said that > "libxenstat" should not (yet?) be used and that you should use the "xc > python bindings" instead. Is this still true for XEN 3.0.1? libxenstat is not installed and neither are it's bindings. The xc python bindings are what Xend uses and therefore will always be present. > If so, how can I use this with Python, which library I have to import > in the Python-program and where can I find detailed infos how to use > this library to get the desired informations? Look at the xm sources--that's the best reference The following is something like what xm list does: http://pastebin.com/562077 Regards, Anthony Liguori