10-06-2015, 06:36 AM
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
First login your vm with root user
then follow the steps
First get the python script of speedtest
Chmod it with +x to execute it
Then run it
and here will be output as
It is all you need to do share the image file with your friends.
First login your vm with root user
then follow the steps
First get the python script of speedtest
wget -O speedtest.py raw.github.com/sivel/speedtest-cli/master/speedtest.py
Chmod it with +x to execute it
chmod +x speedtest.py
Then run it
./speedtest.py --share
and here will be output as
[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
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.