schedulability
Schedulability refers to the capability of a set of real-time tasks to meet all timing requirements when executed on a given computing platform under a specified scheduling algorithm. It is a central concern in real-time systems, where missing a deadline can be as unacceptable as failing to produce correct results.
Task models typically specify each task by its worst-case execution time (WCET), period or minimum inter-arrival
Common scheduling algorithms include fixed-priority methods such as rate monotonic scheduling (RMS) and earliest deadline first
Analytical methods to test schedulability include response-time analysis, time-demand analysis, and other exact or sufficient tests.