Files
nexus/wiki/concepts/Process-Management.md
2026-04-16 17:30:41 +08:00

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