https://github.com/dizballanze/do-latency
🐳 Digital Ocean regions latency checker
https://github.com/dizballanze/do-latency
cli digitalocean latency
Last synced: about 1 year ago
JSON representation
🐳 Digital Ocean regions latency checker
- Host: GitHub
- URL: https://github.com/dizballanze/do-latency
- Owner: dizballanze
- License: mit
- Created: 2016-02-18T18:19:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T19:39:44.000Z (about 2 years ago)
- Last Synced: 2024-10-13T09:17:45.843Z (over 1 year ago)
- Topics: cli, digitalocean, latency
- Language: Python
- Homepage:
- Size: 810 KB
- Stars: 112
- Watchers: 7
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Digital Ocean latency checker
=============================
.. image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg
:target: https://saythanks.io/to/dizballanze
Digital Ocean latency checker helps to find fastest DO region from your location.
INSTALLATION
------------
::
pip install do-latency
USAGE
-----
.. image:: https://raw.githubusercontent.com/dizballanze/do-latency/master/usage.gif
- **-h, --help** - show help
- **--ping-count** - count of ICMP requests for latency check (default: 10)
- **--file-size {10mb, 100mb}** - size of downloaded file (default: 10mb).
- **--udp** - use UDP not ICMP.
**In some linux systems UDP testing does not work, so you should use true ICMP and run `do-latency` from root:**
::
sudo do-latency
TODO
----
[x] latency check with ICMP
[x] download speed measurement
[x] python 3 support
LICENSE
-------
MIT