WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: Issues about domU suspending/resuming

To: Gustavo Pimentel <gustavo.pimentel@xxxxxxxxxx>
Subject: [Xen-devel] Re: Issues about domU suspending/resuming
From: Keir Fraser <keir.xen@xxxxxxxxx>
Date: Thu, 28 Jul 2011 20:07:26 +0100
Cc: rshriram@xxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 28 Jul 2011 12:08:37 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=user-agent:date:subject:from:to:cc:message-id:thread-topic :thread-index:in-reply-to:mime-version:content-type :content-transfer-encoding; bh=w+9ElJJoTlXyehPmkAaJoW9x59eCHwA/f/s6s1U/JeE=; b=FYPXphu8b4Wpw0Bfn8ROj1gYcx83xIr7bw6TJM5QCt422VHSim3NzlFTdXDvmfzQRz q3RcONE2riOzYAYmNI1Ufs/KlT8io5Qp72t11YY8fdfkagVmVC8ZIWgxSplXHjQKzv7u qgTEHV9dnbb0OKuTjwnqAt+N5uLgOcBkkWe70=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <BA0FD0EA8282D74CAE2088A5DCB4474B138EC74D@xxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcxNQVqBtABm99N7RZiRwlB4YN8SugABnZpmAABUy+AAAM/eyQABZ1FQAAHlbiQ=
Thread-topic: Issues about domU suspending/resuming
User-agent: Microsoft-Entourage/12.30.0.110427
Perhaps run a program in domU which calls gettimedofday() in a loop and logs
big deltas between successive calls. If the domain is otherwise idle, you
can probbaly set the threshold to only trigger during the suspend phase of
live migration. Then you don't need to hook into the suspend/resume parts of
the toolstack.

 -- Keir


On 28/07/2011 19:22, "Gustavo Pimentel" <gustavo.pimentel@xxxxxxxxxx> wrote:

> I didn't test the suspend/resuming with basic live migration.
> Do you know how can I invoke some xen api in order to suspend/resuming the
> guest? I could make a simple program to be able to log times of
> suspending/resuming and on the future to analysis the basic live migration.
> Meanwhile I leave here some information about the my test system:
> I using xen4.2-unstable on a Intel(R) Pentium(R) 4 CPU 3.20GHz processor with
> hyperthread, using credit scheduler. I have pinning dom0 to vcpu0 and domU to
> vcpu1.
> I have on dom0 the kernel version 2.6.32.40 and on domU the kernel version
> 2.6.18 kernel which has fast suspend support.
> 
>> -----Original Message-----
>> From: Keir Fraser [mailto:keir.xen@xxxxxxxxx]
>> Sent: quinta-feira, 28 de Julho de 2011 18:33
>> To: Gustavo Pimentel
>> Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
>> Subject: Re: Issues about domU suspending/resuming
>> 
>> On 28/07/2011 18:16, "Gustavo Pimentel" <gustavo.pimentel@xxxxxxxxxx> wrote:
>> 
>>> It's not really a bug, but a performance analysis.
>>> I'm using remus for a HA system and after a system analysis using remus log,
>>> I
>>> notice that suspending a the guest can oscillate between 0.299ms to
>>> 812.909ms.
>>> And the resuming of the same guest oscillates between 0.387ms to 1745,579ms.
>>> The guest it's a virtual machine with 64MB of RAM, without CPU load.
>>> 
>>> It's very strange this large range of values of the suspend/resuming of a
>>> guest.
>> 
>> First point of contact would be the listed Remus maintainer. More data would
>> be useful I expect -- e.g., does the variation occur with basic live
>> migration (no Remus)?
>> 
>>  -- Keir
>> 
>>>> -----Original Message-----
>>>> From: Keir Fraser [mailto:keir.xen@xxxxxxxxx]
>>>> Sent: quinta-feira, 28 de Julho de 2011 18:00
>>>> To: Gustavo Pimentel
>>>> Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
>>>> Subject: Re: Issues about domU suspending/resuming
>>>> 
>>>> On 28/07/2011 17:13, "Gustavo Pimentel" <gustavo.pimentel@xxxxxxxxxx>
>> wrote:
>>>> 
>>>>> Hi, I have looked into the MAINTAINERS file on the xen source, but I
>>>>> didn¹t
>>>>> find the specific maintainer for responsible for issues about domU
>>>>> suspending/resuming procedure.
>>>>> Can you point me to the right person?
>>>> 
>>>> It crosses multiple subsystems. It could be a guest kernel bug for example,
>>>> or a toolstack bug. Post a bug report to xen-devel and we can try to triage
>>>> it.
>>>> 
>>>>  -- Keir
>>>> 
>>>> 
>>>> 
>>>> 
>>> 
>>> 
>> 
>> 
> 
> 



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>