Operating System CPU Scheduing - 3 Monday, August 11, 2008.

Slides:



Advertisements
Similar presentations
Chapter 1. Introduction 第一章. 绪论 Copyright 2007 © 深圳大学管理学院 运筹学 2 交通控制问题.
Advertisements

國立交通大學應用數學系 數學建模與科學計算研究所 簡 介. 隨著科技的日新月異,人類為追求完美的生活,其 所面臨的科學與工程問題也日趨複雜,舉凡天氣的 預測、飛機的設計、生物醫學中的神經網路、奈米 材料的研發、衍生性金融產品的定價、甚至交通流 量的監測等問題,透過「數學建模」的量化過程, 再配合以「科學計算」的方式去模擬現象並嘗試尋.
CHAPTER 9 虛擬記憶體管理 9.2 分頁需求 9.3 寫入時複製 9.4 分頁替換 9.5 欄的配置法則 9.6 輾轉現象
-CHINESE TIME (中文时间): Free Response idea: 你周末做了什么?
Foundations of Computer Science
专题八 书面表达.
Performance Evaluation
第五章 处理机管理 5.1 引言 5.2 调度算法 5.3 调度算法性能分析 5.4 实时调度 5.5 多处理机调度 5.6 调度算法举例
第三章 处理机调度与死锁 3.1 处理机调度的基本概念 3.2 调度算法 3.3 实时调度 3.4 多处理机系统中的调度
商業智慧與資料倉儲 課程簡介 靜宜大學資管系 楊子青.
Chapter 8 Liner Regression and Correlation 第八章 直线回归和相关
Academic Year TFC EFL Data Collection Outline 学年美丽中国英语测试数据收集概述
Writing 促销英文信 促销的目的就是要卖出产品,那么怎样才能把促销信写得吸引人、让人一看就对产品感兴趣呢?下面就教你促销信的四步写法。
Operating System Process Management - 4 Monday, August 11, 2008.
Welcome Welcome to my class Welcome to my class!.
Operating System CPU Scheduing - 2 Monday, August 11, 2008.
CHT Project Progress Report
Homework 4 an innovative design process model TEAM 7
Unit 4 I used to be afraid of the dark.
Module 5 Shopping 第2课时.
Population proportion and sample proportion
第6章 電腦軟體 應用軟體 多元程式處理 系統軟體 記憶體配置 作業系統簡介 虛擬記憶體 作業系統的演進與發展 行程管理
模式识别 Pattern Recognition
Operating System Concepts 作業系統原理 Chapter 3 行程觀念 (Process Concept)
計算方法設計與分析 Design and Analysis of Algorithms 唐傳義
樹狀結構 陳怡芬 2018/11/16 北一女中資訊專題研究.
作 業 管 理 指導:盧淵源教授 第四組:碩士專班 N 徐天志 N 林耀宗 N 陳丁雲
Proteus 可视化设计 Drag, Drop and PLAY! Slide 1.
第8章作業系統.
第二章 行程管理 朱肇明 資管系 講師 大華技術學院.
作 業 系 統 第三組 楊育翰 顏瑞霖.
單元3:軟體設計 3-2 順序圖(Sequence Diagrams)
Popular Uses of ABC/M - the 1st half
課務組 Curriculum Section
HLA - Time Management 陳昱豪.
创建型设计模式.
This Is English 3 双向视频文稿.
塑膠材料的種類 塑膠在模具內的流動模式 流動性質的影響 溫度性質的影響
Lesson 44:Popular Sayings
Maths at Harrow: 在哈罗学习数学
英语教学课件 九年级全.
IBM SWG Overall Introduction
資料結構 Data Structures Fall 2006, 95學年第一學期 Instructor : 陳宗正.
Version Control System Based DSNs
Operation System(OS).
Unit 5 Reading A Couch Potato.
Guide to a successful PowerPoint design – simple is best
质量检验员培训教程.
Total Review of Data Structures
Chp.4 The Discount Factor
中国科学技术大学计算机系 陈香兰 2013Fall 第七讲 存储器管理 中国科学技术大学计算机系 陈香兰 2013Fall.
虚 拟 仪 器 virtual instrument
中国科学技术大学计算机系 陈香兰 Fall 2013 第三讲 线程 中国科学技术大学计算机系 陈香兰 Fall 2013.
Common Qs Regarding Earnings
Lesson 19: A Story or a Poem?
计算机问题求解 – 论题 算法方法 2016年11月28日.
Simple Regression (簡單迴歸分析)
Philosophy of Life.
TEEN CHALLENGE Next Steps 核心价值观总结 CORE VALUES 青年挑战核心价值观
Distance Vector vs Link State
2008 教學觀摩會 教學心得報告 資工系 曹孝櫟.
(二)盲信号分离.
Prepare for Cozy & Lazy HOME Life
Distance Vector vs Link State Routing Protocols
怎樣把同一評估 給與在不同班級的學生 How to administer the Same assessment to students from Different classes and groups.
Race Conditions and Semaphore
Class imbalance in Classification
MGT 213 System Management Server的昨天,今天和明天
Experimental Analysis of Distributed Graph Systems
Gaussian Process Ruohua Shi Meeting
Presentation transcript:

Operating System CPU Scheduing - 3 Monday, August 11, 2008

Roadmap Basic Concepts Scheduling Criteria Scheduling Algorithms Real-Time Scheduling Multiple-Processor Scheduling Operating System Examples Algorithm Evaluation 多道程序设计的目标是在任何时候都有一个进程在运行,以使CPU使用率最大化。 调度是操作系统的基本功能。几乎所有计算机资源在使用前都要被调度。当然,CPU是最为重要的计算机资源之一。因此,CPU调度对操作系统设计来说非常重要。 8/11/2008 6:14 PM bettynj@gmail.com

Algorithm Evaluation Deterministic modeling Queuing models Simulations Implementation 8/11/2008 6:14 PM bettynj@gmail.com

Deterministic Modeling Analytic evaluation: one major class of evaluation methods It uses the given algorithm and the system workload to produce a formula or number that evaluates the performance of the algorithm for that workload. Deterministic modeling: one type of analytic evaluation. 一种主要类型的评估方法称为分析评估法,该方法使用给定算法和系统负荷,产生一个公式或数字,以评估针对该负荷算法的性能。 一种类型的分析评估是确定性建模法。该方法采用特定预先确定的负荷,定义在给定负荷下每个算法的性能。 8/11/2008 6:14 PM bettynj@gmail.com

Example Process Burst time Average waiting time: P1 10 P2 29 P3 3 P4 7 FCFS: (0+10+39+42+49)/5=28ms Non-preemptive SJF: (10+32+0+3+20)/5=13ms RR(10): (0+32+20+23+40)/5=23ms 在此情况下,SJF调度策略所产生的平均等待时间不到FCFS调度中的一半;RR算法给出了一个中间值。 8/11/2008 6:14 PM bettynj@gmail.com

Features of Deterministic Modeling Advantages Deterministic modeling is simple and fast. It gives exact numbers, allowing the algorithms to be compared. Disadvantages It requires exact numbers for input, and its answers apply to only those cases. Usage: describing scheduling algorithms and providing examples. 确定性建模不但简单而且也快。他给出了确切数字,以允许算法被比较。然而,它要求输入为精确数字,而且其答案只适用于这些情况。 确定性建模主要用途在于描述调度算法和提供例子。然而,其通常过分特殊且要求过多精确知识,股用处有限。 Limitation: too specific and requires too much exact knowledge. 8/11/2008 6:14 PM bettynj@gmail.com

Queuing models Queuing-network analysis The computer system is described as a network of servers. Each server has a queue of waiting process. The CPU is a server with its ready queue, as is the I/O system with its device queues. Knowing arrival rates and service rates, we can compute utilization, average queue length, average wait time, and so on. 在许多系统上运行的进程每天都在变化,因此,没有静态的进程集合和时间用于确定性建模。然而,CPU和I/O区间的分布是可以确定的。这些分布可以被测量,近似或简单估计,其结果是一个数学公式以描述特定CPU区间的分布概率。 计算机系统可描述为服务器网络。每个服务器都有一个等待队列。CPU是具有就绪队列的服务器,而I/O系统具有设备队列。知道了到达率和服务率,就可以计算使用率、平均队列长度、平均等待时间等。这种研究领域称为排队网络分析。 8/11/2008 6:14 PM bettynj@gmail.com

Example of Queuing models Let n be the average queue length, let w be the average waiting time in the queue, and let λ be the average arrival rate for new processes in the queue. Expect During the time w that a process waits, w×λ new processes will arrive in the queue. If the system is in a steady state, the number of processes leaving the queue must be equal to the number of processes that arrive. n= w×λ -- Little’s formula 设n为平均队列长度(不包括正在服务的进程),设w为队列的平均等待时间,设λ为新进程到达队列的平均到达率(如每秒三个进程)。那么,希望在进程等待的w时间内,由w×λ 新进程到达队列。如果系统处于稳定状态,那么离开队列的进程的数量必定等于到达进程的数量。因此,由n=w×λ。 8/11/2008 6:14 PM bettynj@gmail.com

Queuing models Useful for comparing scheduling algorithms. Real distributions are difficult to work with. Some assumptions required. 排队分析可用于比较调度算法,但它也有限制。为了能计算一个答案,排队模型通常只是显式系统的近似。因此,计算结果的精确性值得怀疑。 8/11/2008 6:14 PM bettynj@gmail.com

Simulation Simulations involve programming a model of the computer system. Software data structures represent the major components of the system. The simulator has a variable representing a clock; as this variable’s value is increased, the simulator modifies the system to reflect the activities of the device, the processes, and the scheduler. As the simulation executes, statistics that indicate algorithm performance are gathered and printed. 为了获得对调度算法更为精确的评估,可使用模拟。 模拟涉及对计算机系统模型进行程序设计。通过软件数据结构表示系统主要组成成分。 随着模拟程序的执行,用以表示算法性能的统计数字可以被收集并打印出来。 8/11/2008 6:14 PM bettynj@gmail.com

Simulation To get a more accurate evaluation of scheduling algorithms, we can use simulation. Useful but expensive. 最为普通的产生模拟数据的方法是使用随机数生成器,它被编程以根据概率分布生成进程。CPU区间时间、到达时间、离开时间等。分布可以数学地(统一的、指数的、泊松)或经验地加以定义。 分布驱动模拟可能不够精确:频率分布只表示每个时间发生了多少次;它并不能表示事件的发生顺序。可以采用跟踪磁带来纠正这个问题。 8/11/2008 6:14 PM bettynj@gmail.com

Implementation Even a simulation is of limited accuracy, the only completely accurate way to evaluate a scheduling algorithm is implementation: To code the algorithm, To put it in the OS, To see how it works. Major difficulty is the cost of this approach: A perfect scheduling algorithm is not easy to found. In practice, we don’t really need the perfect scheduling algorithm. 8/11/2008 6:14 PM bettynj@gmail.com

Keystone How to evaluate different algorithms 8/11/2008 6:14 PM bettynj@gmail.com

Homework Suppose that the following processes arrive for execution at the times indicated. Each process will run the listed amount of time. In answering the questions, use nonpreempive scheduling and base all decisions on the information you have at the time the decision must be made. process arrival time burst time P1 0.0 8 P2 0.4 4 P3 1.0 1 a. What is the average turnaround time for these processes with the FCFS scheduling algorithm b. What is the average turnaround time for these processes with the SJF scheduling algorithm c. Compute what the average turnaround time will be if the CPU is left idle for the first 1 unit and them SJF scheduling is used. 8/11/2008 6:14 PM bettynj@gmail.com

Homework What advantage is there in having different time-quantum sizes on different levels of a multilevel queueing system Explain the differences in the degree to which the following scheduling algorithms discriminate in favor of short processes: FCFS RR Multilevel feedback queues 8/11/2008 6:14 PM bettynj@gmail.com

Operating System Algorithm Evaluation Monday, August 11, 2008