raymelon / DiskSim

:minidisc: Disk Scheduling Algorithms Simulator. Operating Systems course project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiskSim 💽 Tweet

License: MIT Build Status contributions welcome

Disk Scheduling Algorithms Simulator.
The name speaks for itself.

Download ⬇️

DiskSim.jar

⚠️ Only supports SSTF and FCFS at the moment.

Algorithms Supported 💭

see http://www.cs.iit.edu/~cs561/cs450/disksched/disksched.html or Google those, you know. 🌏
work in progress 🚧

  • First Come-First Serve (FCFS)
  • Shortest Seek Time First (SSTF)
  • Elevator (SCAN)
  • Circular SCAN (C-SCAN)
  • LOOK
  • Circular LOOK (C-LOOK)

Screencap

alt tag

Tools of the Trade

  • Java

    Version used on this project,

    C:\>java -version
    java version "1.8.0_51"
    Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
    Java HotSpot(TM) 64-bit Server VM (build 25.51-b03, mixed mode)

License License: MIT

  • The MIT License

  • LICENSE file

    MIT License

    Copyright (c) 2016 Raymel Francisco

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

:minidisc: Disk Scheduling Algorithms Simulator. Operating Systems course project.

License:MIT License


Languages

Language:Java 99.5%Language:Batchfile 0.5%