简介
htop
是一个交互式的系统监控进程查看器和进程管理器。它被设计为 Unix 程序 top
的替代品。它显示计算机上正在运行的进程的频繁更新列表,通常按 CPU 使用量排序。

与 top
不同,htop
提供了正在运行的所有进程的完整列表,而不仅仅是资源消耗最多的进程。htop
使用颜色并提供有关处理器、交换和内存状态的视觉信息。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
linux(("`Linux`")) -.-> linux/ProcessManagementandControlGroup(["`Process Management and Control`"])
linux(("`Linux`")) -.-> linux/SystemInformationandMonitoringGroup(["`System Information and Monitoring`"])
linux/ProcessManagementandControlGroup -.-> linux/kill("`Process Terminating`")
linux/SystemInformationandMonitoringGroup -.-> linux/ps("`Process Displaying`")
linux/SystemInformationandMonitoringGroup -.-> linux/top("`Task Displaying`")
subgraph Lab Skills
linux/kill -.-> lab-271667{{"`使用 Htop 的交互式进程查看器`"}}
linux/ps -.-> lab-271667{{"`使用 Htop 的交互式进程查看器`"}}
linux/top -.-> lab-271667{{"`使用 Htop 的交互式进程查看器`"}}
end