openpanel/website/docs/admin/advanced/processes.md
2025-05-05 09:13:31 +02:00

24 lines
783 B
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.

---
sidebar_position: 1
---
# Process Manager
The Process Manager allows you to view and manage running system processes directly from the OpenPanel interface. It's a powerful tool for monitoring system activity and taking quick action when needed.
The process table includes the following details:
- **PID** Process ID. Options are available to trace the process or kill it directly.
- **Owner** The user that owns the process.
- **Priority** The process's current scheduling priority.
- **CPU** Percentage of CPU usage.
- **Memory** Percentage of Memory usage.
- **Command** The command or service that launched the process.
Use this tool to identify resource-heavy or suspicious processes, manage system load, or terminate unresponsive services.