Processes
Processes is a monitoring view that displays the operating system processes running on the server where Gredit is executed. It is similar to tools like top or htop.
What it is used for
- Viewing in real time which processes are active (Rails, Sidekiq, Ruby, etc.)
- Reviewing CPU and memory usage per process
- Stopping (killing) a process if the user is a supervisor
Displayed information
| Field | Description |
|---|---|
| PID | Process identifier |
| CPU | CPU usage percentage |
| Memory | Memory usage (size) |
| % Memory | Memory percentage relative to total system memory |
| Time | Time the process has been running |
| Command | Process command line |
The list is sorted by memory percentage (highest to lowest).
Relationship with other modules
- Users and roles: Only supervisors can stop processes
- Server: The displayed processes are those on the server where Gredit runs