SchedulingSimulation
Scheduling Simulator
Install / Use
/learn @bhatvineeth/SchedulingSimulationREADME
Scheduling Simulator
Understanding the working of scheduling algorithms provides us with a knowledge of how to analyse the scheduling of processes, resource utilization, and performance in real-time applications. Various algorithms perform differently and have their unique set characteristics which are advantageous depending on the scenario and application. A simulator enables us to visualize these characteristics, working, and behaviour of scheduling algorithms. By automating the process of scheduling these tasks provided as input and displaying the output intuitively, which reduces the work on creating the schedule and focuses on analysing the behaviour of the scheduling algorithms. This literature focuses on the development of a web application that is machine and platform-independent, with the scope of illustrating multiple scheduling algorithms graphically to help one to draw comparisons and conclusions based on the results.
Application deployment can be done using Docker or by manually setting up the environment and server for django.
Deployment using Docker
Requirements
Deployment
- Download the source code using the following command.
$ git clone https://github.com/bhatvineeth/SchedulingSimulation.git
-
Start the docker applciation.
-
Move to the SchedulingSimulator app directory
$ cd SchedulingSimulation\SchedulingSimulator\
- Execute the following command to start the environment.
$ docker compose up
-
Application can be accessed on localhost:8000.
-
To stop the server, hit ctrl + c on the same terminal where the docker is running or execute the following command on root directory of the applciation.
$ docker compose down
Deployment using virtual env
Requirements
Deployment
- Download the source code using the following command.
$ git clone https://github.com/bhatvineeth/SchedulingSimulation.git
- Install virtual environment.
$ pip3 install virtualenv
- Change the directory to SchedulingSimulator app.
$ cd SchedulingSimulation\SchedulingSimulator\
- Create virtual environment and activate it.
$ virtualenv env
$ .env/bin/activate
- Install django.
$ pip3 install django
- Execute manage.py to start the server.
$ python manage.py runserver
- Application will be available on localhost:8000.
Algorithms
Algorithms implemented can be found - here
Literature
The research paper can be found - here
Contact Us
References
- A. S. Pillai and T. B. Isha, "A new real time simulator for task scheduling," 2012 IEEE International Conference on Computational Intelligence and Computing Research, Coimbatore, 2012, pp. 1-4, doi: 10.1109/ICCIC.2012.6510232.
- Chart.js https://www.chartjs.org/ Accessed: 22.08.2020
- Black Dashboard https://www.creative-tim.com/product/black-dashboard Accessed: 22.08.2020
- Dragos-Paul Pop, Adam Altar, "Designing an MVC Model for Rapid Web Application Development" Procedia Engineering, Volume 69, 2014, Pages 1172-1179, ISSN 1877-7058.
- E. Okuyan and B. Kayayurt, "Earliest deadline first scheduling algorithm and its use in ANKA UAV," 2012 IEEE/AIAA 31st Digital Avionics Systems Conference (DASC), Williamsburg, VA, 2012, pp. 8B1-1-8B1-8, doi: 10.1109/DASC.2012.6382435.
- M. Saleh and L. Dong, "Comparing FCFS & EDF scheduling algorithms for real-time packet switching networks," 2010 International Conference on Networking, Sensing and Control (ICNSC), Chicago, IL, 2010, pp. 698-703, doi: 10.1109/ICNSC.2010.5461572.
- Lui Sha, R. Rajkumar and S. S. Sathaye, "Generalized rate-monotonic scheduling theory: a framework for developing real-time systems," in Proceedings of the IEEE, vol. 82, no. 1, pp. 68-82, Jan. 1994, doi: 10.1109/5.259427.
- https://www.geeksforgeeks.org/program-for-shortest-job-first-or-sjf-cpu-scheduling-set-1-non-preemptive/
- Module 6 Embedded System Software, https://nptel.ac.in/content/storage2/courses/108105057/Pdf/Lesson-30.pdf Accessed: 25.08.2020
Licensing
Scheduling Simulation is open source software to be licensed soon. See the folder licenses for information on open source libraries that Scheduling Simulation depends on.
Related Skills
node-connect
347.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
108.0kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
108.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
347.2kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
