Hi all, how can I get the status-informations (like CPU(%) ) that are listed in "xm top" f.ex. via PHP or in a text-file? Can I calculate these values with what "xm list" gives me? Are there any webserver/php-based monitoring-tools for XEN 3.0? Why shows "xm top" and "xm list" my running Linux-VM with the state "-b----" or "------"? Thanks a lot, -- Chau y hasta luego, Thorolf _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Henning Sprang
2006-Feb-16 12:16 UTC
Re: [Xen-users] Getting status-informations from domU
On Wed, 2006-02-15 at 16:18 +0100, Thorolf Godawa wrote:> Hi all, > > how can I get the status-informations (like CPU(%) ) that are listed in > "xm top" f.ex. via PHP or in a text-file?As long as there is no native php function for that, let php execute "xm top" and parse it, or scrape the contents of the xen webserver. Or just write your app in Python and integrate it in the xen twisted webserver. There the information shoulkd already be available programmatically. Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users