Forrest logo
back to context overview

speedtest

List of commands for speedtest:

  • speedtest:tldr:1f1d9 speedtest: Run a speed test.
    $ speedtest
    try on your machine
    explain this command
  • speedtest:tldr:2e3f0 speedtest: Run a speed test and print its progress (only available for output format `human-readable` and `json`).
    $ speedtest --progress=${select}
    try on your machine
    explain this command
  • speedtest:tldr:346dc speedtest: Run a speed test and specify the unit of the output.
    $ speedtest --unit=${select}
    try on your machine
    explain this command
  • speedtest:tldr:44c25 speedtest: Run a speed test and specify the number of decimal points to use (0 to 8, defaults to 2).
    $ speedtest --precision=${precision}
    try on your machine
    explain this command
  • speedtest:tldr:55c70 speedtest: List all `speedtest.net` servers, sorted by distance.
    $ speedtest --servers
    try on your machine
    explain this command
  • speedtest:tldr:6ffda speedtest: Run a speed test and specify the output format.
    $ speedtest --format=${select}
    try on your machine
    explain this command
  • speedtest:tldr:c70f1 speedtest: Run a speed test to a specific `speedtest.net` server.
    $ speedtest --server-id=${server_id}
    try on your machine
    explain this command
back to context overview