Update nexus: fix conflicts and sync local changes

This commit is contained in:
Shen Wei
2026-04-26 12:06:50 +08:00
parent 191797c01b
commit f09834b5a5
2443 changed files with 254323 additions and 255154 deletions

View File

@@ -1,39 +1,39 @@
---
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]]
---
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]]