Comments on: How to Install ‘atop’ to Monitor Logging Activity of Linux System Processes https://www.tecmint.com/how-to-install-atop-to-monitor-logging-activity-of-linux-system-processes/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 04 Mar 2019 20:31:07 +0000 hourly 1 By: manydu https://www.tecmint.com/how-to-install-atop-to-monitor-logging-activity-of-linux-system-processes/comment-page-1/#comment-1107896 Mon, 04 Mar 2019 20:31:07 +0000 http://www.tecmint.com/?p=12871#comment-1107896 In reply to bruno.

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

I just got the same error on Centos 7. Apparently “uname -r” output mismatches the name of the kernel files the netatop needs (some minor version number differences).

Here’s the solution:

# yum -y install "kernel-devel-uname-r == $(uname -r)"
]]>
By: Ravi Saive https://www.tecmint.com/how-to-install-atop-to-monitor-logging-activity-of-linux-system-processes/comment-page-1/#comment-1104914 Tue, 26 Feb 2019 05:08:33 +0000 http://www.tecmint.com/?p=12871#comment-1104914 In reply to Kelems.

@Kelems,

Thanks for sharing with us, hope it will help Ubuntu 18.04 users..

]]>
By: Kelems https://www.tecmint.com/how-to-install-atop-to-monitor-logging-activity-of-linux-system-processes/comment-page-1/#comment-1104706 Mon, 25 Feb 2019 18:01:06 +0000 http://www.tecmint.com/?p=12871#comment-1104706 On Ubuntu 18.04 the following changes/additions where necessary:

# apt install build-essential

“Config” file is now in /usr/share/atop/atop.daily.

]]>
By: Punith https://www.tecmint.com/how-to-install-atop-to-monitor-logging-activity-of-linux-system-processes/comment-page-1/#comment-1051742 Mon, 22 Oct 2018 13:30:47 +0000 http://www.tecmint.com/?p=12871#comment-1051742 Hey how to pass number of samples to atop

]]>
By: Ravi Saive https://www.tecmint.com/how-to-install-atop-to-monitor-logging-activity-of-linux-system-processes/comment-page-1/#comment-991299 Fri, 11 May 2018 06:18:05 +0000 http://www.tecmint.com/?p=12871#comment-991299 In reply to bruno.

@Bruno,

Why you compiling from source atop? when you can easily install from default repositories using your system package manager APT or YUM.

]]>