Skip to content

Test the way an OS would use different scheduling methods.

Notifications You must be signed in to change notification settings

btkruppa/Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Scheduler

Test the way an OS would use different scheduling methods.

In the main.cpp file, to change the number of CPUS that would be used insimulation change the definition of num_cpus to any number

to change if one method is used or all set the definition of test_all_methods to True for all and FALSE for specific method

to view scheduler simulation for each time step set the definition of output_scheduler_info to TRUE

to set method for single method test change the method_selection to selected method

if round robin method is selected q can be changed to any int

new random test files can be generated by changing the definition of generate_files to TRUE and changing the process_file to the name you chose

About

Test the way an OS would use different scheduling methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published