打开盒子:诊断高多核机器上的操作系统任务调度程序行为.pdf

编号:981507 PDF 65页 5.77MB 下载积分:VIP专享
下载报告请您先登录!

打开盒子:诊断高多核机器上的操作系统任务调度程序行为.pdf

1、Opening the Box:Diagnosing Operating-SystemTask-Scheduler Behavior on Highly Multicore MachinesJulia Lawall,InriaApril 8,2024Slides 35 and 37 corrected as compared to the original presentation,to include only load balancing attempts between NUMA nodes.1The machineApplicationsOperating System(OS)Hard

2、ware2Goals of this talkUnderstand the OS impact on application performance.Focus on Linux.Focus on the task scheduler.Diagnose performance regressions.Target:Large multicore machines.3The task scheduler of the Linux kernelWhat is its role?Places tasks on cores on fork,wakeup,or load balancing.Select

3、s a task on the core to run when the core becomes idle.kernel/sched/core.c,kernel/sched/fair.c4How can a task scheduler impact application performance?To place and select tasks,a scheduler has to make decisions.Poor decisions can slow tasks down,sometimes in the long term.5The impact of some poor de

4、cisions in practice0102030runs(sorted by increasing runtime)0246810execution time(sec)-solid lineLinux v6.7Linux v6.7+choose migrate_taskLinux v6.7+choose migrate_task+no fail-count check0102030runs(sorted by increasing runtime)020406080100work conservation failure time(%)-dashed line6Issues:Work co

5、nservationThe machinecore 0core 1core 2core 3Where to put waking task T1?Maybe anywhere is fine.gCore 0 would not be a good choice.Work conservation:No core should be overloaded if any core is idle.Locality:7Issues:Work conservationThe machinecore 0core 1core 2core 3Where to put waking task T1?Maybe

6、 anywhere is fine.gCore 0 would not be a good choice.Work conservation:No core should be overloaded if any core is idle.Locality:7Issues:Work conservationThe machinecore 0core 1core 2core 3Where to put waking task T1?Maybe anywhere is fine.gCore 0 would not be a good choice.Work conservation:No core

友情提示

1、下载报告失败解决办法
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站报告下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

本文(打开盒子:诊断高多核机器上的操作系统任务调度程序行为.pdf)为本站 (竿头日上) 主动上传,三个皮匠报告文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三个皮匠报告文库(点击联系客服),我们立即给予删除!

温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。
客服
商务合作
小程序
服务号
折叠