Files
nexus/wiki/concepts/process-management.md
2026-04-22 04:03:04 +08:00

40 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: "Process Management"
type: concept
aliases: [进程管理]
tags: [linux, system-admin, operations]
date: 2025-12-18
---
# Process Management (进程管理)
在操作系统中控制和管理运行中进程的行为。
## Definition
进程管理涵盖进程的查看、搜索、终止、优先级调整等操作,是系统管理员和开发者的核心技能。
## Key Operations
- **查看进程**:列出系统所有运行中的进程
- **搜索进程**通过名称、PID等条件过滤
- **终止进程**正常终止SIGTERM或强制杀死SIGKILL
- **优先级调整**通过Nice值控制进程CPU优先级
- **信号发送**:向进程发送各类系统信号
## Related Entities
- [[Btop++]] — 完整信号发送 + Nice值调整
- [[Htop]] — 键盘驱动终止和优先级调整
- [[Glances]] — 快速终止k键
- [[Mission Center]] — 右键终止/强制终止
- [[Stacer]] — 进程审查与终止
## Related Concepts
- [[System Monitoring]] — 进程管理的上游需求
- [[SSH Remote Access]] — 远程进程管理的应用场景
## Related Sources
- [[these-6-linux-apps-let-you-monitor-system-resources-in-style]]
## Connections
- [[Process Management]] ← 核心功能 ← [[Btop++]], [[Htop]], [[Glances]], [[Mission Center]], [[Stacer]]
- [[Process Management]] ← 上游需求 ← [[System Monitoring]]