<?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>ytop Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/ytop/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 06 Mar 2020 14:59:24 +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>Monitoring Linux system with ytop</title>
		<link>https://www.osradar.com/monitoring-linux-system-with-ytop/</link>
					<comments>https://www.osradar.com/monitoring-linux-system-with-ytop/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 10 Mar 2020 23:34:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[ytop]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=18775</guid>

					<description><![CDATA[<p>Hi, folks. This post is about Monitoring Linux system using ytop. I will tell you a little bit about it and also show you how to install it. Monitoring the resources of a computer in Linux helps to know which programs require special attention. It also allows you to know what is the performance of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/monitoring-linux-system-with-ytop/">Monitoring Linux system with ytop</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hi, folks. <strong>This post is about Monitoring Linux system using ytop</strong>. I will tell you a little bit about it and also show you how to install it.</p>
<p>Monitoring the resources of a computer in Linux helps to know which programs require special attention. It also allows you to know what is the performance of your computer according to various circumstances.</p>
<p>If we talk about tools to monitor computer resources in Linux, there are many interesting applications. Some very simple and others not so simple. But in the end, all of them fulfill their purposes remarkably.</p>
<p>So today I will talk about <a href="https://github.com/cjbassi/ytop" target="_blank" rel="noopener noreferrer">ytop</a> a TUI based system monitor written in <a href="https://www.osradar.com/install-rust-programming-language-linux/" target="_blank" rel="noopener noreferrer">Rust</a> language. Quite efficient in the consumption of resources and with the possibility of being installed in almost any Linux distribution and even in macOS.</p>
<h2>Installing Ytop to monitoring Linux system</h2>
<p>Ytop is available for many Linux distributions. So installation is not a problem.</p>
<p>If you use Linux Arch or a derivative of it, you can install ytop from Aur.</p>
<p>In case you use Alpine Linux, just use the following command:</p>
<pre>:~$ apk add ytop</pre>
<p>However, it is also possible to install it from the source code. To do so, use the following command:</p>
<pre>:~$ cargo install -f --git https://github.com/cjbassi/ytop ytop</pre>
<p>In any case, we can use binaries built for Linux. These should work on almost any distribution.</p>
<p>First, we download it with <a href="https://www.osradar.com/the-wget-command/" target="_blank" rel="noopener noreferrer">wget</a>:</p>
<pre>:~$ wget https://github.com/cjbassi/ytop/releases/download/0.5.1/ytop-0.5.1-x86_64-unknown-linux-gnu.tar.gz</pre>
<figure id="attachment_18813" aria-describedby="caption-attachment-18813" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18813" src="https://www.osradar.com/wp-content/uploads/2020/03/1-1111.png" alt="1.- Install ytop to monitoring Linux systems" width="1365" height="439" srcset="https://www.osradar.com/wp-content/uploads/2020/03/1-1111.png 1365w, https://www.osradar.com/wp-content/uploads/2020/03/1-1111-300x96.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/1-1111-1024x329.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/1-1111-768x247.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/1-1111-696x224.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/1-1111-1068x343.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/1-1111-1306x420.png 1306w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-18813" class="wp-caption-text">1.- Install ytop to monitoring Linux system</figcaption></figure>
<p>Now, decompress the file:</p>
<pre>:~$ tar zxvf ytop-0.5.1-x86_64-unknown-linux-gnu.tar.gz</pre>
<figure id="attachment_18814" aria-describedby="caption-attachment-18814" style="width: 737px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18814" src="https://www.osradar.com/wp-content/uploads/2020/03/2-1.png" alt="2.- Decompress the file" width="737" height="137" srcset="https://www.osradar.com/wp-content/uploads/2020/03/2-1.png 737w, https://www.osradar.com/wp-content/uploads/2020/03/2-1-300x56.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/2-1-696x129.png 696w" sizes="(max-width: 737px) 100vw, 737px" /><figcaption id="caption-attachment-18814" class="wp-caption-text">2.- Decompress the file</figcaption></figure>
<p>This will generate a file called ytop which is the binary. Now open a terminal and run the file:</p>
<pre>:~$ ./ytop</pre>
<p>And you will see the following screen:</p>
<figure id="attachment_18815" aria-describedby="caption-attachment-18815" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18815" src="https://www.osradar.com/wp-content/uploads/2020/03/3-1.png" alt="3.- Using Ytop on Linux" width="1366" height="767" srcset="https://www.osradar.com/wp-content/uploads/2020/03/3-1.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/3-1-300x168.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/3-1-1024x575.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/3-1-768x431.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/3-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/3-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/3-1-748x420.png 748w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-18815" class="wp-caption-text">3.- Using Ytop on Linux</figcaption></figure>
<p>The application is very easy to use, but nevertheless, you have to take into account the keyboard shortcuts. Some of them are the following:</p>
<p>The application is very easy to use, but nevertheless, you have to take into account the keyboard shortcuts. Some of them are the following:</p>
<ul>
<li>Quit: q or &lt;C-c&gt;</li>
<li>Pause: &lt;Space&gt;</li>
</ul>
<p>Process navigation:</p>
<ul>
<li>k and &lt;Up&gt;: up</li>
<li>j and &lt;Down&gt;: down</li>
<li>&lt;C-u&gt;: half page up</li>
<li>&lt;C-d&gt;: half page down</li>
<li>&lt;C-b&gt;: full page up</li>
<li>&lt;C-f&gt;: full page down</li>
<li>gg and &lt;Home&gt;: jump to top</li>
<li>G and &lt;End&gt;: jump to bottom</li>
</ul>
<p>If you want to know all the keyboard combinations, I recommend you to read the <a href="https://github.com/cjbassi/ytop" target="_blank" rel="noopener noreferrer">official documentation</a> of the application.</p>
<p>Also, the application can also be customized thanks to the color scheme.</p>
<p>As you see everything is quite simple and easy to use. So take advantage of this application to monitor your system without sacrificing resources.</p>
<h2>Conclusion</h2>
<p>Every day there are better tools in Linux to monitor computer resources. Today I have presented another tool that stands out for its ease of use and efficient consumption of resources. Easily installable is available to many.</p>
<p>Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram channel.</a></p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/monitoring-linux-system-with-ytop/">Monitoring Linux system with ytop</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/monitoring-linux-system-with-ytop/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
