Runs an internet speedtest at a certain interval and saves it to a file
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Speedtest Logger
What is it?
This script runs an internet speed test at a certain interval, and saves the results to a file.
Setup:
- Clone this repo
git clone https://gitdab.com/ben/speedtest.git - Install the dependencies
npm install - Compile
npx tsc - Create a blank
xlsxfile - Set the interval and path in
dist/index.js - Start the script*
node dist/index.js
* I reccomend using something similar to PM2 to ensure the script is always running