How do i display information on all xen domains?



  • Man page xl: http://bit.ly/2pH8p0i

    # xl list
    Name                                        ID   Mem VCPUs	State	Time(s)
    Domain-0                                     0   256     1     r-----     343.1
    webserver01                                  1   512     1     -b----      53.7
    

    The different states are, these are domain states, not OS states.

    • r - running
    • b - blocked, domain is waiting on i/o or gone to sleep because idle.
    • p - paused, the domain was paused, still consumes the resources in paused state.
    • s - shutdown, machine has been shutdown in a orderly manner, but the domain is up
    • c - crashed, something gone badly wrong on the domain
    • d - the domain is dying but not shutdown or crashed

Log in to reply
 

© Lightnetics 2024