diff options
author | kraxel <kraxel> | 2007-08-31 14:05:58 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2007-08-31 14:05:58 +0000 |
commit | ab826d35367f7f5b38070c9f081c747a58ceaee7 (patch) | |
tree | 11c105bd796b7ea820594a9ac7dc16639e21379b | |
parent | 1a239af5a483bd47565eac17d7ca552f66dd0911 (diff) | |
download | xenwatch-ab826d35367f7f5b38070c9f081c747a58ceaee7.tar.gz |
add readme
-rw-r--r-- | README | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -0,0 +1,39 @@ +This is a bunch of utilities for xen hosts. Some useful are for +admins, some for developers, some are just experiental and not +very useful at all ... + +xenwatch + First application which also gave the name to the whole package. + gtk application, lists running domains with some properties, allows + to connect to text console or vnc display. Uses xenstore, thus + does see active domains only. + +xenscreen + Attaches xen domain consoles to screen windows. Great tool for + text mode hackers and screen users. This one can run either using + xenstore or using libvirt. + +xenstore + gtk xenstore browser. If you don't know what xenstore is you don't + need it. + +xenlog + Log xenstore activity to stdout. + +vnc-client + xenwatch builtin vnc client as standalone application. + +mdns-publish-xendom + Publish xen uuid and domid via multicast dns. Runs inside your + xen guests aka domUs. Doesn't notice save/restore and migration, + due to xenstore watches not working inside guests, thus it isn't + terribly useful ... + +mdns-publish-vnc + Publish vnc ports of xen guests via multicast dns. Unconditionally, + even when listening on 127.0.0.1 only (default) and thus you can't + connect from outside anyway ... + +mdns-browser + Simple multicast dns service browser. + |