AdministrationCommand Line

Process Status Command

The gig ps command is used to list all running Gigantics services and their current status.

Usage

gig ps

Description

The ps command displays information about currently running Gigantics processes, including:

  • Process IDs
  • Service names
  • Current status
  • Resource usage
  • Port information

Examples

# List all running services
gig ps

# Example output (hypothetical):
# PID    Service        Status    Port    CPU    Memory
# 1234   web-server     running   5000    2.3%   45MB
# 1235   job-worker     running   -      0.5%   30MB
# 1236   logger         running   -      0.1%   10MB

Options

Currently there are no specific options for the process status command. It simply lists all running services.

See Also