XM Tools - Xen Management Tools.
- The xm command is the main command line interface for managing Xen guest domains.
- The program can be used to create, pause, and shutdown domains. It can also be used to list current domains, enable or pin VCPUs, and attach or detach virtual block devices.
- Please note that before running any one of the following command you must run xend ( Xen control daemon aka service) and must be run as privileged user.
- Running xm command as non root will return an error.
Displays uptime for a domain
xm uptimeMonitors a host and its domains in real time
xm topDisplays domain information
xm listDisplays host information
xm infoLists domain virtual processors
xm vcpu-listLists domain virtual network interfaces
xm network-listDisplays node information
virsh nodeinfoDisplays domain virtual processor information
virsh vcpuinfoDisplays the xend log
xm logDisplays domain information
virsh dominfoReads the xend daemon’s message buffer just like dmesg
xm dmesgReference :http://www.cyberciti.biz/tips/linux-xen-server-vps-monitoring-commands.htmlhttp://unixfoo.blogspot.com/2007/11/managing-xen.html
No comments:
Post a Comment