It would be useful to have a simple script that shows the health status of all running lobsters at a glance.
Expected output:
🦞 Fleet Status (5 lobsters)
alice ✅ running | mem: 245MB | last heartbeat: 2m ago
bob ✅ running | mem: 198MB | last heartbeat: 1m ago
charlie ⚠️ warning | mem: 512MB | last heartbeat: 15m ago
Scope:
- Shell script in
scripts/
- Use
docker stats + container labels to gather info
- Bonus: check last heartbeat timestamp from logs
Good for someone comfortable with bash scripting.
It would be useful to have a simple script that shows the health status of all running lobsters at a glance.
Expected output:
Scope:
scripts/docker stats+ container labels to gather infoGood for someone comfortable with bash scripting.