{% extends "layout.html" %} {% block content %}

Plot the past data

In this page, you can draw the graph from the log. Select date, click plot button to plot the data.

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% if result %}

CPU temperature

CPU Usage

Memory Usage

CPU frequency

Load Average

{% endif %}
{% endblock %}