{% extends "layouts/base.html" %} {% load static %} {% block title %}System Metrics - Stream Processor{% endblock %} {# Put Chart.js in the head #} {% block extra_head %} {% endblock %} {% block content %}
Performance analytics and system monitoring
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 |