Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pstolarz/stscheduler

Shared Time Scheduler
https://github.com/pstolarz/stscheduler

Last synced: about 1 month ago
JSON representation

Shared Time Scheduler

Awesome Lists containing this project

README

        

# Shared Time Scheduler

## Theory

### Definitions

* *t_m*, *m* = 0, 1, ..., *N*: CPU time spent in task priority *m* measured in
time-span *T*, where 0: highest priority, *N*: lowest priority.

* *T_m* defined as:

![T_m = \sum_{i=m}^N t_i](math/T_m.png)

is CPU time spent in tasks with priority *m*, *m + 1*, ..., *N*.
Therefore *T = T_0*

* Time ratio:

![r_m = t_m/T_m; 0