Files
nexus/wiki/entities/Htop.md
2026-04-16 17:30:41 +08:00

28 lines
785 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Htop
type: entity
tags: [linux, system-monitoring, TUI]
sources:
- These 6 Linux apps let you monitor system resources in style
last_updated: 2025-12-16
---
## Definition
一款极简风格的 TUI文本用户界面Linux 进程监控工具。
## Key Features
- 极简设计,以函数键操作为主
- F3搜索进程
- F7/F8调整进程优先级Nice 值)
- F9强制终止进程
- 默认显示内存和 CPU 核心仪表盘
- 可在设置F2中添加电池、时钟、网络等仪表盘
- 安装方式:官方仓库
- 启动命令:`htop`
## Connections
- [[Btop++]] ← 类比 ← [[Htop]]
- [[Glances]] ← 类比 ← [[Htop]]
- [[System Resource Monitoring]] ← 应用于 → [[Htop]]
- [[Process Management]] ← 核心功能 → [[Htop]]