Hello All, As I''m going to write some kind of a monitoring sensor, which will use the same information "xentop" currently provides, I would like to know if libxenstat can be considered as stable? Will libxenstat be supported in future versions of Xen? Or is it rather advisable to get this information from the Xen Management API, which maybe provide the same data? The sensor mentioned before will be written in C++. Many thanks in advance, Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Mark Williamson
2007-Apr-19 16:16 UTC
Re: [Xen-devel] Libxenstat to be considered as stable?
> As I''m going to write some kind of a monitoring sensor, which will use the > same information "xentop" currently provides, I would like to know if > libxenstat can be considered as stable? Will libxenstat be supported in > future versions of Xen?I''m not sure but I don''t think libxenstat changes very often, however AFAIK it''s not guaranteed to stay stable either...> Or is it rather advisable to get this information from the Xen Management > API, which maybe provide the same data?If you can do so then it might be a good idea; this would presumably make it easier to do remote access as well.> The sensor mentioned before will be written in C++.You could also consider using RedHat''s libvirt which attempts to provide a virtualiser-agnostic tool (e.g. Qemu / KVM may be supported at some point in the future). Cheers, Mark -- Dave: Just a question. What use is a unicyle with no seat? And no pedals! Mark: To answer a question with a question: What use is a skateboard? Dave: Skateboards have wheels. Mark: My wheel has a wheel! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Josh Triplett
2007-May-30 22:19 UTC
Re: [Xen-devel] Libxenstat to be considered as stable?
Jan Michael wrote:> As I''m going to write some kind of a monitoring sensor, which will use the > same information "xentop" currently provides, I would like to know if > libxenstat can be considered as stable? Will libxenstat be supported in > future versions of Xen?As one of the original developers of libxenstat, I can say that we developed it specifically as a layer to insulate programs from changes to the underlying libraries, APIs, structure layouts, or hypercalls. We do not intend for existing APIs in it to change, though new ones may certainly appear. That said, I don''t currently have a lot of involvement with libxenstat, and I don''t know whether it will change or not. - Josh Triplett _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel