schedulabilitydokumentation
Schedulability is a property of a real-time system describing whether a given set of tasks can be scheduled so that all timing constraints are met under a particular scheduling algorithm and hardware model. Tasks typically have attributes such as execution time, period or arrival pattern, and relative deadline. The goal of schedulability analysis is to determine, without exhaustive simulation, whether every task can complete before its deadline for all possible executions.
Schedulers may be fixed-priority, such as rate-monotonic (RM) and deadline-monotonic (DM), or dynamic, such as earliest-deadline
Real-time schedulability must consider practical factors beyond the abstract model. Preemption costs, blocking due to shared