Files
nexus/wiki/entities/bottom.md
2026-04-22 04:03:04 +08:00

36 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: "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/UbuntuSnap包
## 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]] — 进程管理替代