Find Jobs
Hire Freelancers

Operating Systems scheduling project

$30-250 USD

已完成
已发布超过 6 年前

$30-250 USD

货到付款
The Project needs to be done in C language in LINUX. Check the attachment if you are interested. Full work is required. It is about thread scheduling, it may come long but it is to make the Project clear instead of much harder. Clarifications: Whenever you want to update the min_vruntime (rq.min_vruntime below) of the runqueue, update it as follows so that it is monotonically increasing: Let p be the running process and [login to view URL] is the runqueue rbtree (or linked list) if len([login to view URL]) > 0: // if there is a ready process firstnode = [login to view URL][0] // firstnode is the one that has smallest vrtuntime in the tree vruntime = min([login to view URL], [login to view URL]) else: vruntime = [login to view URL] rq.min_vruntime = max(rq.min_vruntime, vruntime) To keep the set of ready processes, you can use any data structure you like: red-black tree, AVL tree, linked list, etc. When we say rbtree below or in any place in the assignment, that means any one of the structure you like. Keep time values in nanoseconds in your program. That means use ns unit in your code. In the workload file, the time unit is ms. Hence we you read those values in your program, convert them into ns in your program. It is better if your program is working with ns as the time unit inside. This will simplify a lot of thing for you. Timeslice value in your program will be an integer and the unit will be ns (nanosecond). Consider the runqueue (structure) to consist of the following fields (at least): 1) red black tree (rbtree) containing processes that are in ready state (ordered wrt to vruntime), 2) currently running process (it is not part of the rbtree, but it is in the runqueue data structure), 3) min_vruntime (a monotonically increasing value; never decreases), 4) number of processes in the runqueue (includes the running process), 5) load (weight) of the runqueue, which is the total weight of the processes in the runqueue (includes the running process and the processes in the rbtree). You don't need to write out the cpu utilization. Don't need to compute it. Timeslice value will be computed for the running process at each timer tick as well. Hence it is only computed for the running process. Whan the running process has run in the cpu for timeslice time, it is suspended. This means that the timeslice values of processes are computed dynamically. When process goes into cpu, at that time and at each timer tick, the timeslice of the process is computed using the load of the process and the load of the runqueue. When process is out of cpu, its timeslice needs not be computing till it is executed again. Timeslice for a process becomes relevant when a process starts executing in the cpu. At each timer tick, the vruntime of the running process is updated. The min_vruntime of the runqueue is also updated. It is also checked if the current running process expired its allowed timeslice or finished its cpu burst. You need to update vruntim of the running process and also the min_vruntime of the runqueue also when the cpu burst of the running process finishes, or when another job needs to be scheduled, before the running job is removed from cpu.
项目 ID: 15607934

关于此项目

6提案
远程项目
活跃7 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
颁发给:
用户头像
............ Relevant Skills and Experience ........... Proposed Milestones $45 USD - mmmm
$45 USD 在3天之内
5.0 (33条评论)
4.9
4.9
6威客以平均价$153 USD来参与此工作竞价
用户头像
Hello We are top rated developers for C programming here on freelancer. thank you Relevant Skills and Experience C programming -----15+ years Proposed Milestones $150 USD - milestone
$150 USD 在3天之内
4.8 (205条评论)
7.1
7.1
用户头像
Hi, i am best in OS and concurrency task. Let me do it for you Relevant Skills and Experience C, C++, Java Proposed Milestones $120 USD - task
$120 USD 在3天之内
5.0 (1条评论)
1.4
1.4

关于客户

TURKEY的国旗
ankara, Turkey
5.0
9
付款方式已验证
会员自11月 19, 2015起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。