{% extends "base.html" %} {% block content %}

Source code

The source code is available here

Known issues

Current limitations:

  1. Only the average RTT is measured, we should include other simple statistics (jitter, min/max RTT, packet loss)
  2. The API is not documented (just look at the code)
Unavoidable facts that cannot be fixed:
  1. Latency measured today might be meaningless tomorrow, as routing on the Internet is always changing
  2. Low latency does not guarantee high throughput

{% endblock %}