All Projects → igomez10 → speedInspectorRPI

igomez10 / speedInspectorRPI

Licence: other
A docker image with a cronjob running speedtest, audit your internet connection/ISP

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to speedInspectorRPI

fast-speedtest-api
fast.com API / CLI tool
Stars: ✭ 138 (+1050%)
Mutual labels:  speedtest, speedtest-cli
ancistrus
Netgear's D7000 Nighthawk Router Experience Distributed Project
Stars: ✭ 61 (+408.33%)
Mutual labels:  speedtest
SmartMirror
Raspberrry Pi powered smart mirror inspired by HackerHouseYT Smart Mirror project
Stars: ✭ 16 (+33.33%)
Mutual labels:  raspberrypi
PiBeacon
Low-cost iBeacon using Raspberry Pi
Stars: ✭ 41 (+241.67%)
Mutual labels:  raspberrypi
Raspberry-Pi-E-Ink-Dashboard
Tri color e-ink dashboard written in Python 3.7, running on Raspberry Pi
Stars: ✭ 80 (+566.67%)
Mutual labels:  raspberrypi
aria2-ariang-docker
🐳 Aria2 downloader and AriaNg webui Docker image based on Alpine Linux
Stars: ✭ 49 (+308.33%)
Mutual labels:  raspberrypi
MetaWear-SDK-Python
MetaWear Python SDK - Linux / Windows - Python3
Stars: ✭ 43 (+258.33%)
Mutual labels:  raspberrypi
EEGwithRaspberryPI
Open-Source board for converting RaspberryPI to Brain-computer interface
Stars: ✭ 402 (+3250%)
Mutual labels:  raspberrypi
raspberrypi4-bootloader-analysis
My Analysis of the VC4 Assembly Code from the RPI4
Stars: ✭ 31 (+158.33%)
Mutual labels:  raspberrypi
IoTHAT
Turta IoT HAT Source, Reference and Manual.
Stars: ✭ 23 (+91.67%)
Mutual labels:  raspberrypi
Raspberry-ili9325
Parallel TFT Shield Library for wiringPi
Stars: ✭ 40 (+233.33%)
Mutual labels:  raspberrypi
circle-stdlib
Standard C and C++ Library Support for Circle
Stars: ✭ 58 (+383.33%)
Mutual labels:  raspberrypi
RPi-TELEBOT
Python based Telegram bot to monitor and control the raspberry pi
Stars: ✭ 19 (+58.33%)
Mutual labels:  raspberrypi
bme680 to influxdb
Simple script that sends your BME680 temp, pressure, humidity and gas sensor data to InfluxDB.
Stars: ✭ 21 (+75%)
Mutual labels:  raspberrypi
terraform-aws-efs-backup
Terraform module designed to easily backup EFS filesystems to S3 using DataPipeline
Stars: ✭ 40 (+233.33%)
Mutual labels:  cronjob
godot-launcher
Alternative launcher for single-board computers
Stars: ✭ 107 (+791.67%)
Mutual labels:  raspberrypi
backup-suite
Backup database, static files and config to AWS S3 with Cronjob
Stars: ✭ 32 (+166.67%)
Mutual labels:  cronjob
epdtext
A simple display manager app for the WaveShare 2.7in e-Paper Display
Stars: ✭ 18 (+50%)
Mutual labels:  raspberrypi
MyIoT
[MyIoT] A start with personal server for home automation
Stars: ✭ 14 (+16.67%)
Mutual labels:  raspberrypi
52-Weeks-of-Pi
Inspired by Shekhar Gulati's "52 technologies in 2016", I've decided to set a goal of 52 Pi ideas over the next year.
Stars: ✭ 54 (+350%)
Mutual labels:  raspberrypi

speedInspectorRPI

A docker image running speedtest every 10 minutes.

Intended Use: Run in a Raspberry Pi connected via ethernet to your main router.

Note: When running on Raspberry Pi, just note that the maximum speed is limited by its 100 Mbit/s LAN adapter. The Raspberry Pi 3+ models comes with a Gigabit LAN adapter which supports a maximum throughput of 300 Mbit/s.

Log the connection speed to docker logs and run in in a Raspberry Pi or your main machine.

Build docker image

docker build -t speedtest .

Run docker container

docker run -d --name=speedInspector --rm speedtest

Check previous recorded speeds:

docker logs speedInspector

Ping: 29.826 ms
Download: 18.15 Mbit/s
Upload: 5.21 Mbit/s
Ping: 20.798 ms
Download: 18.14 Mbit/s
Upload: 4.83 Mbit/s
Ping: 20.489 ms
Download: 19.20 Mbit/s
Upload: 4.75 Mbit/s
Ping: 38.398 ms
Download: 19.46 Mbit/s
Upload: 4.40 Mbit/s
Ping: 28.94 ms
Download: 10.01 Mbit/s
Upload: 5.06 Mbit/s
Ping: 31.304 ms
Download: 19.83 Mbit/s
Upload: 4.90 Mbit/s
Ping: 19.648 ms
Download: 17.38 Mbit/s
Upload: 5.14 Mbit/s
Ping: 20.523 ms
Download: 19.15 Mbit/s
Upload: 5.17 Mbit/s
Ping: 20.937 ms
Download: 19.36 Mbit/s
Upload: 5.07 Mbit/s
Ping: 20.604 ms
Download: 12.80 Mbit/s
Upload: 5.27 Mbit/s
Ping: 19.774 ms
Download: 18.87 Mbit/s
Upload: 4.14 Mbit/s

While running, your network capacity is fully utilized. This may have a negative effect on other devices in use the network.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].