23 lines
799 B
Markdown
23 lines
799 B
Markdown
---
|
||
title: Bottom
|
||
type: entity
|
||
tags: [linux, system-monitoring, TUI]
|
||
sources:
|
||
- These 6 Linux apps let you monitor system resources in style
|
||
last_updated: 2025-12-16
|
||
---
|
||
|
||
## Definition
|
||
一款专注实时图形化展示 CPU、网络、内存使用情况的 TUI(文本用户界面)监控工具,不支持交互式进程管理。
|
||
|
||
## Key Features
|
||
- 专注实时图形化展示(CPU、网络、内存)
|
||
- 非交互式:纯资源监控,不能作为任务管理器使用
|
||
- 支持进程树视图(连接相关进程)
|
||
- 安装方式:Snap 包(Debian/Ubuntu)/ Pacman(Arch 官方仓库)
|
||
|
||
## Connections
|
||
- [[Btop++]] ← 类比 ← [[Bottom]]
|
||
- [[System Resource Monitoring]] ← 应用于 → [[Bottom]]
|
||
- [[Process Management]] ← 非核心 → [[Bottom]](不支持交互管理)
|