telegraf/plugins/inputs/internet_speed
dependabot[bot] a9de025c84
fix: bump github.com/showwin/speedtest-go from 1.1.4 to 1.1.5 (#10722)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MyaLongmire <myalongmire05@gmail.com>
2022-05-12 10:58:24 -05:00
..
README.md feat: migrate input plugins to new sample config format (A-L) (#10924) 2022-04-07 16:01:21 -06:00
internet_speed.go fix: bump github.com/showwin/speedtest-go from 1.1.4 to 1.1.5 (#10722) 2022-05-12 10:58:24 -05:00
internet_speed_sample_config.go feat: migrate input plugins to new sample config format (A-L) (#10924) 2022-04-07 16:01:21 -06:00
internet_speed_test.go feat: Internet Speed Monitor Input Plugin (#9623) 2021-09-14 15:26:49 -06:00

README.md

Internet Speed Monitor

The Internet Speed Monitor collects data about the internet speed on the system.

Configuration

# Monitors internet speed using speedtest.net service
[[inputs.internet_speed]]
  ## Sets if runs file download test
  # enable_file_download = false

  ## Caches the closest server location
  # cache = false

Metrics

It collects latency, download speed and upload speed

Name filed name type Unit
Download Speed download float64 Mbps
Upload Speed upload float64 Mbps
Latency latency float64 ms

Example Output

internet_speed,host=Sanyam-Ubuntu download=41.791,latency=28.518,upload=59.798 1631031183000000000