Git Product home page Git Product logo

internet_speed_monitor's Introduction

Internet Speed Monitor

Simple Docker based app to monitor a machine's internet speeds.

Why

I despise my home internet.

What Do

  1. Clone
  2. docker-compose up -d
  3. Point your browser at http://localhost:8080
  4. Grafana login is admin:admin
  5. Click the gear icon in the lower left
  6. We need to add a data source for our elastic search instance. Click the Add new Data source button.
  7. In the "Logging & document databases" section, click Elasticsearch
  8. Settings should be:

URL: http://elastic:9200 Index name: speedtests Time field name: timestamp

  1. Click "Save & test". This will result in an error about not being able to find the specified index. This will resolve itself after the first run of the cron script that is started when the scripts container comes up.
  2. Once saved, hover over the four box icon on the left and click "New Dashboard" and then click "Add a new panel"
  3. Make sure the Data Source selected is Elasticsearch. Change the following:

Metric should be "Extended Stats", select "download" to the right of it. Change "Stats" to Avg. In the right paneL

Title: whatever makes sense Connect null values: Always Show points: Always

Standard options section:

Unit: bits(IEC)

  1. Click Apply, you'll be taken to your new dashboard. You can duplicate the panel you just made and add different stats as you want. I have "Downloads", "Uploads", "Ping".

What Not Do

Removing volumes will delete any setup in Grafana you've done. Will also clear elasticsearch of any previous timeseries data.

Future

Will look into:

  1. Preserving data through volume removal
  2. Dashboard and Data source configuration done and ready out of the box

internet_speed_monitor's People

Contributors

justinalgo avatar

Watchers

 avatar

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.