Skip to main content

sfm status

Overview

Displays the current status of all Symphony Flow containers including health state, uptime, and resource usage (CPU, memory). Useful for quick diagnostics when services are misbehaving.

Usage

./scripts/management/symphony-flow-manager.sh status

Prerequisites

  • Repo: symphonycore-org/sc-infrastructure
  • Dependencies: Docker Desktop with Docker Compose
  • Shell: Bash (Git Bash on Windows)

Examples

Check all container status

./scripts/management/symphony-flow-manager.sh status

Output

Shows each container with:

  • Container name and image
  • Status: running (healthy), running (unhealthy), exited, not created
  • CPU and memory usage
  • Color-coded: green (healthy), yellow (starting), red (unhealthy/exited)

Containers Shown

ContainerExpected State
symphonycore_symphony_flow_apirunning (healthy)
symphonycore_symphony_flow_workerrunning (healthy)
symphonycore_symphony_flow_scheduled_workerrunning (healthy)
symphonycore_postgresrunning (healthy)
symphonycore_redisrunning (healthy)
symphonycore_traefikrunning (optional)