{% extends "performance/dashboard/base.html" %} {% block title %}WebSocket Health · PerfMonitor{% endblock %} {% block page_title %}WebSocket Health{% endblock %} {% block content %}
Connection lifecycle · consumer pressure · Source: WebSocketEventLog + PerformanceSummary
| Consumer | Active | Avg Proc | Avg Msg Size | P95 Proc | Fanout |
|---|---|---|---|---|---|
| {{ c.consumer }} | {{ c.active }} | {{ c.avg_proc }}ms | {{ c.avg_msg ~ 'B' if c.avg_msg else '—' }} | {{ c.p95_proc ~ 'ms' if c.p95_proc is not none else '—' }} | {{ c.fanout }}× |