{% extends "base/main.html" %} {% block title %}Dashboard {% endblock %} {% block head %}{% endblock %} {% block content %}

Dashboard

Requests
New Websockets
Active websockets
{% for rec in site_stats.keys %}
{% endfor %}
site_stats
DataTable Example
{% for stat in stats %} {% endfor %}
Node Host Users request/min Service request/min New sockets/min Active sockets Workers Recency
Node Host Users request/min Service request/min New sockets/min Active sockets Workers Recency
{{stat.node_name}} {{stat.host_name}} {{stat.s_http_req}} {{stat.s_http_s2s}} {{stat.s_ws_req}} {{stat.s_active_ws}} {{stat.workers}} {{stat.min_data}} sec ago
{% endblock %}