CPU Scheduling. Operating System Concepts. Alternating Sequence of CPU And I/O Bursts. Basic Concepts. CPU Scheduler. Histogram of CPU-burst Times

Similar documents
Objectives. Chapter 5: Process Scheduling. Chapter 5: Process Scheduling. 5.1 Basic Concepts. To introduce CPU scheduling

Objectives. Chapter 5: CPU Scheduling. CPU Scheduler. Non-preemptive and preemptive. Dispatcher. Alternating Sequence of CPU And I/O Bursts

Announcements. Basic Concepts. Histogram of Typical CPU- Burst Times. Dispatcher. CPU Scheduler. Burst Cycle. Reading

CPU Scheduling. CPU Scheduling

ICS Principles of Operating Systems

CPU Scheduling. Basic Concepts. Basic Concepts (2) Basic Concepts Scheduling Criteria Scheduling Algorithms Batch systems Interactive systems

/ Operating Systems I. Process Scheduling. Warren R. Carithers Rob Duncan

Chapter 5: CPU Scheduling. Operating System Concepts 8 th Edition

Chapter 5 Process Scheduling

OPERATING SYSTEMS SCHEDULING

CPU Scheduling Outline

W4118 Operating Systems. Instructor: Junfeng Yang

Operating System: Scheduling

Deciding which process to run. (Deciding which thread to run) Deciding how long the chosen process can run

PROCESS SCHEDULING ALGORITHMS: A REVIEW

Comp 204: Computer Systems and Their Implementation. Lecture 12: Scheduling Algorithms cont d

CPU Scheduling. CSC 256/456 - Operating Systems Fall TA: Mohammad Hedayati

Scheduling. Scheduling. Scheduling levels. Decision to switch the running process can take place under the following circumstances:

2. is the number of processes that are completed per time unit. A) CPU utilization B) Response time C) Turnaround time D) Throughput

Main Points. Scheduling policy: what to do next, when there are multiple threads ready to run. Definitions. Uniprocessor policies

A Comparative Study of CPU Scheduling Algorithms

Analysis and Comparison of CPU Scheduling Algorithms

Operating Systems. III. Scheduling.

A Group based Time Quantum Round Robin Algorithm using Min-Max Spread Measure

CPU Scheduling. Core Definitions

Processor Scheduling. Queues Recall OS maintains various queues

Road Map. Scheduling. Types of Scheduling. Scheduling. CPU Scheduling. Job Scheduling. Dickinson College Computer Science 354 Spring 2010.

Process Scheduling CS 241. February 24, Copyright University of Illinois CS 241 Staff

Process Scheduling. Process Scheduler. Chapter 7. Context Switch. Scheduler. Selection Strategies

Introduction. Scheduling. Types of scheduling. The basics

OS OBJECTIVE QUESTIONS

Scheduling. Yücel Saygın. These slides are based on your text book and on the slides prepared by Andrew S. Tanenbaum

Job Scheduling Model

Operating Systems Lecture #6: Process Management

CPU SCHEDULING (CONT D) NESTED SCHEDULING FUNCTIONS

Scheduling Algorithms

A Review on Load Balancing In Cloud Computing 1

CPU Scheduling. Multitasking operating systems come in two flavours: cooperative multitasking and preemptive multitasking.

Operating Systems, 6 th ed. Test Bank Chapter 7

CPU Scheduling 101. The CPU scheduler makes a sequence of moves that determines the interleaving of threads.

Scheduling 0 : Levels. High level scheduling: Medium level scheduling: Low level scheduling

A Priority based Round Robin CPU Scheduling Algorithm for Real Time Systems

REDUCING TIME: SCHEDULING JOB. Nisha Yadav, Nikita Chhillar, Neha jaiswal

Operating Systems Concepts: Chapter 7: Scheduling Strategies

CS Fall 2008 Homework 2 Solution Due September 23, 11:59PM

Syllabus MCA-404 Operating System - II

Lecture Outline Overview of real-time scheduling algorithms Outline relative strengths, weaknesses

Operating System Tutorial

A LECTURE NOTE ON CSC 322 OPERATING SYSTEM I DR. S. A. SODIYA

Multiprocessor Scheduling and Scheduling in Linux Kernel 2.6

Chapter 19: Real-Time Systems. Overview of Real-Time Systems. Objectives. System Characteristics. Features of Real-Time Systems

Real-Time Scheduling 1 / 39

Overview of Presentation. (Greek to English dictionary) Different systems have different goals. What should CPU scheduling optimize?

This tutorial will take you through step by step approach while learning Operating System concepts.

Readings for this topic: Silberschatz/Galvin/Gagne Chapter 5

Analysis of Job Scheduling Algorithms in Cloud Computing

Weight-based Starvation-free Improvised Round-Robin (WSIRR) CPU Scheduling Algorithm

Design and performance evaluation of Advanced Priority Based Dynamic Round Robin Scheduling Algorithm (APBDRR)

Load Balancing Scheduling with Shortest Load First

Efficiency of Batch Operating Systems

Operating Systems OBJECTIVES 7.1 DEFINITION. Chapter 7. Note:

Convenience: An OS makes a computer more convenient to use. Efficiency: An OS allows the computer system resources to be used in an efficient manner.

W4118 Operating Systems. Instructor: Junfeng Yang

Technical Properties. Mobile Operating Systems. Overview Concepts of Mobile. Functions Processes. Lecture 11. Memory Management.

4. Fixed-Priority Scheduling

Improving Distributed Workload Performance by Sharing Both CPU and Memory Resources

Konzepte von Betriebssystem-Komponenten. Linux Scheduler. Valderine Kom Kenmegne Proseminar KVBK Linux Scheduler Valderine Kom

Real-time scheduling algorithms, task visualization

Linux Process Scheduling Policy

Types Of Operating Systems

Performance Comparison of RTOS

Chapter 2: OS Overview

Chapter 1: Introduction. What is an Operating System?

Final Report. Cluster Scheduling. Submitted by: Priti Lohani

The Association of System Performance Professionals

Exercises : Real-time Scheduling analysis

OPERATING SYSTEM - VIRTUAL MEMORY

Operating Systems 4 th Class

Overview and History of Operating Systems

Module 6. Embedded System Software. Version 2 EE IIT, Kharagpur 1

The International Journal Of Science & Technoledge (ISSN X)

Module 8. Industrial Embedded and Communication Systems. Version 2 EE IIT, Kharagpur 1

Chapter 1 FUNDAMENTALS OF OPERATING SYSTEM

Comparison between scheduling algorithms in RTLinux and VxWorks

Real-Time Systems Prof. Dr. Rajib Mall Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur

218 Chapter 5 CPU Scheduling

Real-Time Scheduling (Part 1) (Working Draft) Real-Time System Example

Real-Time Software. Basic Scheduling and Response-Time Analysis. René Rydhof Hansen. 21. september 2010

Efficient Parallel Processing on Public Cloud Servers Using Load Balancing

How To Understand And Understand An Operating System In C Programming

Devices and Device Controllers

Chapter 3. Operating Systems

Chapter 7: Deadlocks!

Final Project Report. Trading Platform Server

Parallel Job Scheduling in Homogeneous Distributed Systems

Commonly Used Approaches to Real-Time Scheduling

Chapter 1 13 Essay Question Review

Advanced Task Scheduling for Cloud Service Provider Using Genetic Algorithm

Operatin g Systems: Internals and Design Principle s. Chapter 10 Multiprocessor and Real-Time Scheduling Seventh Edition By William Stallings

How To Compare Load Sharing And Job Scheduling In A Network Of Workstations

Transcription:

Operating System Concepts Module 5: CPU SCHEDULING Andrzej Bednarski, Ph.D. student Department of Computer and Information Science Linköping University, Sweden CPU Scheduling Basic Concepts Scheduling Criteria Scheduling Algorithms Multiple-Processor Scheduling Real-Time Scheduling Algorithm Evaluation E-mail: andbe@ida.liu.se URL: http://www.ida.liu.se/~andbe The lecture notes are mainly based on Silberschatz s, Galvin s and Gagne s book ( Operating System Concepts, th ed., Addison-Wesley, 2002). No part of the lecture notes may be reproduced in any form, due to the copyrights reserved by Addison-Wesley. These lecture notes should only be used for internal teaching purposes at the Linköping University. TDDB3 Operating System Concepts 5.1 TDDB3 Operating System Concepts A. Bednarski 5.2 Basic Concepts Alternating Sequence of CPU And I/O Bursts Maximum CPU utilization obtained with multiprogramming CPU I/O Burst Cycle Process execution consists of a cycle of CPU execution and I/O wait. CPU burst distribution TDDB3 Operating System Concepts A. Bednarski 5.3 TDDB3 Operating System Concepts A. Bednarski 5.4 Histogram of CPU-burst Times CPU Scheduler Selects from among the processes in memory that are ready to execute, and allocates the CPU to one of them. CPU scheduling decisions may take place when a process: 1. Switches from running to waiting state. 2. Switches from running to ready state. 3. Switches from waiting to ready (task arrives). 4. Terminates. Scheduling under 1 and 4 is nonpreemptive. All other scheduling is preemptive. TDDB3 Operating System Concepts A. Bednarski 5.5 TDDB3 Operating System Concepts A. Bednarski 5. 1

Dispatcher Scheduling Criteria Dispatcher module gives control of the CPU to the process selected by the short-term scheduler; this involves: + switching context + switching to user mode + jumping to the proper location in the user program to restart that program Dispatch latency time it takes for the dispatcher to stop one process and start another running. CPU utilization keep the CPU as busy as possible Throughput # of processes that complete their execution per time unit Turnaround time the time between job submit time and job completion time. Waiting time amount of time a process has been waiting in the ready queue Response time amount of time it takes from when a request was submitted until the first response is produced, not output (for time-sharing environment) TDDB3 Operating System Concepts A. Bednarski 5.7 TDDB3 Operating System Concepts A. Bednarski 5.8 Optimization Criteria First-Come, First-Served (FCFS) Scheduling Maximize CPU utilization Maximize throughput Minimize turnaround time Minimize waiting time Minimize response time Example: Process Burst Time P 1 24 P 2 3 P 3 3 Suppose that the processes arrive in the order: P 1, P 2, P 3 The Gantt chart for the schedule is: 0 P 1 P 2 P 3 24 27 30 Waiting time for P 1 = 0; P 2 = 24; P 3 = 27 Average waiting time: (0 + 24 + 27)/3 = 17 TDDB3 Operating System Concepts A. Bednarski 5.9 TDDB3 Operating System Concepts A. Bednarski 5.10 FCFS Scheduling (Cont.) Shortest-Job-First (SJF) Scheduling Suppose that the processes arrive in the order P 2, P 3, P 1. The Gantt chart for the schedule is: 0 P 2 P 3 TDDB3 Operating System Concepts A. Bednarski 5.11 P 1 3 30 Waiting time for P 1 = ;P 2 = 0 ; P 3 = 3 Average waiting time: ( + 0 + 3)/3 = 3 Much better than previous case. Convoy effect: short process behind long process Associate with each process the length of its next CPU burst. Use these lengths to schedule the process with the shortest time. Two schemes: + Nonpreemptive once CPU given to the process it cannot be preempted until it completes its CPU burst. + Preemptive if a new process arrives with CPU burst length less than remaining time of current executing process, preempt. This scheme is know as the Shortest- Remaining-Time-First (SRTF). SJF is optimal gives minimum average waiting time for a given set of processes. TDDB3 Operating System Concepts A. Bednarski 5.12 2

Example of Nonpreemptive SJF Example of Preemptive SJF Process Arrival Time Burst Time P 1 0 7 P 2 2 4 P 3 4 1 P 4 5 4 SJF (nonpreemptive) Process Arrival Time Burst Time P 1 0 7 P 2 2 4 P 3 4 1 P 4 5 4 SJF (preemptive) P 1 P 3 P 2 P 4 P 1 P 2 P 3 P 2 P 4 P 1 0 3 7 8 12 1 Average waiting time = (0 + + 3 + 7)/4 = 4 calculated as: (0 + (8-2) + (7-4) + (12-5))/4 0 2 4 5 7 11 Average waiting time = (9 + 1 + 0 +2)/4 = 3 1 TDDB3 Operating System Concepts A. Bednarski 5.13 TDDB3 Operating System Concepts A. Bednarski 5.14 Determining Length of Next CPU Burst Examples of Exponential Averaging Can only estimate the length. Can be done by using the length of previous CPU bursts, using exponential averaging. 1. t n actual lenght of n 2. 9 n Г1 3.,, 0 @, @ 1 4. Define : th CPU burst predicted valuefor the next CPU burst 1,. 9 n, t Г 9 Г1 n n, =0 + 9 n+1 = 9 n + Recent history does not count., =1 + 9 n+1 = t n + Only the actual last CPU burst counts. If we expand the formula, we get: 9 n+1 =, t n +(1 -,), t n-1 + +(1 -,) j, t n-j + +(1 -, ) n+1 9 0 Since both, and (1 -,) are less than or equal to 1, each successive term has less weight than its predecessor. TDDB3 Operating System Concepts A. Bednarski 5.15 TDDB3 Operating System Concepts A. Bednarski 5.1 Prediction of Next CPU Burst Priority Scheduling A priority number (integer) is associated with each process 12 10 8 4 2 The CPU is allocated to the process with the highest priority (smallest integer highest priority). + Preemptive + Nonpreemptive SJF is a priority scheduling where priority is the predicted next CPU burst time. CPU burst (t i ) - 4 13 13 13 Problem Starvation low priority processes may never execute. guess (9 i ) 10 8 5 9 11 11 TDDB3 Operating System Concepts A. Bednarski 5.17 Solution Aging as time progresses increase the priority of the process. TDDB3 Operating System Concepts A. Bednarski 5.18 3

Round Robin (RR) Each process gets a small unit of CPU time (time quantum), usually 10-100 milliseconds. After this time has elapsed, the process is preempted and added to the end of the ready queue. If there are n processes in the ready queue and the time quantum is q, then each process gets 1/n of the CPU time in chunks of at most q time units at once. No process waits more than (n -1)q time units. Performance + q large FIFO + q small q must be large with respect to context switch, otherwise overhead is too high. TDDB3 Operating System Concepts A. Bednarski 5.19 Example: RR with Time Quantum=20 Process Burst Time P 1 53 P 2 17 P 3 8 P 4 24 The Gantt chart is: P 1 P 2 P 3 P 4 P 1 P 3 P 4 P 1 P 3 P 3 0 20 37 57 77 97 117 121 134 154 12 Typically, higher average turnaround than SJF, but better response. TDDB3 Operating System Concepts A. Bednarski 5.20 How a Smaller Time Quantum Increases Context Switches Turnaround Time Varies with Time Quantum TDDB3 Operating System Concepts A. Bednarski 5.21 TDDB3 Operating System Concepts A. Bednarski 5.22 Multilevel Queue Multilevel Queue Scheduling Ready queue is partitioned into separate queues: + foreground (interactive) + background (batch) Each queue has its own scheduling algorithm + foreground RR + background FCFS Scheduling must be done between the queues. + Fixed priority scheduling; i.e., serve all from foreground then from background. Possibility of starvation. + Time slice each queue gets a certain amount of CPU time which it can schedule amongst its processes; i.e., - 80% to foreground in RR - 20% to background in FCFS TDDB3 Operating System Concepts A. Bednarski 5.23 TDDB3 Operating System Concepts A. Bednarski 5.24 4

Multilevel Feedback Queue Scheduling Multilevel Feedback Queues A process can move between the various queues; aging can be implemented this way. Multilevel-feedback-queue scheduler defined by the following parameters: + number of queues + scheduling algorithms for each queue + method used to determine when to upgrade a process + method used to determine when to demote a process + method used to determine which queue a process will enter when that process needs service TDDB3 Operating System Concepts A. Bednarski 5.25 TDDB3 Operating System Concepts A. Bednarski 5.2 Example of Multilevel Feedback Queue Three queues: + Q 0 time quantum 8 milliseconds + Q 1 time quantum 1 milliseconds + Q 2 FCFS Scheduling + A new job enters queue Q 0. When it gains CPU, job receives 8 milliseconds. If it does not finish in 8 milliseconds, job is moved to queue Q 1. + At Q 1 job receives 1 additional milliseconds. If it still does not complete, it is preempted and moved to queue Q 2. + Q 2 is served according to FCFS + Jobs in queue n are only served if queue n-1 is empty TDDB3 Operating System Concepts A. Bednarski 5.27 Multiple-Processor Scheduling CPU scheduling more complex when multiple CPUs are available. Homogeneous processors within a multiprocessor. Load sharing Asymmetric multiprocessing only one processor accesses the system data structures, alleviating the need for data sharing. TDDB3 Operating System Concepts A. Bednarski 5.28 Real-Time Scheduling Dispatch Latency Hard real-time systems required to complete a critical task within a guaranteed amount of time. Soft real-time computing requires that critical processes receive priority over less fortunate ones. TDDB3 Operating System Concepts A. Bednarski 5.29 TDDB3 Operating System Concepts A. Bednarski 5.30 5

Algorithm Evaluation Evaluation of CPU Schedulers by Simulation Analytical modeling Deterministic modeling takes a particular predetermined workload and defines the performance of each algorithm for that workload. Queuing models Simulation models Implementation TDDB3 Operating System Concepts A. Bednarski 5.31 TDDB3 Operating System Concepts A. Bednarski 5.32 Summary Recommended Reading and Exercises CPU Scheduling Scheduling criteria Scheduling algorithms: + FCFS, SJF, priority scheduling algorithm, RR Evaluation Reading: + All, (.4) Exercises: + All, i.e.,.1-.10 TDDB3 Operating System Concepts A. Bednarski 5.33 TDDB3 Operating System Concepts A. Bednarski 5.34