Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Rate-monotonic scheduling
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Example 1=== {| class="wikitable" |- ! Process ! Computation time ''C'' ! Release period ''T'' ! Priority |- ! P1 | 1 | 8 | 2 |- ! P2 | 2 | 5 | 1 |- ! P3 | 2 | 10 | 3 |- |} Under RMS, P2 has the highest release rate (i.e. the shortest release period) and so would have the highest priority, followed by P1 and finally P3. ==== Least Upper Bound ==== The utilization will be: :<math>U = \frac{1}{8} + \frac{2}{5} + \frac{2}{10} = 0.725</math>. The sufficient condition for <math>3\,</math> processes, under which we can conclude that the system is schedulable is: :<math>{U_{lub}} = 3(2^\frac{1}{3} - 1) = 0.77976</math> Because <math>U < U_{lub}</math>, and because being below the Least Upper Bound is a sufficient condition, the system is guaranteed to be schedulable.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)