Alek Modi

Alek Modi
Follow You Heart!

Thursday, June 7, 2012

Operating System Process Scheduling Simulation Project


SOURCE CODE FOR PROCESS SCHEDULING SIMULATOR    


 Download source code


Process/Job Characteristics
1. Two ways to input jobs file. 
a. Import Files
b. User Input

2. Scheduling can be done in two techniques 
a. SJF
Imported Data
Processed Data (Sorted in ascending order)
b. FCFS
Imported Data
Processed Data (First Come First Served basis)
C. Round Robin Scheduling
Process ID : 1 - 10 (unique)
Process Arrival Time : Jobs should arrive to the job queue one after another with intervals of 1 to 10 time units (unique)
Process Type : System
Length of Each CPU Burst : 1-12

CPU Scheduling
· Round Robin (Quantum 4)
Simulation Model Parameters

Simulate the Execution of the processes . The simulation program should be able to compute for the average turnaround time, waiting time, job throughput in order to evaluate the performance of the operating system.

Display/ Output 
· Average turnaround time
· Waiting time
· Job throughput
· CPU Gantt chart


13 comments:

  1. How to Download this? Please help

    ReplyDelete
    Replies
    1. Click on the "DOWNLOAD" image above the video. Downloading will start automatically. :)

      Delete
  2. Thank you so much... Dear you helped me a lot............

    ReplyDelete
  3. You're welcome. Thanks for your kind words. :)

    ReplyDelete
  4. Hi, I want to re-simulate a paper about Memory scheduling Algorithms, but I've found that the people whose worked on the paper have built their own simulator, and I can not get it, I don't know if your simulation project could be edit to do the task, I don't know if you can help me?
    the paper is "Thread Cluster Memory Scheduling" and it do a comparison between the performance of FRFCFS, STFM,PAR_BS, ATLAS and TCM which is their algorithm , any kind of help will be appreciated.
    Thanks in advance

    ReplyDelete
    Replies
    1. Hi Sadaqa, I think you can use my code, re-write and merge your logic, and use the application. I am sorry I can't help since it is been a long time that I have used VB. Good luck though. Once you make something please share it with everyone. :)

      Delete
  5. Hello, Umm, How do you put this webpage on blogspot.com? I know that this is not related on this topic but I really want to know how to put your own webpage to blogspot? This is for my project ^_^

    ReplyDelete
  6. Can you please help me in runnning linsched simulator (linux based simulator as yours)

    ReplyDelete
    Replies
    1. Hey sorry about the broken link.
      Here, download source code from here for free
      http://goo.gl/yY3H3G

      Delete
  7. hey.. i am not able to download it. Its showing that the content is no longer available for public download. what should i do?

    ReplyDelete
    Replies
    1. Hey sorry about the broken link.
      Here, download source code from here for free
      http://goo.gl/yY3H3G

      Delete
  8. How to Download this? Please help

    ReplyDelete