compositional real time scheduling framework
play

Compositional Real-Time Scheduling Framework Insik Shin 1 , Insup - PowerPoint PPT Presentation

Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Compositional Real-Time Scheduling Framework Insik Shin 1 , Insup Lee 1 1 University of Pennsylvania 15 November


  1. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Compositional Real-Time Scheduling Framework Insik Shin 1 , Insup Lee 1 1 University of Pennsylvania 15 November 2007 presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  2. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Outline Compositional Framework 1 Bounded Delay Resource Model 2 Schedulability Analysis 3 Utilization Bounds 4 Component Abstraction 5 Conclusion 6 presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  3. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Problem Statement develop a compositional real-time scheduling framework The two essential problems in developing such a framework are : to abstract the collective real-time requirements of a component as a single real-time requirement - scheduling interface to compose the component demand abstraction results into the system-level real-time requirement - scheduling component composition . Ideally... ...the single real-time requirement is satisfied if and only if the set of components are satisfied. presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  4. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Compositional Scheduling Framework presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  5. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Overview Scheduling Scheduling assigns resources to workloads by scheduling algorithms Scheduling Component Model : C ( W , R , A ) W : workload model R : resource model A : scheduling algorithm presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  6. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Overview Resource Dedicated resource : always available at full capacity Shared resource : not a dedicated resource Non-time-sharing : available at fractional capacity presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  7. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Prerequisites Resource demand of C ( W , R , A ) represents the collective resource requirements that W requests under A . Demand bound function dbf A ( W , t , i ) is the maximum possible resource demand that W requests to satisfy the timing requirements of task i under A within t . Resource supply of resource model R is the amount of resource allocations that R provides. Supply bound function sbf R ( t ) is the minimum possible resource supplies that R provides during t . A resource model R is said to satisfy a resource demand of W under A if dbf A ( W , t , i ) ≤ sbf R ( t ) presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  8. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Prerequisites Schedulability A scheduling component C ( W , R , A ) is said to be schedulable if and only if ∀ i ∈ W , ∀ t = ⇒ dbf A ( W , t , i ) ≤ sbf R ( t ) Problem statement Given W and A such that C ( W , R p , A ) is schedulable, where R p is a dedicated resource, the problem is to find an optimal shared resource model R such that C ( W , R , A ) is schedulable. R is the scheduling interface of C . presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  9. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Formal problem statement Given two scheduling components C ( W 1 , R 1 , A 1 ) and C ( W 2 , R 2 , A 2 ) such that C ( W , R p , A ) is schedulable, where W = { R 1 , R 2 } and R p is a dedicated resource, the problem is to find a optimal R such that C ( W , R , A ) is schedulable. presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  10. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Example presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  11. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Example presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  12. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Example presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  13. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Example presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  14. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Models How do we define a scheduling interface model? In previous work the periodic resource model is defined(that Harald presented) Γ(Π , Θ) specifies a periodic behavior of time-shared resource allocation and utilization bounds under EDF and RM. bounded-delay model(presented further in this paper) Φ( α, ∆) Using the 2 models as scheduling interface models the goal is to abstract a set of tasks into a single periodic or bounded-delay task. presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  15. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Compositional Framework Models Assumptions: periodic task model T ( p , e ) , p is a period and e is an execution time requirement ( e ≤ p ). task utilization U T is e p . for a workload set W = { T i } , a workload utilization U W is Σ T i ∈ W U T i . let P min be the smallest period in W , i.e. P min = min T i ∈ W { p i } . each task in independent and preemptive. as A we consider EDF and RM. as R we consider a time-shared resource model. presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  16. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion The Model Bounded delay resource model : Maximum delay ∆ that a partition must wait to get its share α of the resource for any time interval starting at any point in time Φ( α, ∆) where α is an available factor(resource capacity) 0 ≤ α ≤ 1 and ∆ is a partition delay bound 0 ≤ ∆ . Φ( α, ∆) is defined to characterize the property: ∀ t 1 , ∀ t 2 ≥ t 1 , ∀ d ≤ ∆ ( t 2 − t 1 − d ) α ≤ supply Φ ( t 1 , t 2 ) ≤ ( t 2 − t 1 + d ) α sbf Φ ( t ) = α ( t − ∆) , t ≥ ∆ and 0 otherwise presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  17. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Example presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  18. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Periodic Workload Model Generalize the schedulability conditions for use in any partitioned resource model. The resource model must calculate its supply bound function accurately. dbf EDF ( W , t ) = Σ T i ∈ W ( ⌊ t − D i p i ⌋ + 1 ) · e i ( Baruah et al. [2] ) dbf RM ( W , t , i ) = e i + Σ T i ∈ HP W ( i ) ⌈ t p k ⌉ · e k ( Lehoczky et al. [8] ) presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

  19. Compositional Framework Bounded Delay Resource Model Schedulability Analysis Utilization Bounds Component Abstraction Conclusion Periodic Workload Model C ( W , R , A ) is schedulable under EDF if and only if ∀ 0 < t ≤ 2 · LCM W + D max , dbf EDF ( w , t ) ≤ sbf R ( t ) where LCM W is the least common multiple of p i for all T i ∈ W and D max is the maximum relative deadline D i for all T i ∈ W C ( W , R , A ) is schedulable under RM if and only if ∀ T i ∈ W , ∃ 0 < t ≤ p i , dbf RM ( W , t , i ) ≤ sbf R ( t ) presented by Silviu Craciunas University of Salzburg, Austria Compositionality Seminar, Winter 2007

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend