Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Using Ookla Speedtest with PowerShell to export Results to InfluxDB, JSON, CSV, TXT or PRTG

License

Notifications You must be signed in to change notification settings

Da-Hauge/Ookla-Speedtest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ookla Speedtest with PowerShell

Dieses PowerShell Script nutzt den Ookla Speedtest um die Ergebnisse zu InfluxDB zu exportieren. Alternativ lassen sich die Ergenisse auch als JSON, CSV, TXT exportieren oder als PRTG Sensor nutzen.

Voraussetzungen

Die Ookla Speedtest CLI wird benötigt: Ookla SpeedTest CLI Für den Export in eine InfluxDB wird das PowerShell Influx Modul benötigt: markwragg/PowerShell-Influx

Beispiele

Export zu InfluxDB

.\Speedtest.ps1 -Output INFLUXDB -InfluxDBHost "http://localhost:8086" -InfluxDBName "demo" -InfluxDBCredential (Get-Credential)

Als PRTG Sensor:

.\Speedtest.ps1 -Output PRTG

Weitere Beispiele auf dem Blog: Ookla Speedtest.net und PowerShell

Website

FrankysWeb

About

Using Ookla Speedtest with PowerShell to export Results to InfluxDB, JSON, CSV, TXT or PRTG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%