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
| Container | Expected State |
|---|---|
symphonycore_symphony_flow_api | running (healthy) |
symphonycore_symphony_flow_worker | running (healthy) |
symphonycore_symphony_flow_scheduled_worker | running (healthy) |
symphonycore_postgres | running (healthy) |
symphonycore_redis | running (healthy) |
symphonycore_traefik | running (optional) |