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

View File

@@ -0,0 +1,34 @@
---
title: Process Management
type: concept
tags: [system-administration, linux, process]
sources:
- These 6 Linux apps let you monitor system resources in style
last_updated: 2025-12-16
---
## Definition
进程管理,指在操作系统中搜索、监控、终止进程,以及调整进程优先级等操作。
## Key Operations
- 进程搜索与过滤
- 进程终止(正常终止 / 强制杀死)
- 进程优先级调整Nice 值)
- 信号发送SIGTERM、SIGKILL 等)
- 查看进程资源占用
## Tools Supporting Process Management
- [[Btop++]]支持搜索、终止、信号发送、Nice 值调整
- [[Htop]]支持搜索、终止F9、优先级调整F7/F8
- [[Glances]]:支持浏览、快速终止('k'
- [[Mission Center]]:支持终止、强制终止
- [[Stacer]]:支持进程审查与终止
- [[Bottom]]:不支持交互式进程管理(纯监控)
## Connections
- [[System Resource Monitoring]] ← 上位概念 ← [[Process Management]]
- [[Btop++]] ← 工具 → [[Process Management]]
- [[Htop]] ← 工具 → [[Process Management]]
- [[Glances]] ← 工具 → [[Process Management]]
- [[Mission Center]] ← 工具 → [[Process Management]]
- [[Stacer]] ← 工具 → [[Process Management]]