Skip to content

Commit

Permalink
Add ping probe to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mad-ady authored Dec 8, 2021
1 parent c0d4a60 commit 2351623
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Note that you may want to change speedtest's forks parameter because basically:
Parameters:
* `binary` => The location of your speedtest binary.
* `server` => The server id you want to test against (optional). If unspecified, speedtest.net will select the closest server to you. The value has to be an id reported by the command speedtest-cli --list or speedtest -L
* `measurement` => What output do you want graphed? Supported values are: download, upload
* `measurement` => What output do you want graphed? Supported values are: download, upload, ping
* `extraargs` => Extra arguments to send to speedtest

## Installation:
Expand Down Expand Up @@ -86,6 +86,9 @@ measurement = download
++ speedtest-upload
measurement = upload
++ speedtest-upload
measurement = ping
+ speedtestcli
binary = /usr/bin/speedtest
timeout = 300
Expand All @@ -100,6 +103,9 @@ measurement = download
++ speedtestcli-upload
measurement = upload
++ speedtestcli-upload
measurement = ping
### Add these to your Targets file.
++++ download_from_NextGen_Communications_via_speedtest_cli
Expand Down

0 comments on commit 2351623

Please sign in to comment.