{% extends "base.html" %} {% block title %} Statistics - Overview {% endblock %} {% block content %}

Statistics - Overview

{% include "statistics/tabs.html" with tab_overview=1 %}

For the last 24 hours

  • Total transfers queued:
  • Total transfers active: {{overall.ready }} Ready, {{overall.active }} Active, {{overall.staging }} Staging
  • Total transfers succeeded: {{overall.finished }} Finished
  • Total transfers failed: {{overall.failed }} Failed, {{overall.canceled }} Canceled
  • Success rate in the last hour: {{overall.rate|floatformat:2 }}%
{% endblock %}