https://github.com/mahanama94/schedulersimulation
https://github.com/mahanama94/schedulersimulation
operating-systems scheduler simulation
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahanama94/schedulersimulation
- Owner: mahanama94
- Created: 2016-04-09T09:45:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T11:02:16.000Z (over 9 years ago)
- Last Synced: 2024-12-31T12:29:10.312Z (over 1 year ago)
- Topics: operating-systems, scheduler, simulation
- Language: Java
- Size: 193 KB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shortest Remaining Time First Scheduler Simulation
## Overview
* The repository contains the source code of the Shortest Remaining Time First Scheduler Simulator developed as a part of the academic project
* The Simulator allows to simulate a Scheduler with Manually or Randomly set of processes and provides a visula representation of the state of the system at the each stage.
* In addition, information on the execution logs for each process can be obtained and analyzed in the application.
## Application
#### Main window

#### View logs
![alt tag] (https://raw.githubusercontent.com/mahanama94/SchedulerSimulation/master/Screenshot%20from%202017-03-05%2016-24-59.png)
## License
The application is free to distribute and use.