Skip to main content
Hub shows all running processes with resource usage and allows admins to kill processes directly from the dashboard.

Process List

Each process shows:
ColumnDescription
PIDProcess ID
NameProcess name
CPU %CPU usage percentage
Memory %Memory usage percentage
MemoryActual memory used (RSS)
CPU TimeTotal CPU time consumed
StatusProcess state
UserOwner user

Process States

StateMeaning
RRunning
SSleeping
DDisk sleep (uninterruptible)
ZZombie
TStopped

Sorting

Click column headers to sort by:
  • CPU usage (default, descending)
  • Memory usage
  • Memory RSS
  • PID
  • Name
  • CPU time

Kill Process

Killing processes requires Admin role. Use with caution - killing system processes can crash your server.
To kill a process:
  1. Find the process in the list
  2. Click the Kill button (trash icon)
  3. Confirm the action
Use the search box to filter processes by name. Useful for finding specific services or applications.

Process Tree

Processes are grouped by parent-child relationships. Click the arrow to expand and see child processes.