<?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: How to Install &#8216;atop&#8217; to Monitor Real-Time System Performance	</title>
	<atom:link href="https://www.tecmint.com/atop-linux-performance-monitoring/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/atop-linux-performance-monitoring/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 30 Jun 2025 06:53:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: manydu		</title>
		<link>https://www.tecmint.com/atop-linux-performance-monitoring/comment-page-1/#comment-1107896</link>

		<dc:creator><![CDATA[manydu]]></dc:creator>
		<pubDate>Mon, 04 Mar 2019 20:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12871#comment-1107896</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/atop-linux-performance-monitoring/comment-page-1/#comment-991173&quot;&gt;bruno&lt;/a&gt;.

Concerning: /lib/modules/2.6.32-042stab120.11/build: No such file or directory

I just got the same error on Centos 7. Apparently &quot;&lt;strong&gt;uname -r&lt;/strong&gt;&quot; output mismatches the name of the kernel files the netatop needs (some minor version number differences).

Here&#039;s the solution:
&lt;pre&gt;
# yum -y install &quot;kernel-devel-uname-r == $(uname -r)&quot;
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/atop-linux-performance-monitoring/comment-page-1/#comment-991173">bruno</a>.</p>
<p>Concerning: /lib/modules/2.6.32-042stab120.11/build: No such file or directory</p>
<p>I just got the same error on Centos 7. Apparently &#8220;<strong>uname -r</strong>&#8221; output mismatches the name of the kernel files the netatop needs (some minor version number differences).</p>
<p>Here&#8217;s the solution:</p>
<pre>
# yum -y install "kernel-devel-uname-r == $(uname -r)"
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/atop-linux-performance-monitoring/comment-page-1/#comment-1104914</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 26 Feb 2019 05:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12871#comment-1104914</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/atop-linux-performance-monitoring/comment-page-1/#comment-1104706&quot;&gt;Kelems&lt;/a&gt;.

@Kelems,

Thanks for sharing with us, hope it will help Ubuntu 18.04 users..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/atop-linux-performance-monitoring/comment-page-1/#comment-1104706">Kelems</a>.</p>
<p>@Kelems,</p>
<p>Thanks for sharing with us, hope it will help Ubuntu 18.04 users..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kelems		</title>
		<link>https://www.tecmint.com/atop-linux-performance-monitoring/comment-page-1/#comment-1104706</link>

		<dc:creator><![CDATA[Kelems]]></dc:creator>
		<pubDate>Mon, 25 Feb 2019 18:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12871#comment-1104706</guid>

					<description><![CDATA[On Ubuntu 18.04 the following changes/additions where necessary:
&lt;pre&gt;
# apt install build-essential
&lt;/pre&gt;
&quot;Config&quot; file is now in &lt;strong&gt;/usr/share/atop/atop.daily&lt;/strong&gt;.]]></description>
			<content:encoded><![CDATA[<p>On Ubuntu 18.04 the following changes/additions where necessary:</p>
<pre>
# apt install build-essential
</pre>
<p>&#8220;Config&#8221; file is now in <strong>/usr/share/atop/atop.daily</strong>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Punith		</title>
		<link>https://www.tecmint.com/atop-linux-performance-monitoring/comment-page-1/#comment-1051742</link>

		<dc:creator><![CDATA[Punith]]></dc:creator>
		<pubDate>Mon, 22 Oct 2018 13:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12871#comment-1051742</guid>

					<description><![CDATA[Hey how to pass number of samples to atop]]></description>
			<content:encoded><![CDATA[<p>Hey how to pass number of samples to atop</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/atop-linux-performance-monitoring/comment-page-1/#comment-991299</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 11 May 2018 06:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12871#comment-991299</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/atop-linux-performance-monitoring/comment-page-1/#comment-991173&quot;&gt;bruno&lt;/a&gt;.

@Bruno,

Why you compiling from source atop? when you can easily install from default repositories using your system package manager APT or YUM.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/atop-linux-performance-monitoring/comment-page-1/#comment-991173">bruno</a>.</p>
<p>@Bruno,</p>
<p>Why you compiling from source atop? when you can easily install from default repositories using your system package manager APT or YUM.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
