CPU性能优化
原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11521331.html
CPU性能指标
根据指标找工具
根据工具查指标
top、vmstat 和 pidstat
- 从 top 的输出可以得到各种 CPU 使用率以及僵尸进程和平均负载等信息。
- 从 vmstat 的输出可以得到上下文切换次数、中断次数、运行状态和不可中断状态的进程数。
- 从 pidstat 的输出可以得到进程的用户 CPU 使用率、系统 CPU 使用率、以及自愿上下文切换和非自愿上下文切换情况。
Reference
https://time.geekbang.org/column/article/72685
强者自救 圣者渡人