[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Why does DomU CPU usage increase during live migration?
Hi again, Thanks a lot for sharing your opinion. In my opinion, if the first one was true, I was supposed to see an increase of the "steal" CPU time, not user or sys. Because no matter how many cpu cycles the virtual CPU gets, user and sys values are percentages of the CPU cycles that used by a "user" or "system" process, among total CPU cycles. If the VCPU has to wait for a CPU, because Dom0 or some other DomU is currently using it, it would be given in the steal percentage. Do you agree with that? So the second one seems more likely to me. As far as I know, during migration of a DomU, all its page writing requests end up with a page fault, so that Xen knows that this particular page is dirtied. This might be causing an overhead, as you mentioned. But this handling is done by Xen though, so like above, it shouldn't count as a cpu time used by the process itself. Anyway, this direction looks like the right one for further investigation. Do you happen to know how the page dirtying rate of a DomU can be monitored. Is it possible at all? Would something in /proc provide me this kind of information? Cheers, Ercan
On Fri, Apr 17, 2009 at 4:26 PM, Javier Guerra <javier@xxxxxxxxxxx> wrote:
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |