Conraid's Repository

for Slackware

 NameLast modifiedSize

 Parent Directory  -
 README2024-05-05 09:54 955
 atop-2.10.0-x86_64-2cf.lst2024-05-05 09:54 3.2K
 atop-2.10.0-x86_64-2cf.meta2024-05-05 09:54 613
 atop-2.10.0-x86_64-2cf.txt2024-05-05 09:54 324
 atop-2.10.0-x86_64-2cf.txz2024-05-05 09:54 201K
 atop-2.10.0-x86_64-2cf.txz.asc2024-05-05 09:54 508
 atop-2.10.0-x86_64-2cf.txz.md52024-05-05 09:54 61


Slackware Current Repository by Conraid

======================================================================

Acounting Top (advanced interactive monitor)

ATOP is an advanced interactive monitor for Linux-systems
to view the load on system-level and process-level.

atop was wtitten and is maintained by Gerlof Langeveld of
AT Consultancy bv, Nijmegen, The Netherlands

HOME: http://www.atoptool.nl

======================================================================
NOTE: 

README.SLACKWARE for atop

Some features depend on the 'acct' (BSD accounting) package from 
Slackware being installed.  To enable it, execute the following:

  touch /var/log/pacct
  chgrp utmp /var/log/pacct
  chmod 640 /var/log/pacct
  accton

You may want to have atop start at boot; to do so, add to
/etc/rc.d/rc.local the following lines:

  # Start the accounting top service
  if [ -x /etc/rc.d/rc.atop ]; then
    /etc/rc.d/rc.atop
  fi


======================