Skip to content

Simulate different CPU Scheduling Algorithms and plots the performance graph.

License

Notifications You must be signed in to change notification settings

attnishit/cpu-scheduling-simulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPU-Scheduling-Simulator

Python project to simulate cpu-scheduling

Documentaion

See Project Documentation Here

Up and Running

To run the project

  • install dependencies.
    • pip install -e . (if in virtual environment)
    • python setup.py install (otherwise)
  • in the project root directory run python main.py

developing

  1. Clone the project

    • git clone https://github.com/RohitKaushal7/cpu-scheduling-simulator.git
    • navigate to the project directory.
    • create/navigate to your branch. git branch -b <your-name>
  2. Create a virtual environment.

    • if you don't have virtualenv installed install using pip. pip install virtualenv
    • create virtual environment. virtualenv env
  3. Activate virtual env.

    • source env/bin/activate
    • when you are done doing stuff you can deactivate virtual env writing directly deactivate
  4. install dependencies and setup tools. pip install -e .

  5. Do stuff.

Contributors

About

Simulate different CPU Scheduling Algorithms and plots the performance graph.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%