Tags:
software
Installation
sudo apt-get install atop
system level area
The top area is for system level metrics. There is
PRCprocess totalsCPUCPLCPU load informationMEMSWPswapPAGpaging frequencyLVM/MDD/DSKlogical volume/multiple device/disk utilizationNETnetwork information
process level area
similar to top.
the output can be controlled:
ggeneric output (default)mfor memorydfor disk relatednfor network relatedvfor various process informationcfor the command line of the process
background running
the daemon is running as a systemd unit:
systemctl status atop
it is restarted daily:
cat /etc/cron.d/atop
it writes historical data to /var/log/atop/ as one file per day
this can be viewed by reading the file:
atop -r /var/log/atop/atop_20150617