<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: 6 Key Performance Metrics to Monitor in Linux Servers &#8211; Part 1	</title>
	<atom:link href="https://www.tecmint.com/monitor-linux-cpu-utilization/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/monitor-linux-cpu-utilization/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 22 Feb 2023 18:59:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: incama		</title>
		<link>https://www.tecmint.com/monitor-linux-cpu-utilization/comment-page-1/#comment-1970628</link>

		<dc:creator><![CDATA[incama]]></dc:creator>
		<pubDate>Wed, 22 Feb 2023 18:59:47 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=49528#comment-1970628</guid>

					<description><![CDATA[You can&#039;t install &lt;strong&gt;glances&lt;/strong&gt; on &lt;strong&gt;Debian 11&lt;/strong&gt; using &lt;strong&gt;apt&lt;/strong&gt;. Use &lt;strong&gt;pip&lt;/strong&gt; instead! Just make sure you got the dependencies right.
&lt;pre&gt;
# apt install python3 python3-dev python3-jinja2 python3-psutil python3-setuptools psensor psensor-server python3-pip lm-sensors -y
&lt;/pre&gt;
and then:
&lt;pre&gt;
# pip3 install glances
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>You can&#8217;t install <strong>glances</strong> on <strong>Debian 11</strong> using <strong>apt</strong>. Use <strong>pip</strong> instead! Just make sure you got the dependencies right.</p>
<pre>
# apt install python3 python3-dev python3-jinja2 python3-psutil python3-setuptools psensor psensor-server python3-pip lm-sensors -y
</pre>
<p>and then:</p>
<pre>
# pip3 install glances
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
