01 # cat vcpuinfo.sh 02 #!/bin/bash 03 DOMAIN=$1 04 while [ 1 ] ; do 05 DOM_STATE=`virsh list --all | awk '/'$DOMAIN'/ {print $NF}'` 06 echo "${DOMAIN}: $DOM_STATE" 07 virsh numatune $DOMAIN 08 virsh vcpuinfo $DOMAIN | awk '/VCPU:/ {printf "VCPU" $NF } 09 ...
In response to these severe problems, memory is, by default, not allocated exclusively on the local node. To utilize all the system's memory the default strategy is to stripe the memory. This guarantees equal use of all the memory of the system. As a side effect, it becomes possible to ...