{{ _('{{ ::client.client }} on {{ ::client.agent }}
') }}
{{ "{{ label }}" }}
{{ client.counters.percent | number:0 }}%
{% endraw %}
{{ _('Path') }}
{% raw %}
{{ client.counters.path }}
- {{ client.counters.phase }} {% endraw %} {{ _('Phase') }} {% raw %}
- {{ client.counters.timeleft | time_human }} {% endraw %} {{ _('Time left') }} {% raw %}
- {{ client.counters.warning }} {% endraw %} {{ _('Warnings') }} {% raw %}
- {{ client.counters.bytes_in | bytes_human }} {% endraw %} {{ _('Bytes received') }} {% raw %}
- {{ client.counters.bytes | bytes_human }} {% endraw %} {{ _('Bytes received') }} {% raw %}
- {{ client.counters.speed | bytes_human }}/s {% endraw %} {{ _('Speed') }} {% raw %}
{{ _('New') }} | {{ _('Changed') }} | {{ _('Unchanged') }} | {{ _('Deleted') }} | {{ _('Scanned') }} | {% raw %}|
---|---|---|---|---|---|
{{ key }} | {{ val[0] }} | {{ val[1] }} | {{ val[2] }} | {{ val[3] }} | {{ val[4] }} |