Skip to content

Emulate Linux Completely Fair Scheduler (CFS) using threads

Notifications You must be signed in to change notification settings

JackChuang/Linux-CFS-Emulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux-CFS-Emulator

Emulate Linux Completely Fair Scheduler (CFS) using threads

How to compile

>> make clean
>> make

How to use

>> ./CFS-emulator

Note

  • The process info table is showed at the beginning and when a process is finished.
  • Cltr + C when the process table contains no process.

About

Emulate Linux Completely Fair Scheduler (CFS) using threads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.6%
  • Makefile 1.4%