I have just started to play ariund with xen virtualization. I want to know stuff like how high the load is on the host system, how can i rind out this sort of information from when logged in to the dom0

link|improve this question

50% accept rate
feedback

3 Answers

Try xm top and other xm commands as xm list.

link|improve this answer
or xl top if you're using the new xl toolstack. It actually just calls xentop though. – Matt May 2 at 23:39
feedback

Some versions of virt-manager give you a sum of all loads as the load of the Dom0. What exactly do you want to know?

link|improve this answer
I dont think i can use virt manager, i do not have any gui installed on the host. it is a pretty clean debian install. What i want to find out primarily is how much cpu is used. Running htop on the host machine would do. – Joelbitar Apr 8 '11 at 16:58
htop and top will only show the load of the Dom0 system. This is propably not what you want, since your running DomUs add to the load on your real CPUs. So do you want to see the total load on your real cpus or just the Dom0 load of its virtual cpus? – Nils Apr 8 '11 at 20:18
I want to se the total load of my real cpus – Joelbitar Apr 11 '11 at 8:33
then maybe top is what you're after? – Matt May 3 at 1:00
@Matt propably xentop. But is seems like Joelbitar has lost the interest in his own question. – Nils May 3 at 20:09
feedback

xentop and xenmon.py are good tools for a general view

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.