Skip to content

Process Management

The process management page is used to view and manage processes running on the system.

Process List

Process Management

The page displays all running processes in a table format.

The list displays the following information:

  • PID: Process ID
  • Name: Process name
  • Parent PID: PID of the parent process
  • Threads: Number of threads
  • User: User running the process
  • Status: Process status
  • CPU: CPU usage
  • Memory: Memory usage
  • Start Time: Process start time

Process Status

StatusDescription
RunningProcess is executing
SleepingProcess is waiting for an event
IdleKernel thread is idle
StoppedProcess has stopped
ZombieProcess has ended but not been reaped

Search and Filter

  • Search: Search by PID or process name
  • Status Filter: Filter processes by specific status

Process Operations

Right-click on a process to:

  • End Process: Send SIGTERM signal
  • Force End: Send SIGKILL signal
  • View Details: View detailed process information

Common Processes

ProcessDescription
nginxNginx web server
php-fpmPHP FastCGI process manager
mysqldMySQL database service
postgresPostgreSQL database service
dockerdDocker daemon
aceAcePanel panel process

Notes

  1. Ending critical system processes may cause system instability
  2. Ending the panel process will make the panel inaccessible
  3. It is recommended to only end processes that are confirmed to be useless