Post4VPS Forum | Free VPS Provider
Get Speedtest.net image for your vm - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion)
+--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials)
+--- Thread: Get Speedtest.net image for your vm (/Thread-Get-Speedtest-net-image-for-your-vm)



Get Speedtest.net image for your vm - TrK - 10-06-2015

Everyone want to show image of popular speedtest.net and here is the way how to get it. Some of us already know how to do it and it is for newbies and beginners Smile


First login your vm with root user
then follow the steps


First get the python script of speedtest
Terminal
wget -O speedtest.py raw.github.com/sivel/speedtest-cli/master/speedtest.py


Chmod it with +x to execute it
Terminal
chmod +x speedtest.py


Then run it
Terminal
./speedtest.py --share


and here will be output as

Terminal
[root@Demo ~]# ./speedtest-cli.py --share
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from ******** Private Limited (150.107.XXX.XXX)...
Selecting best server based on latency...
Hosted by ACT Fibernet (Hyderabad) [331.06 km]: 275.493 ms
Testing download speed........................................
Download: 8.57 Mbit/s
Testing upload speed..................................................
Upload: 6.62 Mbit/s
Share results: http;//www.speedtest.net/result/47021*****.png


It is all you need to do share the image file with your friends.


RE: Get Speedtest.net image for your vm - KBStorm - 10-06-2015

what this https://post4vps.com/thread-61.html is different from it ?


RE: Get Speedtest.net image for your vm - TrK - 10-06-2015

I not tried conan's script yet but i think it displays only results rather then give you a image link, still i dont know about conan's speedtest script but here it is not from me it is from speedtest.net.


RE: Get Speedtest.net image for your vm - KBStorm - 10-06-2015

i think both are same btw thanks for sharing speedtest image tutorial


RE: Get Speedtest.net image for your vm - TrK - 10-06-2015

I identified the difference, conan make a script to run speedtest as command and here it is python script to retrieve a speedtest image and results, it doesn't make a command like conan's script does. Btw welcome Smile


RE: Get Speedtest.net image for your vm - c0re - 10-06-2015

Really good tuts for beginners.... But, it's easier to install iceweasel and flash plugin and directly get it from the speedtest.net site.


RE: Get Speedtest.net image for your vm - www111 - 10-06-2015

Thanks for the guide
Definitely an excellent guide and easy