新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

26
wiki/concepts/TUI.md Normal file
View File

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