Skip to content

ajmontag/PFSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PFSim

A simulator of the PF P-Fair real-time periodic-task scheduling algorithm for multiprocessors.

How To: Compile: cd src make

Run:
./pf < ../input/sample-a.csv

Generate and show a Gantt Chart:

note: you will need python and gnuplot

./pf-gantt ../input/sample-a.csv

Repository Contents

src source code.

input sample input files.

results scheduling results of the sample input files.

results-img images of gnuplot gantt charts from the sample input files.

See also: Final Report describing the project and its results.

Published under the Boost Software Licence - Version 1.0. See LICENCE.txt for details.

About

A simulator of the PF P-Fair real-time scheduling algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published