Applicable to:
- SolusVM
Question
Why there is a blank table on the KVM Node Loads page instead of a list of all VPSs in SolusVM (SolusVM > Nodes > <the_node> > Loads)?
Answer
It is expected behavior - there is no possibility to check the load for KVM VMs from SolusVM.
Use the alternate option to check the Loads from the Slave node using the virt-top option.
- Log in to the KVM Slave Node via SSH
- Install and use the virt-top utility with the below commands
# yum install -y virt-top
# virt-top
Example of the command output:
CONFIG_TEXT: virt-top 13:08:44 - x86_64 6/6CPU 1599MHz 5804MB
5 domains, 4 active, 4 running, 0 sleeping, 0 paused, 1 inactive D:0 O:0 X:0
CPU: 2.9% Mem: 5120 MB (5120 MB by guests)
ID S RDRQ WRRQ RXBY TXBY %CPU %MEM TIME NAME
69 R 0 2 726 42 1.5 17.0 17:26:26 kvm130
128 R 0 0 0 0 0.6 17.0 115:58.34 kvm136
2 R 0 0 0 0 0.4 17.0 14:06:42 kvm112
127 R 0 0 666 0 0.4 35.0 130:59.69 kvm135
- (kvm125)
Note: More information about the virt-top utility can be found here: https://linux.die.net/man/1/virt-top
Comments
0 commentsPlease sign in to leave a comment.