Auto-sync: 2026-04-16 17:30

This commit is contained in:
2026-04-16 17:30:41 +08:00
parent b2250c60b2
commit c999498de4
662 changed files with 3797 additions and 21340 deletions

30
wiki/entities/Btop++.md Normal file
View File

@@ -0,0 +1,30 @@
---
title: Btop++
type: entity
tags: [linux, system-monitoring, TUI]
sources:
- These 6 Linux apps let you monitor system resources in style
last_updated: 2025-12-16
---
## Aliases
- btop++
- Btop
## Definition
一款基于 TUI文本用户界面的 Linux 系统资源监控工具,作者首选。
## Key Features
- 多面板视图CPU顶部、进程右侧、内存/存储/网络(左侧)
- 交互式进程管理:搜索('f')、终止('t')、强制杀死('k')、信号发送('s'
- 支持 Nice 值调整进程优先级
- 主题和颜色方案可自定义
- 安装方式Pacman 官方仓库 / Snap 包Debian/Ubuntu
- 启动命令:`btop`
## Connections
- [[Htop]] ← 类比 ← Btop++
- [[Glances]] ← 类比 ← Btop++
- [[Bottom]] ← 类比 ← Btop++
- [[System Resource Monitoring]] ← 应用于 → [[Btop++]]
- [[Process Management]] ← 核心功能 → [[Btop++]]