36 lines
1.1 KiB
Markdown
36 lines
1.1 KiB
Markdown
---
|
||
title: "Bottom"
|
||
type: entity
|
||
aliases: [bottom]
|
||
tags: [linux, system-monitoring, open-source, tu i, graphing]
|
||
date: 2025-12-18
|
||
---
|
||
|
||
# Bottom
|
||
|
||
专注实时性能图表绘制的TUI监控工具,不提供进程管理功能。
|
||
|
||
## Overview
|
||
Bottom 是一款专注于CPU、网络、内存实时图表可视化的TUI监控工具,与其他工具不同,它不提供交互式进程管理,纯属性能观测用途。
|
||
|
||
## Key Features
|
||
- **实时图表**:专注绘制CPU、网络、内存的实时性能曲线
|
||
- **进程树视图**:可显示进程层级关系
|
||
- **非交互式**:纯监控工具,不可用于任务管理
|
||
- **安装方式**:
|
||
- Arch/Pacman:官方仓库
|
||
- Debian/Ubuntu:Snap包
|
||
|
||
## Related Sources
|
||
- [[these-6-linux-apps-let-you-monitor-system-resources-in-style]]
|
||
|
||
## Connections
|
||
- [[TUI]] ← interface type
|
||
- [[System Monitoring]] ← core feature (graphing focus)
|
||
- [[Resource Monitor]] ← tool category
|
||
|
||
## Related Entities
|
||
- [[Btop++]] — 提供完整功能集(监控+管理)
|
||
- [[Glances]] — 轻量级替代
|
||
- [[Htop]] — 进程管理替代
|