35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
---
|
||
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]]
|