[LITMUS^RT] power management with litmus-rt

David Moncada david_moncada at icloud.com
Tue Nov 15 17:39:13 CET 2016


Thanks for the reference to your paper, I'll look into it. I can see you've attained almost optimal performance in the HRT case, so it's worthy to explore the semi-partitioned approach with energy constraints in mind.

I haven't thought it through, but I think for a first stage I'll be using synthetic workloads composed of periodic/sporadic tasks. I'm also interested in comparing the performance of different (contrasting) energy-aware sched. techniques, i.e. DVFS vs. sleep states/race-to-idle. Hence my previous question, and my concern for knowing beforehand if LITMUS-RT fulfills my needs.

Thanks again for your quick response. Regards!

> On Nov 15, 2016, at 9:01 AM, Björn Brandenburg <bbb at mpi-sws.org> wrote:
> 
> 
>> On 15 Nov 2016, at 15:44, David Moncada <david_moncada at icloud.com> wrote:
>> 
>> A have a few more doubts concerning power management. I'd like a platform for implementing and comparing the performance of a few energy-aware sched. algs., determining (or rather confirming) which approach fits best a particular scenario. I've read Linux might be a source of unpredictable overheads, so this would have to be accounted for. From an implementation point of view, do you think partitioned/global approaches mix well with racing-to-idle strategies, or could it somehow "break" the work-conserving properties of global scheduling, making the approach practically inconvenient or unmanageable?
> 
> Good questions; I think there are no definitive answers (yet). Generally, global scheduling should mesh well with race-to-idle, since the implicit load-balancing ensures that all cores reach idleness as quickly as possible. Partitioned scheduling could at least theoretically be at a disadvantage here.
> 
> However, in practice, global scheduling comes with (substantially) higher overheads. Also, in terms of schedulability, partitioned scheduling does quite well in terms of hard real-time schedulability. And semi-partitioned scheduling does even better (I have an upcoming RTSS’16 paper on this, https://people.mpi-sws.org/~bbb/papers/pdf/rtss16b.pdf).
> 
> So (semi-)partitioned scheduling might still come out ahead, even when taking into account power- and energy-management. Whether or not this is the case depends on your platform (can one core clock down when another core on the same package is still running at full throttle?), your workload (does it respond well to DVS?), and how you define ‘success’. Are you primarily interested in provable guarantees for simple periodic or sporadic workloads, or are you going after observed performance for real-world code?
> 
> - Björn
> 
> 
> _______________________________________________
> litmus-dev mailing list
> litmus-dev at lists.litmus-rt.org
> https://lists.litmus-rt.org/listinfo/litmus-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.litmus-rt.org/pipermail/litmus-dev/attachments/20161115/196cc992/attachment.html>


More information about the litmus-dev mailing list