Skip to content

Commit

Permalink
Update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-moser committed Jul 27, 2022
1 parent c345286 commit b6ec778
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ A [Speedtest](https://www.speedtest.net) exporter for Prometheus.

```bash
$ ./speedtest_exporter --help
Usage of speedtest_exporter
Usage of speedtest_exporter:
-port string
listening port to expose metrics on (default "9090")
-server_fallback
If the serverID given is not available, should we fallback to closest available server
If the server_id given is not available, should we fallback to closest available server
-server_id int
Speedtest.net server ID to run test against, -1 will pick the closest server to your location (default -1)
-timeout int
request timeout for the execution of the speedtest (default 60)

```

Expand Down

0 comments on commit b6ec778

Please sign in to comment.