| RTsim - The Real-Time simulator :::
|
|
|
|
|
|
RTsim is a simulator of Real-Time scheduling algorithms that can be used either as a teaching tool or as a helper for real-time systems developers aiming the evaluation of different scheduling policies over their application loads
|
It has a set of predefined schedulers that can be simulated as needed. These schedulers can also be practiced by a student using the "Practice" or "Quizz" modes.
|
Currently RTsim can simulate the following single processor algorithms:
|
- - RMA (periodic tasks),
- - Sporadic and Deferrable servers (aperiodic tasks),
- - Priority Ceiling and Priority Exchange (inheritance algorithms)
|
As well as these multiprocessor algorithms:
- - Miopic (no migration),
- - Bidding and Focused Bidding (migration)
RTsim's jar is found HERE
|
| |