- Store information about the system and process activity in binary compressed form to a file with an interval of ten minutes during an hour:
- atop -w /tmp/atop.raw 600 6
- View the contents of this file interactively:
- atop -r /tmp/atop.raw
- Jump one interval forward by pressing “t”, to go backward press “T”. To jump to a specified time, press “b”.
- Ubuntu package contains atop.service which will log the samples into /var/log/atop/atop_YYYYMMDD log files with interval 600.
Saturday, 7 June 2025
atop
TermRecord
TermRecord is a simple terminal session recorder with easy-to-share self-contained HTML output! TermRecord -o /tmp/session.html
-
7z : Compression utility aa : a simple utility to help create backups ab : Apache HTTP server benchmarking tool aespipe : AES encrypti...
-
grub-mkconfig - generate a GRUB configuration file grub-mkconfig -o /boot/grub/grub.cfg
-
# To sort directories/files by size: du -sk *| sort -rn # To show cumulative human-readable size: du -sh # To show cumulative human-readabl...