Auto-sync: 2026-04-16 17:30

This commit is contained in:
2026-04-16 17:30:41 +08:00
parent b2250c60b2
commit c999498de4
662 changed files with 3797 additions and 21340 deletions

27
wiki/entities/Htop.md Normal file
View File

@@ -0,0 +1,27 @@
---
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]]