slackbuilds_ponce/system/atop
2010-05-11 22:26:24 +02:00
..
atop.info system/atop: Updated for version 1.23 2010-05-11 22:26:24 +02:00
atop.init.diff system/atop: Added to 12.0 repository 2010-05-11 20:01:53 +02:00
atop.SlackBuild system/atop: Updated for version 1.23 2010-05-11 22:26:24 +02:00
doinst.sh system/atop: Added to 12.0 repository 2010-05-11 20:01:53 +02:00
psacct.logrotate system/atop: Added to 12.0 repository 2010-05-11 20:01:53 +02:00
README system/atop: Updated for version 1.23 2010-05-11 22:26:24 +02:00
slack-desc system/atop: Added to 12.0 repository 2010-05-11 20:01:53 +02:00

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

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

Note: logrotate(8) doesn't like .new files to reside in
      /etc/logrotate.d - thus make sure to merge@remove