Auto-sync: 2026-04-22 04:02

This commit is contained in:
2026-04-22 04:03:04 +08:00
parent 24218550d2
commit de096f2f88
232 changed files with 16604 additions and 514 deletions

37
wiki/entities/htop.md Normal file
View File

@@ -0,0 +1,37 @@
---
title: "Htop"
type: entity
aliases: [htop]
tags: [linux, system-monitoring, open-source, tu i]
date: 2025-12-18
---
# Htop
轻量级TUI进程监控器以极简键盘驱动为核心设计理念。
## Overview
Htop 是一款专注于进程的TUI系统监控工具通过函数键驱动所有操作提供最小化的资源占用和高效的进程管理体验。
## Key Features
- **键盘驱动操作**
- `F3` 搜索进程
- `F7` / `F8` 调整进程优先级Nice值
- `F9` 终止进程
- 方向键滚动进程列表
- **可定制仪表盘**默认显示CPU核心和内存仪表可通过 `F2` 添加电池、时钟、网络等仪表
- **主题定制**:支持界面主题更换
- **安装方式**官方仓库直接安装Arch/Debian
## Related Sources
- [[these-6-linux-apps-let-you-monitor-system-resources-in-style]]
## Connections
- [[TUI]] ← interface type
- [[Process Management]] ← core feature
- [[System Monitoring]] ← secondary feature
## Related Entities
- [[Btop++]] — 更全面的替代品(作者首选)
- [[Glances]] — 超轻量替代
- [[Bottom]] — 图表为主的选择