/**
* -----------------------------------------------------------------------------
* @package smartVISU
* @author Martin Gleiß
* @copyright 2012 - 2024
* @license GPL [http://www.gnu.de]
* -----------------------------------------------------------------------------
*/
{% extends "system.html" %}
{% block content %}
system load ({{ basic.print('loadnow', 'env.system.load') }})
{{ plot.period('load', 'env.system.load', 'avg', '1d', '', '', '', '', 'system load') }}
threads ({{ basic.print('threadsnow', 'env.core.threads') }})
{{ plot.period('threads', 'env.core.threads', 'avg', '1d', '', '', '', '', 'threads') }}
memory ({{ basic.print('memorynow', 'env.core.memory', 'kB', 'VAR / 1024') }})
{{ plot.period('memory', 'env.core.memory', 'avg', '1d', '', '', '', '', 'memory') }}

{{ basic.print('sunrise', 'env.location.sunrise', 'time') }}

{{ basic.print('sunset', 'env.location.sunset', 'time') }}

{{ basic.print('moonrise', 'env.location.moonrise', 'time') }}

{{ basic.print('moonset', 'env.location.moonset', 'time') }},
{{ lang('system', 'moonphase') }}: {{ basic.print('moonphase', 'env.location.moonphase') }}, {{ lang('system', 'moonlight') }}: {{ basic.print('moonlight', 'env.location.moonlight', '%') }}