qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 10/11] Add XBZRLE statistics


From: Orit Wasserman
Subject: Re: [Qemu-devel] [PATCH 10/11] Add XBZRLE statistics
Date: Thu, 02 Aug 2012 20:01:14 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

On 08/02/2012 05:01 PM, Eric Blake wrote:
> On 08/02/2012 06:44 AM, Orit Wasserman wrote:
>> Signed-off-by: Benoit Hudzia <address@hidden>
>> Signed-off-by: Petter Svard <address@hidden>
>> Signed-off-by: Aidan Shribman <address@hidden>
>> Signed-off-by: Orit Wasserman <address@hidden>
>> Signed-off-by: Juan Quintela <address@hidden>
>> ---
> 
> 
>>  
>> +6. Migration is being performed and XBZRLE is active:
>> +
>> +-> { "execute": "query-migrate" }
>> +<- {
>> +      "return":{
>> +         "status":"active",
>> +         "capabilities" : [ { "capability": "xbzrle", "state" : true } ],
>> +         "ram":{
>> +            "total":1057024,
>> +            "remaining":1053304,
>> +            "transferred":3720,
>> +            "duplicate": 10,
>> +            "normal": 3333
>> +         },
>> +         "xbzrle-cache":{
>> +            "cache-size": 1024,
> 
> Is this value in bytes?  It should be.  Which means that this example is
> bogus - 1024 is smaller than one page, but your caching code rounded to
> page boundaries.  Sounds like you forgot a scaling factor somewhere.
> Also, s/: /:/
> 
will be fixed,
Thanks,
Orit



reply via email to

[Prev in Thread] Current Thread [Next in Thread]