When I run xm list, it shows some thing like this:

Name ID Mem(MiB) VCPUs State Time(s)

Domain-0 0 4551 2 r----- 1835.7

windows2003server 1 1031 2 -b---- 4056.9

Why the domU's running time can be bigger than Dom0's?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

because the time field in the xm(1) command gives you the CPU time used by a given domain as accounted by Xen, not the elapsed time since the domain was started.

cheers! n

link|improve this answer
very clear thanks! – Bolu Oct 25 '10 at 13:12
feedback

Your Answer

 
or
required, but never shown

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