{% extends "base.html" %} {% comment %}© 2012, Multapplied Networks, Inc.{% endcomment %} {% load speedtest %} {% load static from staticfiles %} {% block base %}{% endblock %} {% block pagescript %} {% endblock %} {% block title %} Compare {{ bond.bonder.name | escapejs }} Speed Tests {{ block.super }} {% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Bonds
  • {{ bond.bonder.name }}
  • Speed Tests
  • Compare
  • {% endblock %} {% block content %}

    Compare Speed Tests

    Rate limit in kbps, throughput in Mbps.

    This chart shows how throughput, latency (also known as round trip or ping time), and send queue size change with the rate limit. It can be used to determine how high the rate limit for a leg can be set while still keeping latency low by avoiding queues in the modem or ISP router. Avoiding queues helps maintain quality of service and performance of the IDMPQ packet distribution algorithm.

    {% endblock %}