Files
nexus/wiki/entities/glances.md

40 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: "Glances"
type: entity
aliases: [glances]
tags: [linux, system-monitoring, open-source, tu i]
date: 2025-12-18
---
# Glances
超轻量级TUI系统监控器专注速度和SSH友好性。
## Overview
Glances 是一款极度轻量化的TUI系统监控工具采用纯键盘驱动设计特别适合通过SSH远程访问服务器的运维场景。
## Key Features
- **超轻量化**:资源占用极低,响应速度极快
- **纯键盘驱动**:无需鼠标,通过快捷键操作
- 方向键浏览进程
- `h` 查看所有可用命令
- `k` 快速终止进程
- **实时信息**网络、CPU、内存、存储一览
- **安装方式**
- Arch/Debian官方仓库
- UbuntuSnap包
## Related Sources
- [[these-6-linux-apps-let-you-monitor-system-resources-in-style]]
## Connections
- [[TUI]] ← interface type
- [[SSH Remote Access]] ← primary use case
- [[System Monitoring]] ← core feature
- [[Process Management]] ← basic support
## Related Entities
- [[Btop++]] — 功能更全面的选择
- [[Htop]] — 轻量但界面更丰富
- [[Bottom]] — 图表为主的选择