Files
nexus/wiki/concepts/TUI.md
2026-04-14 16:02:50 +08:00

27 lines
586 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: "TUI"
type: concept
tags: [Linux, 终端, 界面]
sources: [linux-system-monitor]
last_updated: 2026-04-14
---
## Definition
Text User Interface文本用户界面在终端中运行的图形化界面。
## 优势
- 响应快,资源占用低
- SSH远程友好
- 即使GUI卡顿时也能正常使用
## 工具对比
| 工具 | 特点 |
|------|------|
| btop++ | 最佳TUI监控美观与功能平衡 |
| htop | 聚焦进程,轻量 |
| Glances | 更轻量,完全键盘驱动 |
| Bottom | 专注实时图表 |
## Connections
- [[btop++]] ← 类型 ← [[TUI]]