Skip to main content

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

FieldDescription
PIDProcess identifier
CPUCPU usage percentage
MemoryMemory usage (size)
% MemoryMemory percentage relative to total system memory
TimeTime the process has been running
CommandProcess 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