diff options
author | Menno E. Duursma <druiloor@zonnet.nl> | 2010-05-11 20:01:53 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:53 +0200 |
commit | efd5c4148c23b71a6e8c5ce8ba6b16ae48d15ae3 (patch) | |
tree | 51d55b6c96708e71ed96a073f28a67db274f6199 /system/atop/README | |
parent | b0d02a1f054fc4dbc9a57daa91db213e3abe2180 (diff) | |
download | slackbuilds-efd5c4148c23b71a6e8c5ce8ba6b16ae48d15ae3.tar.gz |
system/atop: Added to 12.0 repository
Diffstat (limited to 'system/atop/README')
-rw-r--r-- | system/atop/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/system/atop/README b/system/atop/README new file mode 100644 index 0000000000..0011997cde --- /dev/null +++ b/system/atop/README @@ -0,0 +1,16 @@ +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, added the +following lines to /etc/rc.d/rc.local: + # Start the accounting top service + if [ -x /etc/rc.d/rc.atop ]; then + /etc/rc.d/rc.atop + fi |