mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update processes.md
This commit is contained in:
parent
0babf207fb
commit
e5e049d9e3
@ -4,4 +4,20 @@ sidebar_position: 1
|
|||||||
|
|
||||||
# Process Manager
|
# Process Manager
|
||||||
|
|
||||||
View and manage system processes.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user