Monitor system performance metrics including throughput, uptime, and scaling status to ensure the system meets the 10,000 notifications per minute requirement with 99.9% uptime.
Throughput Chart
Real-time notifications per minute
Current
{{ currentThroughput }}/min
Peak Today
{{ peakThroughput }}/min
Average
{{ avgThroughput }}/min
Current Uptime
{{ uptimeDuration }} continuous operation
Last 24h
{{ uptime24h }}%
Last 7 days
{{ uptime7d }}%
Last 30 days
{{ uptime30d }}%
Active Workers
Processing notifications
Auto-scaling
{{ autoScalingEnabled ? 'Automatically adjusting' : 'Manual scaling only' }}
Queue Load
Current capacity usage
Worker ID | Status | CPU Usage | Memory Usage | Jobs Processed | Last Heartbeat |
---|---|---|---|---|---|
{{ worker.id }} | {{ worker.status }} | {{ worker.cpuUsage }}% | {{ worker.memoryUsage }}% | {{ worker.jobsProcessed.toLocaleString() }} | {{ worker.lastHeartbeat }} |
{{ alert.title }}
{{ alert.description }}
{{ alert.timestamp }}
Scale up when queue load exceeds this percentage
Scale down when queue load falls below this percentage