News

January 4, 2024

Atop version 2.10.0

May 13, 2023

Atop version 2.9.0

January 7, 2023

Atop version 2.8.1

December 29, 2022

Atop version 2.8.0

January 8, 2022

Atop version 2.7.1

December 18, 2021

Atop version 2.7.0

The installation steps of the kernel module netatop can be found below. This kernel module can be used in combination with kernel version 2.6.24 or newer, and atop version 2.0 or newer (in case atop shows the message "No kernel-patch installed", please upgrade atop to version 2.x).
The kernel patches that have been available on this website in the past are obsolete.

Important notice before download

 

Version 3.1

 

Version 3.0-1

 

Version 2.0

 

Version 1.0

 

Version 0.7

 

Version 0.6

 

Version 0.5

 

Version 0.4

 

Version 0.3

 

Version 0.2

 

Version 0.1.1

 

Version 0.1

 

Installation netatop and netatopd

After the archive has been downloaded and extracted, the following steps are required to install the netatop kernel module and the netatopd daemon (as root):

  1. Install the packages gcc and make that are needed for compilation of the source code.
     
  2. Depending on the Linux distribution, install the package zlib-devel (e.g. for RedHat and CentOS) or zlib1g-dev (e.g. for Debian and Ubuntu) from the distributor's repository.
     
  3. Depending on the Linux distribution, install the packages kernel-devel and/or kernel-headers (e.g. for RedHat and CentOS) or linux-headers (e.g. for Debian and Ubuntu) from the distributor's repository. Take care that the version of these packages correspond to the kernel version in use.
    Whether explicit installation of these packages is needed depends on the distribution.
     
  4. Build and install the module and daemon.
    From the topdirectory of the extracted archive and run the following commands:
          make
          make install
        
    All components are compiled now and copied to the proper directories.
     
  5. To load the module and start the daemon:
          systemctl start netatop
        
  6. To load the module and start the daemon automatically after boot:
          systemctl enable netatop
        

When atop is running while you load or unload the module, it will automatically adapt to the new situation on a per-sample basis.