--- title: "TUI (Text User Interface)" type: concept tags: [Linux, 用户界面, 系统监控] sources: ["https://www.howtogeek.com/these-linux-apps-let-you-monitor-system-resources-in-style/"] last_updated: 2025-12-18 --- ## Definition TUI(文本用户界面)是一种基于终端文本的界面类型,区别于 GUI(图形用户界面),通过键盘操作和终端输出进行交互。 ## Key Characteristics - 响应迅速,即使 GUI 卡顿也能正常运行 - 可通过 SSH 远程访问 - 资源占用低 - 主要使用键盘操作 ## Examples - [[Btop++]] - [[Htop]] - [[Glances]] - [[Bottom]] ## Connections - [[GUI]] ← 对比 → [[TUI (Text User Interface)]] - [[SSH]] ← 远程访问 → [[TUI (Text User Interface)]]