Check Internet Connection With Command Line Tool Speedtest In Kali Linux

Step-by-step check your internet connection with command line tools in kali linux :

root@kali:~# wget https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
--2014-01-22 20:57:55-- https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
Resolving raw.github.com (raw.github.com)... 103.245.222.133
Connecting to raw.github.com (raw.github.com)|103.245.222.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 20031 (20K) [text/plain]
Saving to: `speedtest_cli.py'

100%[======================================>] 20,031 --.-K/s in 0.1s

2014-01-22 20:57:58 (133 KB/s) - `speedtest_cli.py' saved [20031/20031]

root@kali:~# chmod a+rx speedtest_cli.py
root@kali:~# mv speedtest_cli.py /usr/local/bin/
root@kali:~# chown root:root /usr/local/bin/speedtest_cli.py
root@kali:~# speedtest_cli.py
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from PT Telkom Indonesia (118.97.237.110)...
Selecting best server based on ping...
Hosted by Hypernet Indodata (Surabaya) [2.74 km]: 33.379 ms
Testing download speed........................................
Download: 0.71 Mbit/s
Testing upload speed..................................................
Upload: 1.44 Mbit/s
root@kali:~#


My Capture image : (Click for large)















Thank you :)



Postingan terkait:

Belum ada tanggapan untuk "Check Internet Connection With Command Line Tool Speedtest In Kali Linux"

Post a Comment