An open API service indexing awesome lists of open source software.

https://github.com/mahanama94/schedulersimulation


https://github.com/mahanama94/schedulersimulation

operating-systems scheduler simulation

Last synced: 4 months ago
JSON representation

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

![alt tag](https://raw.githubusercontent.com/mahanama94/SchedulerSimulation/master/Screenshot%20from%202017-03-05%2016-24-25.png)

#### 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.