Giter VIP home page Giter VIP logo

os-process-management's Introduction

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.

os-process-management's People

Contributors

faisal-aldhuwayhi avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

platon777

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.