Git Product home page Git Product logo

speedtester's Introduction

speedtester

Preview

click on it for better res

Linux

install https://nodejs.org/en/ place script somewere & run

chmod +x index.js
sudo apt-get install speedtest-cli

manual start

./index.js
#or
node index.js

Cron every 2 hours

crontab -e

0 */2 * * * /script/path/index.js >/dev/null 2>&1

and for logging

0 */2 * * * /script/path/index.js >>/script/path/log.txt 2>&1

TODO

Windows

  1. install https://nodejs.org/en/
  2. download https://github.com/zpeters/speedtest/releases for your windows system and rename the file to speedtest-cli.exe
  3. put the index.js in the same folder as the speedtest-cli.exe
  4. open cmd and navigate to the folder and run node index.js

Automatic

  1. run Task Scheduler
  2. create new Task
  3. ** toDo **

speedtester's People

Contributors

theenoro avatar

Stargazers

Dominik avatar

Watchers

 avatar

speedtester's Issues

Daten werden nicht richtig übertragen

Nach dem Speedtest sieht die Console so aus:

C:\test>node index.js
---------------
Sun Oct 22 2017 14:29:29 GMT+0200 (Mitteleuropäische Sommerzeit)
---------------
Start Speedtest
github.com/zpeters/speedtest -- unofficial cli for speedtest.net

Server: 6670 - Cologne (hotspot.koeln)
2017/10/22 14:29:31 Testing download speed

.
2017/10/22 14:30:05 Testing upload speed

.

Ping (Lowest): 32.06 ms | Download (Max): 21.16 Mbps | Upload (Max): 0.70 Mbps

child process exited with code 0
{ download: NaN, upload: 0, ping: 0, time: 1508675471 }
The HTML file was saved!

Zu sehen ist das:
2017-10-22 14_33_38-table

(Unter Windows)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.