Files
nexus/wiki/entities/btop++.md

42 lines
1.3 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: "Btop++"
type: entity
aliases: [btop++, btop-plusplus]
tags: [linux, system-monitoring, open-source, tu i]
date: 2025-12-18
---
# Btop++
TUI风格的系统资源监控器是作者的Top Pick。
## Overview
Btop++ 是一款功能全面的TUI文本用户界面系统监控工具在终端中提供实时CPU、内存、网络、存储监控和交互式进程管理。
## Key Features
- **多面板布局**CPU活动顶部、进程列表右侧、内存/存储/网络(左侧)
- **交互式进程管理**
- `f` 搜索进程
- `t` 发送终止信号(允许应用保存数据)
- `k` 立即杀死进程
- `s` 发送其他信号
- Nice值调整进程优先级
- **主题定制**:支持多皮肤和配色方案切换
- **安装方式**
- Arch/Pacman官方仓库直接安装
- Debian/UbuntuSnap包安装
## Related Sources
- [[these-6-linux-apps-let-you-monitor-system-resources-in-style]]
## Connections
- [[TUI]] ← interface type
- [[Process Management]] ← core feature
- [[System Monitoring]] ← core feature
- [[Btop++]] → implements → [[Resource Monitor]]
## Related Entities
- [[Htop]] — 更轻量的替代品
- [[Glances]] — 超轻量替代
- [[Bottom]] — 图表为主的选择