/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "base.html" %} {% block sidebar %} {% include "stats.navigation.html" %} {% endblock %} {% block content %}

SmartHome

Laufzeit

{{ basic.value('sysinfo.smarthome.runtime', 'sysinfo.smarthome.runtime') }}

Speicher

{{ plot.period('sysinfo.smarthome.memory-plot1', 'sysinfo.smarthome.memory', 'avg', '1h', '', '') }}

Speicher

{{ plot.period('sysinfo.smarthome.memory-plot12', 'sysinfo.smarthome.memory', 'avg', '12h') }}

Speicher

{{ plot.period('sysinfo.smarthome.memory-plot48', 'sysinfo.smarthome.memory', 'avg', '48h') }}

Speicher

{{ plot.period('sysinfo.smarthome.memory-plot14', 'sysinfo.smarthome.memory', 'avg', '14d') }}

Threads

{{ plot.period('sysinfo.smarthome.threads-plot', 'sysinfo.smarthome.threads', 'avg') }}
{% endblock %}