System Design Game

BETA

SYSTEM OVERLOAD

{{.LevelName}} - Your architecture couldn't handle the load

Critical system failure detected. Your design exceeded operational limits. {{if .FailedReqs}}

Failed requirements: {{range .FailedReqs}}
• {{.}} {{end}} {{end}}
Target RPS
{{.TargetRPS | printf "%d"}}
Achieved RPS
{{.AchievedRPS | printf "%d"}}
Max Latency
{{.TargetLatency}}ms
Actual Latency
{{.ActualLatency | printf "%.0f"}}ms
[ERROR] Database connection pool exhausted
[ERROR] Load balancer timeout after 30s
[ERROR] Cache miss ratio: 89%
[FATAL] System unresponsive - shutting down
{{range .FailedReqs}}
[ERROR] {{.}}
{{end}}
Main Menu