Skip to content

Faisal-AlDhuwayhi/OS-Process-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Opereating System - Process Management

1 Objective

The project simulates the behavior of the multiprogramming operating system and use CPU scheduler, and CPU Execution. At the end of the simulation, it's expected to output some statistics regarding the behavior of the system.

2 Specification

You can find the hardware specification, the multiprogramming OS features and the job requirements, and more details in the specifications file above.

3 Output Of The Project

A text file containing statistics about all processes and their final status TERMINATED or KILLED. Statistics about a process should contain:

  1. Process ID
  2. When it was loaded into the ready queue
  3. Number of times it was in the CPU
  4. Total time spent in the CPU
  5. Number of times it performed an IO
  6. Total time spent in performing IO
  7. Number of times it was waiting for memory
  8. Number of times its preempted (stopped execution because another process replaced it)
  9. Time it terminated or was killed
  10. Its' final state: Killed or Terminated
  • And should also output the CPU Utilization of the system.

About

The project is focused on simulating the multiprogramming of a specific operating system and dealing with CPU scheduling and Job scheduling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages