The Linux Kernel documentation | Pressure Stall Information | Using RCU’s CPU Stall Detector | CPU flame graphs 火焰图
PSI - Pressure Stall Information — The Linux Kernel documentation
https://www.kernel.org/doc/html/latest/accounting/psi.html
Using RCU’s CPU Stall Detector — The Linux Kernel documentation
https://www.kernel.org/doc/html/latest/RCU/stallwarn.html
CPU性能中-stall cycle - 简书
https://www.jianshu.com/p/cb37298aa2e8
如果IPC > 1.0, 很可能是计算密集型的程序。可以试图减少执行指令的数量:消除不必要的工作。火焰图CPU flame graphs,非常适用于分析这类问题。硬件方面:尝试超频、使用更多的 core 或 hyperthread。作者根据PMU相关的工作经验,设定了1.0这个阈值,用于区分访存密集型(memory-bound)和计算密集型(cpu-bound)程序。读者可以根据自己的实际工作平台,合理调整这个阈值。
作者:心远气自静
链接:https://www.jianshu.com/p/cb37298aa2e8
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
什么是cpu/cache stall_tsz danger的博客-CSDN博客_cpu stall
https://blog.csdn.net/weixin_43914889/article/details/105165895
RCU检测CPU stall的原理_对的时间点的博客-CSDN博客_rcu stall
https://blog.csdn.net/qq_41929943/article/details/121479571
Linux内核 失速(STALL) 警告说明文档翻译_rcu_preempt detected stalls on_lxmega的博客-CSDN博客
https://blog.csdn.net/lxmega/article/details/122968282
CPU性能中-stall cycle - 简书
https://www.jianshu.com/p/cb37298aa2e8
Using RCU‘s CPU Stall Detector(待更新)_win9zz的博客-CSDN博客_rcus#o1[1724442.173598..: (429703644ticks thisgp)r
https://blog.csdn.net/qq_33160790/article/details/107629123
计算机体系结构总结_Pipeline - Pentium.Labs - 博客园
https://www.cnblogs.com/pdev/p/11756069.html
RCU检测CPU stall的原理_c语言_对的时间点-DevPress官方社区
https://huaweicloud.csdn.net/63561c26d3efff3090b5a9f6.html