{% extends "base.html" %} {% load static %} {% block title %}System Metrics - Stream Processor{% endblock %} {% block page_title %}
System Metrics
{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

System Metrics

Performance analytics and monitoring dashboard

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

Detection Activity (24h)

Hourly detection counts

Channel Performance

Sessions vs detections

Channel Statistics

Performance metrics (last 7 days)

{% for channel in channel_stats %} {% empty %} {% endfor %}
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

{% endblock %}