{# Schedule management template. #} {% extends "base.html" %} {% block extra_meta_link %} {% endblock %} {% block body %} {% if add_form %}
{{ add_form.as_table }}
  • Type is the type of measurement to perform
  • Target is the target of the measurement (e.g., IP address or URL)
  • Count is the number of times the measurement should be repeated A count of -1 means to run the measurement indefinitely.
  • Interval is the interval in seconds between each repeating measurement
  • Profile frequency is a floating point number. IntervalSec will be multiplied by this number, unless lower than 1, where Profile Frequency 1: smallest data usage allowed, Profile Frequency 4: highest amount of data usage is allowed.
{% endif %} {% if schedule %} {% include "schedulelist.html" %} {% endif %} {% endblock %}