black
Member
wget dl.getipaddr.net/speedtest.sh 2>/dev/null -O- | bash
or
curl -s dl.getipaddr.net/speedtest.sh -o- | bash
I decided to create a script that tests the server's download speed as well as upload. To me, this has been something that's long overdue and I'm surprised that no one has done it yet.
Unlike speedtestcli (the python script) which interfaces with speedtest.net, this one uses way less RAM.
There's a few options like force 100MB file size tests instead, instructions on how to do that can be found here.
Let me know if you guys have any issues. If it's security related, please send it to me via PM.
or
curl -s dl.getipaddr.net/speedtest.sh -o- | bash
I decided to create a script that tests the server's download speed as well as upload. To me, this has been something that's long overdue and I'm surprised that no one has done it yet.
Unlike speedtestcli (the python script) which interfaces with speedtest.net, this one uses way less RAM.
There's a few options like force 100MB file size tests instead, instructions on how to do that can be found here.
Let me know if you guys have any issues. If it's security related, please send it to me via PM.
Last edited by a moderator: