<?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>debiam Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/debiam/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 20 Nov 2020 16:15:09 +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>Install BpyTop on Ubuntu / Debian &#8211; A terminal monitoring tool</title>
		<link>https://www.osradar.com/install-bpytop-on-ubuntu-debian-a-terminal-monitoring-tool/</link>
					<comments>https://www.osradar.com/install-bpytop-on-ubuntu-debian-a-terminal-monitoring-tool/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 21 Nov 2020 04:14:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[debiam]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=25644</guid>

					<description><![CDATA[<p>Hello, friends. As we already know the terminal is a very versatile tool and we can even monitor resources with it. So, in this post, we will show you how to install BpyTop which is a terminal monitoring tool like htop. Short and simple, BpyTop is a computer resource monitor that uses the terminal interface. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-bpytop-on-ubuntu-debian-a-terminal-monitoring-tool/">Install BpyTop on Ubuntu / Debian &#8211; A terminal monitoring tool</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. As we already know the terminal is a very versatile tool and we can even monitor resources with it. So, in this post, we will show you how to install BpyTop which is a terminal monitoring tool like htop.</p>



<p>Short and simple, <a href="https://github.com/aristocratos/bpytop" target="_blank" rel="noreferrer noopener">BpyTop</a> is a computer resource monitor that uses the terminal interface. It is a Bashtop Python Port that takes all the advantages of being written in <a href="https://www.osradar.com/tag/python" target="_blank" rel="noreferrer noopener">Python</a> 3.6.</p>



<p>Some of the features of BpyTop are</p>



<ul><li>Easy to use, with a game inspired menu system.</li><li>Full mouse support, all buttons with a highlighted key is clickable and mouse scroll works in process list and menu boxes.</li><li>Fast and responsive UI with UP, DOWN keys process selection.</li><li>Function for showing detailed stats for selected process.</li><li>Ability to filter processes, multiple filters can be entered.</li><li>Easy switching between sorting options.</li></ul>



<p>It must also be said that we are in the presence of an open-source program because it is released under the Apache license and the source code is accessible to everyone. The program has versions for macOS, many Linux distributions, and BSD so that in servers will run without problems.</p>



<h2>Install BpyTop on Ubuntu / Debian</h2>



<p>The dependencies of BpyTop are quite a few. In particular, we talk about Python 3.6+ and psutil. All of them can be easily solved.</p>



<p>So, first, check which version of Python you have</p>



<pre class="wp-block-preformatted">python -V</pre>



<p>Now it is necessary to install Pip. To do this, run the following command:</p>



<pre class="wp-block-preformatted">sudo apt install python3-pip</pre>



<p>And then, install BpyTop:</p>



<pre class="wp-block-preformatted">pip3 install bpytop</pre>



<p>And it will start the installation process.</p>



<p>During the installation process, you will get a warning indicating that the path <code>/home/[your-user]/.local/bin</code> is not in your PATH. And it&#8217;s in this directory where BpyTop has been installed.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="225" src="https://www.osradar.com/wp-content/uploads/2020/11/1-9-1024x225.png" alt="1.- Install BpyTop on Ubuntu / Debian " class="wp-image-25647" srcset="https://www.osradar.com/wp-content/uploads/2020/11/1-9-1024x225.png 1024w, https://www.osradar.com/wp-content/uploads/2020/11/1-9-300x66.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/1-9-768x169.png 768w, https://www.osradar.com/wp-content/uploads/2020/11/1-9-696x153.png 696w, https://www.osradar.com/wp-content/uploads/2020/11/1-9-1068x235.png 1068w, https://www.osradar.com/wp-content/uploads/2020/11/1-9.png 1305w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Install BpyTop on Ubuntu / Debian </figcaption></figure>



<p>So, to correct it, execute the following command:</p>



<pre class="wp-block-preformatted">export PATH=$PATH:/home/[your-user]/.local/bin</pre>



<p>In my case:</p>



<pre id="block-0f0b7731-e1a3-4103-8151-2a79cde5efa1" class="wp-block-preformatted">export PATH=$PATH:/home/angelo/.local/bin</pre>



<p>And confirm the changes by displaying the variable:</p>



<pre class="wp-block-preformatted">echo $PATH</pre>



<p>And so it will be installed and ready to run.</p>



<h2>Running BpyTop</h2>



<p>To run it, you can open the terminal and then run the command</p>



<pre class="wp-block-preformatted">bpytop</pre>



<p>And it will start loading modules and when it does, you will see the main screen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="557" src="https://www.osradar.com/wp-content/uploads/2020/11/2-7-1024x557.png" alt="2.- BpyTop A resource monitoring program" class="wp-image-25649" srcset="https://www.osradar.com/wp-content/uploads/2020/11/2-7-1024x557.png 1024w, https://www.osradar.com/wp-content/uploads/2020/11/2-7-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/2-7-768x418.png 768w, https://www.osradar.com/wp-content/uploads/2020/11/2-7-696x379.png 696w, https://www.osradar.com/wp-content/uploads/2020/11/2-7-1068x581.png 1068w, https://www.osradar.com/wp-content/uploads/2020/11/2-7.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- BpyTop A resource monitoring program</figcaption></figure>



<p>The whole screen is very well organized, so you can effortlessly get to know the computer&#8217;s resources. Processes, memory, CPU, temperature all easily detectable.</p>



<p>Having mouse integration, you can access the options by clicking the word <em>menu</em> at the top of the window.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://www.osradar.com/wp-content/uploads/2020/11/3-7-1024x576.png" alt="3.- Bpytop settings" class="wp-image-25650" srcset="https://www.osradar.com/wp-content/uploads/2020/11/3-7-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2020/11/3-7-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/3-7-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2020/11/3-7-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2020/11/3-7-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2020/11/3-7.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Bpytop settings</figcaption></figure>



<p>Also, you can change between screen layout</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="557" src="https://www.osradar.com/wp-content/uploads/2020/11/4-6-1024x557.png" alt="4.- Change the layout" class="wp-image-25651" srcset="https://www.osradar.com/wp-content/uploads/2020/11/4-6-1024x557.png 1024w, https://www.osradar.com/wp-content/uploads/2020/11/4-6-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/4-6-768x418.png 768w, https://www.osradar.com/wp-content/uploads/2020/11/4-6-696x379.png 696w, https://www.osradar.com/wp-content/uploads/2020/11/4-6-1068x581.png 1068w, https://www.osradar.com/wp-content/uploads/2020/11/4-6.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>4.- Change the layout</figcaption></figure>



<p>and end processes by simply selecting them and clicking on <em>Terminate</em></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="752" height="489" src="https://www.osradar.com/wp-content/uploads/2020/11/5-5.png" alt="5.- Terminating a program with Bpytop" class="wp-image-25652" srcset="https://www.osradar.com/wp-content/uploads/2020/11/5-5.png 752w, https://www.osradar.com/wp-content/uploads/2020/11/5-5-300x195.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/5-5-696x453.png 696w" sizes="(max-width: 752px) 100vw, 752px" /><figcaption>5.- Terminating a program with Bpytop</figcaption></figure>



<p>So, enjoy it.</p>



<h2>Conclusion</h2>



<p>There are many similar tools in the terminal such as <a href="https://www.osradar.com/htop-how-to-install-it-and-use-it/" target="_blank" rel="noreferrer noopener">htop</a>, <a href="https://www.osradar.com/install-atop-opensuse-15-1/" target="_blank" rel="noreferrer noopener">atop</a> and others but it has mouse integration which makes it quite accessible to many.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-bpytop-on-ubuntu-debian-a-terminal-monitoring-tool/">Install BpyTop on Ubuntu / Debian &#8211; A terminal monitoring tool</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/install-bpytop-on-ubuntu-debian-a-terminal-monitoring-tool/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
