2
0
mirror of https://github.com/acepanel/acepanel.github.io.git synced 2026-02-04 14:07:16 +08:00
Files
acepanel.github.io/zh_TW/advanced/toolbox/process.md
github-actions[bot] 5b9a08c9a1 New Crowdin translations by GitHub Action (#76)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-01-27 05:28:16 +08:00

62 lines
1.5 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.
# 進程管理
進程管理頁面用於查看和管理系統中運行的進程。
## 進程列表
![進程管理](/images/toolbox/toolbox-process.png)
頁面以表格形式展示所有運行中的進程。
列表顯示以下信息:
- **PID**:進程 ID
- **名稱**:進程名稱
- **父進程 PID**:父進程的 PID
- **線程**:線程數量
- **用戶**:運行進程的用戶
- **狀態**:進程狀態
- **CPU**CPU 使用率
- **內存**:內存使用量
- **啟動時間**:進程啟動時間
## 進程狀態
| 狀態 | 說明 |
| --- | ---------- |
| 運行中 | 進程正在執行 |
| 睡眠 | 進程等待事件 |
| 空閒 | 內核線程空閒 |
| 停止 | 進程已停止 |
| 殭屍 | 進程已結束但未被回收 |
## 搜索和篩選
- **搜索**:按 PID 或進程名稱搜索
- **狀態篩選**:篩選特定狀態的進程
## 進程操作
右鍵點擊進程可以:
- **結束進程**:發送 SIGTERM 信號
- **強制結束**:發送 SIGKILL 信號
- **查看詳情**:查看進程詳細信息
## 常見進程
| 進程 | 說明 |
| -------- | ----------------- |
| nginx | Nginx Web 服務器 |
| php-fpm | PHP FastCGI 進程管理器 |
| mysqld | MySQL 數據庫服務 |
| postgres | PostgreSQL 數據庫服務 |
| dockerd | Docker 守護進程 |
| ace | AcePanel 面板進程 |
## 注意事項
1. 結束系統關鍵進程可能導致系統不穩定
2. 結束面板進程會導致面板無法訪問
3. 建議只結束確認無用的進程