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-tools

[Xen-tools] [RFC] Example XML-RPC server for xenstat statistics collecti

To: xen-tools@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-tools] [RFC] Example XML-RPC server for xenstat statistics collection framework
From: jfisch <jfisch@xxxxxxxxxx>
Date: Fri, 26 Aug 2005 14:51:47 -0700
Cc: david.hendricks@xxxxxxxxx, jfisch@xxxxxxxxxx, josh@xxxxxxxxxxxxxxx, rng_wlf@xxxxxxxxx
Delivery-date: Fri, 26 Aug 2005 21:51:04 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-tools-request@lists.xensource.com?subject=help>
List-id: Xen control tools developers <xen-tools.lists.xensource.com>
List-post: <mailto:xen-tools@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-tools>, <mailto:xen-tools-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-tools>, <mailto:xen-tools-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-tools-bounces@xxxxxxxxxxxxxxxxxxx
Hello everyone!

The attached tarball contains two example XML-RPC servers making use of
the xenstat framework.  One is in Python, making use of the libxenstat
Python bindings and the Python SimpleXMLRPCServer module.  The other is
in C, using libxenstat's C API and the xmlrpc-c library. 

Note that in the current Xen unstable tree, the xenstat framework and
scripting language bindings are currently built statically and not
installed, so these example programs won't build against current Xen
unstable.  You will need to change tools/xenstat/libxenstat/Makefile to
uncomment the code to build and install the shared library and scripting
language bindings.

Judy.

Attachment: xenstatd.tar.gz
Description: application/compressed-tar

_______________________________________________
Xen-tools mailing list
Xen-tools@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-tools
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-tools] [RFC] Example XML-RPC server for xenstat statistics collection framework, jfisch <=