Summary: System and Process-level monitor Name: atop Epoch: 0 Version: 1.13 Release: 1 License: GPL Group: System Environment/Daemons Source0: ftp://ftp.atcomputing.nl/pub/tools/linux/atop-%{version}.tar.gz URL: http://directory.fsf.org/All_Packages_in_Directory/atop.html BuildRequires: ncurses-devel, zlib-devel Requires: ncurses, zlib BuildRoot: %{_tmppath}/%{name}-%{version}root %description Atop is an ASCII full-screen performance monitor similar to the 'top' command. For a given interval, it shows system-level activity related to the CPU, memory, swap, disks and network layers, and for every active process it shows the CPU utilization in system and user mode, the virtual and resident memory growth, priority, username, state, and exit code. It also shows process level activity for processes which finished during the last interval. Atop shows only the active system-resources and processes, and only the deviations since the previous interval. Unfortunately, the standard kernel does not maintain counters about the number of disk and network accesses issued per process. Kernel patches will be made available to add these counters; the current version of atop can already display them. #--------------------------------------------------------------------- %prep %setup -n %{name}-%{version} #--------------------------------------------------------------------- %build make %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT make DESTDIR="$RPM_BUILD_ROOT" install #--------------------------------------------------------------------- %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT #--------------------------------------------------------------------- %files %defattr(-,root,root) %config /etc/atop /etc/rc.d/init.d/atop /usr/bin/atop %doc /usr/share/man/man1/atop.1.gz