How do i list the xen cpupools?



  • The cpupool-list command shows the cpu pools configured and the number physical cores in that cpu pool. This example show one pool called Pool-0 (default pool) in which there are 4 CPUs.

    # xl cpupool-list
    Name               CPUs   Sched     Active   Domain count
    Pool-0               4    credit       y          1
    

    To see which cpu's are in that pool.

    # xl cpupool-list -c
    Name               CPU list
    Pool-0             0,1,2,3
    


© Lightnetics 2024