DEV Community

0 seconds of 0 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
00:00
 
OpenSpeedtest.com
OpenSpeedtest.com

Posted on

2 1

Raspberry Pi Network Performance Test

Get OpenSpeedTest Server https://go.openspeedtest.com/Server

For full 1Gbps Test. Close all other programs running on your pi.
Commands like iftop, htop etc. will consume cpu and affect
OpenSpeedTest Server performance.
8G Pi, No OverClocking, running stock 1.8Ghz
Running latest docker and OpenSpeedTest Image.
Pi Connected to a Tp-Link 1G Switch.
Speed Test from M1 MacMini using Latest Google Chrome.
Screen Recoded on a MacBook Pro using ScreenFlow.
Pi Via VNC Connect and Mac Via ScreenShare.
Image description

Docker install instructions:

Install Docker and run the following command!

docker run --restart=unless-stopped --name openspeedtest -d -p 3000:3000 -p 3001:3001 openspeedtest/latest

Now open your browser and direct it to:

A: For HTTP use: http://YOUR-SERVER-IP:3000

B: For HTTPS use: https://YOUR-SERVER-IP:3001

How to use your own SSL Certificate?

You can mount a folder with your own SSL certificate to this docker container by adding the following line to the above command.

-v /PATH-TO-YOUR-OWN-SSL-CERTIFICATE*:/etc/ssl/*

I am adding a folder with nginx.crt and nginx.key from my desktop by using the following command.

docker run -v /Users/vishnu/Desktop/docker/:/etc/ssl/ --restart=unless-stopped --name openspeedtest -d -p 3000:3000 -p 3001:3001 openspeedtest/latest

Image of Stellar post

Check out Episode 1: How a Hackathon Project Became a Web3 Startup πŸš€

Ever wondered what it takes to build a web3 startup from scratch? In the Stellar Dev Diaries series, we follow the journey of a team of developers building on the Stellar Network as they go from hackathon win to getting funded and launching on mainnet.

Read more

Top comments (0)

Jetbrains image

Build Secure, Ship Fast

Discover best practices to secure CI/CD without slowing down your pipeline.

Read more

πŸ‘‹ Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay