From: zhanghailiang <zhang.zhanghailiang@huawei.com>
To: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>,
qemu-devel@nongnu.org
Cc: hangaohuai@huawei.com, yunhong.jiang@intel.com,
eddie.dong@intel.com, peter.huangpeng@huawei.com, luis@cs.umu.se
Subject: Re: [Qemu-devel] [RFC 0/1] Rolling stats on colo
Date: Fri, 6 Mar 2015 09:52:22 +0800 [thread overview]
Message-ID: <54F90856.3030809@huawei.com> (raw)
In-Reply-To: <54F9077B.3020803@huawei.com>
On 2015/3/6 9:48, zhanghailiang wrote:
> On 2015/3/5 21:31, Dr. David Alan Gilbert (git) wrote:
>> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> Hi Dave,
>
>>
>> Hi,
>> I'm getting COLO running on a couple of our machines here
>> and wanted to see what was actually going on, so I merged
>> in my recent rolling-stats code:
>>
>> http://lists.gnu.org/archive/html/qemu-devel/2015-03/msg00648.html
>>
>> with the following patch, and now I get on the primary side,
>> info migrate shows me:
>>
>> capabilities: xbzrle: off rdma-pin-all: off auto-converge: off zero-blocks: off colo: on
>> Migration status: colo
>> total time: 0 milliseconds
>> colo checkpoint (ms): Min/Max: 0, 10000 Mean: -1.1415868e-13 (Weighted: 4.3136025e-158) Count: 4020 Values: 0@1425561742237, 0@1425561742300, 0@1425561742363, 0@1425561742426, 0@1425561742489, 0@1425561742555, 0@1425561742618, 0@1425561742681, 0@1425561742743, 0@1425561742824
>> colo paused time (ms): Min/Max: 55, 2789 Mean: 63.9 (Weighted: 76.243584) Count: 4019 Values: 62@1425561742237, 62@1425561742300, 62@1425561742363, 62@1425561742426, 61@1425561742489, 65@1425561742555, 62@1425561742618, 62@1425561742681, 61@1425561742743, 80@1425561742824
>> colo checkpoint size: Min/Max: 18351, 2.1731606e+08 Mean: 150096.4 (Weighted: 127195.56) Count: 4020 Values: 211246@1425561742238, 186622@1425561742301, 227662@1425561742364, 219454@1425561742428, 268702@1425561742490, 96334@1425561742556, 47086@1425561742619, 42982@1425561742682, 55294@1425561742744, 145582@1425561742825
>>
>> which suggests I've got a problem with the packet comparison; but that's
>> a separate issue I'll look at.
>>
>
> There is an obvious mistake we have made in proxy, the macro 'IPS_UNTRACKED_BIT' in colo-patch-for-kernel.patch should be 14,
s/IPS_UNTRACKED_BIT/IPS_COLO_TEMPLATE_BIT
> so please fix it before do the follow test. Sorry for this low-grade mistake, we should do full test before issue it. ;)
>
> To be honest, the proxy part in github is not integrated, we have cut it just for easy review and understand, so there may be some mistakes.
>
> Thanks,
> zhanghailiang
>
>
>> Dave
>>
>> Dr. David Alan Gilbert (1):
>> COLO: Add primary side rolling statistics
>>
>> hmp.c | 12 ++++++++++++
>> include/migration/migration.h | 3 +++
>> migration/colo.c | 15 +++++++++++++++
>> migration/migration.c | 30 ++++++++++++++++++++++++++++++
>> qapi-schema.json | 11 ++++++++++-
>> 5 files changed, 70 insertions(+), 1 deletion(-)
>>
>
next prev parent reply other threads:[~2015-03-06 1:52 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-05 13:31 [Qemu-devel] [RFC 0/1] Rolling stats on colo Dr. David Alan Gilbert (git)
2015-03-05 13:31 ` [Qemu-devel] [RFC 1/1] COLO: Add primary side rolling statistics Dr. David Alan Gilbert (git)
2015-03-06 1:48 ` [Qemu-devel] [RFC 0/1] Rolling stats on colo zhanghailiang
2015-03-06 1:52 ` zhanghailiang [this message]
2015-03-06 18:30 ` Dr. David Alan Gilbert
2015-03-09 2:37 ` Wen Congyang
2015-03-09 8:55 ` Dr. David Alan Gilbert
2015-03-09 9:01 ` Wen Congyang
2015-03-11 3:11 ` zhanghailiang
2015-03-11 9:06 ` Dr. David Alan Gilbert
2015-03-11 9:31 ` zhanghailiang
2015-03-11 10:07 ` Dr. David Alan Gilbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54F90856.3030809@huawei.com \
--to=zhang.zhanghailiang@huawei.com \
--cc=dgilbert@redhat.com \
--cc=eddie.dong@intel.com \
--cc=hangaohuai@huawei.com \
--cc=luis@cs.umu.se \
--cc=peter.huangpeng@huawei.com \
--cc=qemu-devel@nongnu.org \
--cc=yunhong.jiang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.