{% extends "base.html" %} {% load static %} {% block title %}System Metrics - Stream Processor{% endblock %} {% block page_title %}
Performance analytics and monitoring dashboard
Real-time system metrics and performance indicators for the last 7 days.
Detection Accuracy
{{ performance_data.detection_accuracy|floatformat:1 }}%
Last 7 days
Stream Uptime
{{ performance_data.stream_uptime|floatformat:1 }}%
Average uptime
Notification Rate
{{ performance_data.notification_delivery_rate|floatformat:1 }}%
Delivery success
Hourly detection counts
Sessions vs detections
Performance metrics (last 7 days)
Channel | Sessions | Detections | Avg Confidence | Detection Rate |
---|---|---|---|---|
{{ channel.name }}
|
{{ channel.sessions }} | {{ channel.detections }} | {{ channel.avg_confidence|floatformat:2 }}% | {% if channel.sessions > 0 %} {% widthratio channel.detections channel.sessions 100 as detection_rate %} {{ detection_rate|floatformat:1 }} per session {% else %} N/A {% endif %} |
No channel data available |
Database
Healthy
Redis Cache
Connected
Celery Workers
Active
System Load
Normal