📌  相关文章
📜  linux 空闲进程 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:26.762000             🧑  作者: Mango

代码示例1
The idle task is used for process accounting, and also to reduce
energy consumption. In Linux, one idle task is created for every
processor, and locked to that processor; whenever there’s no other
process to run on that CPU, the idle task is scheduled. Time spent
in the idle tasks appears as “idle” time in tools such as top.