mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
fork refine
This commit is contained in:
19
documentation/docs/panel/advanced/process_manager.md
Normal file
19
documentation/docs/panel/advanced/process_manager.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# Process Manager
|
||||
|
||||
The process manager interface allows you to view all running processes and kill (force stop the process).
|
||||
|
||||

|
||||
|
||||
Processes are sorted by their current CPU % usage.
|
||||
|
||||
Due to security considerations, certain processes, such as [phpMyAdmin](/docs/panel/databases/phpmyadmin) and [Web Terminal](/docs/panel/advanced/terminal), which involve sensitive data like passwords in their command line attributes, have been substituted with placeholders (xxxxxxxx) in the CMD column.
|
||||
|
||||
To terminate a process click on the 'kill' button next to it.
|
||||
|
||||
:::danger
|
||||
**NOTE:** Stopping MySQL, PHP-FPM, or Nginx/Apache processes may result in downtime for your websites. In the event that a service fails to restart after terminating the process, you can utilize the [Service Status](/docs/panel/advanced/server_settings#service-status) page to restart the appropriate service.
|
||||
:::
|
||||
Reference in New Issue
Block a user