Hub shows all running processes with resource usage and allows admins to kill processes directly from the dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.catops.app/llms.txt
Use this file to discover all available pages before exploring further.
Process List
Each process shows:| Column | Description |
|---|---|
| PID | Process ID |
| Name | Process name |
| CPU % | CPU usage percentage |
| Memory % | Memory usage percentage |
| Memory | Actual memory used (RSS) |
| CPU Time | Total CPU time consumed |
| Status | Process state |
| User | Owner user |
Process States
| State | Meaning |
|---|---|
| R | Running |
| S | Sleeping |
| D | Disk sleep (uninterruptible) |
| Z | Zombie |
| T | Stopped |
Sorting
Click column headers to sort by:- CPU usage (default, descending)
- Memory usage
- Memory RSS
- PID
- Name
- CPU time
Kill Process
To kill a process:- Find the process in the list
- Click the Kill button (trash icon)
- Confirm the action