<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>speed test linux Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/speed-test-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 26 Sep 2018 09:22:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Run SpeedTest on Linux Terminal</title>
		<link>https://www.osradar.com/run-speedtest-on-linux-terminal/</link>
					<comments>https://www.osradar.com/run-speedtest-on-linux-terminal/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Wed, 26 Sep 2018 09:22:46 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[internet speed test]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[speed test]]></category>
		<category><![CDATA[speed test linux]]></category>
		<category><![CDATA[speed test terminal]]></category>
		<category><![CDATA[speedtest]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=6042</guid>

					<description><![CDATA[<p>For checking the internet connection speed, there are a number of services available online. In fact, the number of such services is so high that it’s kind of confusing which one is more reliable. In that case, SpeedTest is the top choice for the majority. It’s because the service is reliable and consistent with hundreds [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/run-speedtest-on-linux-terminal/">Run SpeedTest on Linux Terminal</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>For checking the internet connection speed, there are a number of services available online. In fact, the number of such services is so high that it’s kind of confusing which one is more reliable. In that case, SpeedTest is the top choice for the majority. It’s because the service is reliable and consistent with hundreds of servers worldwide.</p>
<p>SpeedTest is also a favorite service that Linux server admins and enthusiasts admire. It allows you test your network speed, bandwidth and other info within a comfort of a website. As it’s a website service, you need to have access to a browser for checking the connection, right? When working with a remote client without any web browser access, it can be pain to enjoy SpeedTest service.</p>
<p>Don’t worry; SpeedTest is still available for using on the terminal! It’s Speedtest-cli – a command line utility that allows any users run SpeedTest right from the terminal.</p>
<h1>Install Speedtest-cli</h1>
<p>This tool greatly depends on Python. So, make sure that you have the latest version of Python installed in your system. Run the following commands according to your system for ensuring the availability of the latest Python version.</p>
<p><a href="https://www.osradar.com/get-the-latest-python-on-linux/">Get the latest version of Python.</a></p>
<p>After Python is successfully set in your system, run the following commands –</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre class="">sudo apt install speedtest-cli</pre>
<p><img loading="lazy" class="size-full wp-image-6043 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/speed-1.png" alt="" width="1061" height="561" srcset="https://www.osradar.com/wp-content/uploads/2018/09/speed-1.png 1061w, https://www.osradar.com/wp-content/uploads/2018/09/speed-1-300x159.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/speed-1-768x406.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/speed-1-1024x541.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/speed-1-696x368.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/speed-1-794x420.png 794w" sizes="(max-width: 1061px) 100vw, 1061px" /></p>
<ul>
<li>Debian</li>
</ul>
<pre class="">sudo apt-get install speedtest-cli</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<pre class="">sudo zypper install speedtest-cli</pre>
<ul>
<li>Fedora</li>
</ul>
<pre class="">sudo dnf install speedtest-cli -y</pre>
<ul>
<li>Arch Linux</li>
</ul>
<pre class=""># Enable the "Community" repository by removing all the '#' from the "Community" section of "pacman.conf"
sudo nano /etc/pacman.conf

# Update local repository database
sudo pacman -Syy

# Install speedtest-cli
sudo pacman -S speedtest-cli</pre>
<ul>
<li>Generic instruction</li>
</ul>
<p>The easiest way to install speedtest-cli is through the PIP tool of Python.</p>
<pre class="">pip install speedtest-cli
OR
pip3 install speedtest-cli</pre>
<p><img loading="lazy" class="size-full wp-image-6044 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/speed-2.png" alt="" width="1059" height="181" srcset="https://www.osradar.com/wp-content/uploads/2018/09/speed-2.png 1059w, https://www.osradar.com/wp-content/uploads/2018/09/speed-2-300x51.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/speed-2-768x131.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/speed-2-1024x175.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/speed-2-696x119.png 696w" sizes="(max-width: 1059px) 100vw, 1059px" /></p>
<p>Don&#8217;t use &#8220;sudo&#8221; with this command as it&#8217;ll mess up with the environment of Python.</p>
<h1>Using speedtest-cli</h1>
<p>Check out the current internet speed –</p>
<pre class="">speedtest-cli</pre>
<p><img loading="lazy" class="size-full wp-image-6045 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/speed-3.png" alt="" width="1060" height="261" srcset="https://www.osradar.com/wp-content/uploads/2018/09/speed-3.png 1060w, https://www.osradar.com/wp-content/uploads/2018/09/speed-3-300x74.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/speed-3-768x189.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/speed-3-1024x252.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/speed-3-696x171.png 696w" sizes="(max-width: 1060px) 100vw, 1060px" /></p>
<p>If you only need a simpler result output format, run this command –</p>
<pre class="">speedtest-cli  --simple</pre>
<p><img loading="lazy" class="size-full wp-image-6046 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/speed-4.png" alt="" width="1057" height="146" srcset="https://www.osradar.com/wp-content/uploads/2018/09/speed-4.png 1057w, https://www.osradar.com/wp-content/uploads/2018/09/speed-4-300x41.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/speed-4-768x106.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/speed-4-1024x141.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/speed-4-696x96.png 696w" sizes="(max-width: 1057px) 100vw, 1057px" /></p>
<p>You can also check the speed of your “download” and “upload” speed separately.</p>
<pre class="">speedtest-cli --no-download
speedtest-cli --no-upload
</pre>
<p><img loading="lazy" class="size-full wp-image-6047 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/speed-5.png" alt="" width="1056" height="240" srcset="https://www.osradar.com/wp-content/uploads/2018/09/speed-5.png 1056w, https://www.osradar.com/wp-content/uploads/2018/09/speed-5-300x68.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/speed-5-768x175.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/speed-5-1024x233.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/speed-5-696x158.png 696w" sizes="(max-width: 1056px) 100vw, 1056px" /></p>
<p><img loading="lazy" class="size-full wp-image-6048 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/speed-6.png" alt="" width="1060" height="257" srcset="https://www.osradar.com/wp-content/uploads/2018/09/speed-6.png 1060w, https://www.osradar.com/wp-content/uploads/2018/09/speed-6-300x73.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/speed-6-768x186.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/speed-6-1024x248.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/speed-6-696x169.png 696w" sizes="(max-width: 1060px) 100vw, 1060px" /></p>
<p>For viewing graphical result, run the following command –</p>
<pre class="">speedtest-cli --share --simple</pre>
<p><img loading="lazy" class="size-full wp-image-6049 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/speed-7.png" alt="" width="1060" height="166" srcset="https://www.osradar.com/wp-content/uploads/2018/09/speed-7.png 1060w, https://www.osradar.com/wp-content/uploads/2018/09/speed-7-300x47.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/speed-7-768x120.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/speed-7-1024x160.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/speed-7-696x109.png 696w" sizes="(max-width: 1060px) 100vw, 1060px" /></p>
<p>Now, speedtest-cli uses “bits” to measure the internet speed. That’s the universal unit. However, if you prefer getting the results in “bytes”, then use the following command –</p>
<pre class="">speedtest-cli --bytes</pre>
<p>&nbsp;</p>
<p><img loading="lazy" class="size-full wp-image-6050 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/speed-8.png" alt="" width="1061" height="260" srcset="https://www.osradar.com/wp-content/uploads/2018/09/speed-8.png 1061w, https://www.osradar.com/wp-content/uploads/2018/09/speed-8-300x74.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/speed-8-768x188.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/speed-8-1024x251.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/speed-8-696x171.png 696w" sizes="(max-width: 1061px) 100vw, 1061px" /></p>
<p>For exporting your data, you can also get the CSV format output.</p>
<pre class="">speedtest-cli --csv</pre>
<p><img loading="lazy" class="size-full wp-image-6051 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/speed-9.png" alt="" width="1059" height="130" srcset="https://www.osradar.com/wp-content/uploads/2018/09/speed-9.png 1059w, https://www.osradar.com/wp-content/uploads/2018/09/speed-9-300x37.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/speed-9-768x94.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/speed-9-1024x126.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/speed-9-696x85.png 696w" sizes="(max-width: 1059px) 100vw, 1059px" /></p>
<p>There are also a number of other available options to give you more in-depth result of your internet connection. Check all the available command arguments of speedteset-cli –</p>
<pre class="">speedtest-cli --help</pre>
<p><img loading="lazy" class="size-full wp-image-6052 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/speed-10.png" alt="" width="1060" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/09/speed-10.png 1060w, https://www.osradar.com/wp-content/uploads/2018/09/speed-10-300x209.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/speed-10-768x535.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/speed-10-1024x713.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/speed-10-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/09/speed-10-696x485.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/speed-10-603x420.png 603w" sizes="(max-width: 1060px) 100vw, 1060px" /></p>
<p>You can export the help texts as a document –</p>
<pre class="">speedtest-cli --help &gt;&gt; ~/Documents/speedtest-cli-commands.txt</pre>
<p>Voila! Speed test is now simpler, right?</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/run-speedtest-on-linux-terminal/">Run SpeedTest on Linux Terminal</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/run-speedtest-on-linux-terminal/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
