はじめに
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