Skip to content

A multi-feedback queue system simulator displayed in a nice GUI

Notifications You must be signed in to change notification settings

isaychris/mfq-queue-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

mfq-queue-simulator

A Multi-feedback queuing system simulator with 4 levels of queue, bundled in a nice GUI.

  • The program loads 16 jobs from mfq.txt and goes through the cpu. If the job does not finish or new job is arrivals into the system while cpu is busy, the job is place into a lower queue.

  • The program will print out to the console when it arrives in the system and when it departs out of the cpu.

  • Lastly, statistics from the simulation is calculated.

This program was completed as extra credit for my data structures & algorithms course I took over at Palomar College.

Preview

https://streamable.com/s7cvw Image

Usage

cd to mfq-queue-simulator folder, then run queue-sim.jar file.

Source

https://github.com/isaychris/CSCI210/tree/master/lab%203%20-%20queue

About

A multi-feedback queue system simulator displayed in a nice GUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published