{% extends "base.html" %} {% load filters %} {% block title %} Statistics {% endblock %} {% block content %}
Server | Submissions received | Transfers executed |
---|---|---|
{{ s.hostname }} | {{ s.submissions }} | {{ s.transfers }} |
Source | Destination | Transfers active | Avg. Throughput | Avg. Duration |
---|---|---|---|---|
{{ p.source }} | {{ p.destination }} | {% for s in p.active %} {{ s.1 }} {{ s.0 }} {% endfor %} | {{ p.avgThroughput|floatformat:2 }} Mb/s | {{ p.avgDuration|floatformat:1 }} s |
VO | Transfer states |
---|---|
{{ v.vo }} | {% for s in v.states %} {{ s.1 }} {{ s.0 }} {% endfor %} |
Count | Reason |
---|---|
{{ r.count }} | {{ r.reason }} |