Monitor for System Resources and Process Activity
Atop is an ASCII full-screen performance monitor, similar to the top command. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks and network layers, and it shows for every active process the CPU utilization in system and user mode, the virtual and resident memory growth, priority, username, state, and exit code. The process level activity is also shown for processes which finished during the last interval, to get a complete overview about the consumers of things such as CPU time. Atop only shows the active system-resources and processes, and only shows the deviations since the previous interval.
- Developed at utilities
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/atop && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
atop-2.5.0.tar.gz | 0000256640 251 KB | |
atop-makefile.patch | 0000001836 1.79 KB | |
atop-rpmlintrc | 0000000229 229 Bytes | |
atop.changes | 0000013961 13.6 KB | |
atop.default | 0000000067 67 Bytes | |
atop.desktop | 0000000155 155 Bytes | |
atop.spec | 0000005445 5.32 KB |
Revision 5 (latest revision is 14)
Dominique Leuenberger (dimstar_suse)
accepted
request 829616
from
Ondřej Súkup (mimi_vx)
(revision 5)
- Update to version 2.5.0 Modifications for atop: * Avoid using perf counters in VM New option 'perfevents' in the atoprc file to define if the Instructions Per Cycle (IPC) should be retrieved via the 'perf' counters. Specify value 'auto' (default), 'enable' or 'disable'. In case of 'auto', the Instructions Per Cycle counter will not be retrieved on VMs due to the overhead of reading this counter in a guest. * Improve daily rotation of logfile for systemd-based systems. Exchange the files /etc/cron.d/atop, /etc/logrotate.d/psaccs_atop, /etc/logrotate.d/psaccu_atop, /usr/share/atop/atop.daily, /var/log/atop/dummy_after and /var/log/atop/dummy_before by atop-rotate.service and atop-rotate.timer. * Bug fixes: Correction of PSI value 'io full'. Use smaps_rollup (if present) instead of smaps for better performance. Use writev instead of 3 single writes to avoid logfile corruption. Modified handling of error messages (remain visible after window is closed). Correct CID for containers created by Kubernetes. Allow reading a logfile via a named pipe (non-seekable). Modifications for atopconvert: * Show version of input file (even if only one parameter specified). General: * The format of the raw file is compatible with version 2.4. - Run spec-cleaner - Remove requires for cron and logrotate now that there is systemd service and timers handling logrotation - Remove Requires(post) for permissions since atop does not use cron files anymore - Refresh patch: * atop-makefile.patch - Add atop defaults in /etc/default/atop (forwarded request 823802 from elimat)
Comments 0