|
|
|
|
|
|
|
|
|
|
xen-users
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|