All non-numeric values

{% for stat in string_stats %}
{{ stat.label }}
{{ stat.value }}
{% else %}

No string stats found

{% endfor %}

Numeric values

Plotting and update parameters

Time between samples: milliseconds

Samples to show in plot:

Samples to use for rolling avarage:

Numeric values

{% for stat in numeric_stats %}

{% endfor %}