Login Register






Tutorial How to check internet speed via terminal. filter_list
Author
Message
How to check internet speed via terminal. #1
Want to check the download speed of your VPS/Server but its only Command Line?
Well you can still do it using Speedtest.net over terminal, and this is how.

1.
Code:
wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py

2.
Code:
chmod +x speedtest-cli

3. Run the speed test.
Code:
./speedtest-cli

And your results will be show shortly! Smile Hope this comes in handy!

&& Also thanks to Shebang

(09-23-2014, 03:08 PM).Shebang Wrote: You can also do this via python-pip:

Code:
apt-get install python-pip pip install speedtest-cli speedtest or speedtest-cli to run use the --share flag to get a link to your results

Example of result:
[Image: 3781368690.png]
(Seeding some stuff right now, why the upload is so bad)
[Image: fb366923-c0ba-4201-8792-0d02804dcf21?download=false]

Reply

RE: How to check internet speed via terminal. #2
This is a neat program! I've had to rely on estimation in the past, thank you for sharing.

Reply

RE: How to check internet speed via terminal. #3
You can also do this via python-pip:

Code:
apt-get install python-pip pip install speedtest-cli speedtest or speedtest-cli to run use the --share flag to get a link to your results

Example of result:
[Image: 3781368690.png]
(Seeding some stuff right now, why the upload is so bad)
(This post was last modified: 09-23-2014, 03:09 PM by Shebang.)
[Image: CDUAq9d.png]

Reply

RE: How to check internet speed via terminal. #4
(09-23-2014, 03:08 PM).Shebang Wrote: You can also do this via python-pip:

Code:
apt-get install python-pip pip install speedtest-cli speedtest or speedtest-cli to run use the --share flag to get a link to your results

Example of result:
[Image: 3781368690.png]
(Seeding some stuff right now, why the upload is so bad)

aww, nice i havnt seen that one before! Smile
[Image: fb366923-c0ba-4201-8792-0d02804dcf21?download=false]

Reply

RE: How to check internet speed via terminal. #5
(09-23-2014, 03:11 PM)JzJad Wrote: aww, nice i havnt seen that one before! Smile

It's the same one you posted, just an alternate way of getting it :p
[Image: CDUAq9d.png]

Reply

RE: How to check internet speed via terminal. #6
(09-23-2014, 03:40 PM).Shebang Wrote: It's the same one you posted, just an alternate way of getting it :p

Yeah, my bad i realize that, i meant to say I haven't seen it done that way xD
[Image: fb366923-c0ba-4201-8792-0d02804dcf21?download=false]

Reply

RE: How to check internet speed via terminal. #7
Very cool stuff here, I'm sure this could come in handy when working on some of my headless machines. Thx for the share Smile
---
Click here to get started with Linux!

If I helped you, please +rep me, apparently we've started over on Rep and I'd like to break 100 again...

Inori Wrote: got clickbaited by roger

Reply