Files
nexus/wiki/entities/htop.md
2026-04-22 04:03:04 +08:00

38 lines
1.1 KiB
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
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]] — 图表为主的选择