Speed test by Ookla CLI (Command Line Interface) which monitors the internet every minute interval such as (latency, jitter, download, upload and packet loss) for Windows.
- Download zip file this repository.
- Extract the zip file.
- Copy the path of the extracted folder or open the extracted folder path in the terminal / command prompt.
- Run the following command in the terminal / command prompt.
.\ping.ps1
- Open the
ping.ps1
file in the extracted folder. - Change the value of the
$interval
variable to the desired interval in minutes.
# Interval minutes: 15
$intervalMinutes = 15
- Save the file.