[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] How to calculate the crashing time cost in live migration
If I understand correctly, from hypervisor's view, there are two situations that VM will be out of service. The first one is when userland calls hypercall to get dirty pages, during which the domain will be paused. And the second one is at last stage of migration, the domain will be suspended and transmitted to remote. For the first case, we can simply add __trace_var to the beginning and end of domain_log_dirty_op, and use xentrace to get the time. For the second case, I am not familiar with it, but if it's also done in one hypercall, it can be done as the first case. -Kai On Mon, Dec 23, 2013 at 2:20 PM, Yunbin Wang <wangyunbin1989@xxxxxxxxx> wrote:
_______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |