[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Fwd: How to get the checkpoint size in remus code?
---------- Forwarded message ---------- From: José Eduardo França <jefranca@xxxxxxxxx> Date: 2012/10/17 Subject: Re: [Xen-devel] How to get the checkpoint size in remus code? To: rshriram@xxxxxxxxx Hi Shriram, Thank you for your reply. I'm sorry coz I saw your email yesterday and my English is bad. Ok... I saw your patch but I need to explain more my problem. In my master research, I intend to deploy a based-time dynamic checkpoint that should work this way: if checkpoint size breaks Lmax (see attached figure) I reduce checkpoint interval, and if checkpoint size doesn't break Lmin I increase checkpoint interval. After that I will evaluate the performace. I had read remus code and I saw that remus control the elapsed time in endtime = time.time() elapsed = (endtime - closure.starttime) * 1000 if elapsed < cfg.interval: time.sleep((cfg.interval - elapsed) / 1000.0) Then I thought I could change the checkpoint interval close to code above, but I suppose I need get checkpoint size. But here the remus code is python and I saw (or thought) that checkpoint size is gotten on xc_shadow_op_stats_t *stats or better on stats->dirty_count*PAGE_SIZE. Would I get checkpoint size into remus code? I thought it's easier this way for I intend to do. Please, help me, coz my time is running out. Thanks jefranca PS: My English is terrible coz I'm not native 2012/10/5 Shriram Rajagopalan <rshriram@xxxxxxxxx>
Attachment:
dynamic-checkpoint.png _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |