/usr/lib/acct/ckpacct [ blocks ]
/usr/lib/acct/dodisk [ -o ] [ filename ... ]
/usr/lib/acct/lastlogin
/usr/lib/acct/monacct number
/usr/lib/acct/nulladm filename ...
/usr/lib/acct/prctmp filename
/usr/lib/acct/prdaily [ -c ] [ -l ] [ mmdd ]
/usr/lib/acct/prtacct filename [ ’’heading’’ ]
/usr/lib/acct/runacct [ mmdd ] [ mmdd state ]
/usr/lib/acct/shutacct [ ’’reason’’ ]
/usr/lib/acct/startup
/usr/lib/acct/turnacct on| off| switch
SUNWaccu
ckpacct should be initiated using cron(1M) to periodically check the size of /var/adm/pacct. If the size exceeds blocks, 500 by default, turnacct will be invoked with argument switch. If the number of free disk blocks in the /var file system falls below 500, ckpacct will automatically turn off the collection of process accounting records via the off argument to turnacct. When at least 500 blocks are restored, the accounting will be activated again on the next invocation of ckpacct. This feature is sensitive to the frequency at which ckpacct is executed, usually by cron.
dodisk should be invoked by cron to perform the disk accounting functions.
lastlogin is invoked by runacct to update /var/adm/acct/sum/loginlog,
which shows the last date on which each person logged in.
monacct should be invoked once each month or each accounting period. number indicates which month or period it is. If number is not given, it defaults to the current month (01-12). This default is useful if monacct is to executed using cron(1M) on the first day of each month. monacct creates summary files in /var/adm/acct/fiscal and restarts the summary files in /var/adm/acct/sum.
nulladm creates filename with mode 664 and ensures that owner and group are adm. It is called by various accounting shell procedures.
prctmp can be used to print the session record file (normally /var/adm/acct/nite/ctmp created by acctcon1 (see acctcon(1M) ).
prdaily is invoked by runacct to format a report of the previous day’s accounting data. The report resides in /var/adm/acct/sum/rprt/mmdd where mmdd is the month and day of the report. The current daily accounting reports may be printed by typing prdaily. Previous days’ accounting reports can be printed by using the mmdd option and specifying the exact report date desired.
prtacct can be used to format and print any total accounting (tacct)file.
runacct performs the accumulation of connect, process, fee, and disk accounting on a daily basis. It also creates summaries of command usage. For more information, see runacct(1M) .
shutacct is invoked during a system shutdown to turn process accounting off and append a reason record to /var/adm/wtmp.
startup can be invoked when the system is brought to a multi-user state to turn process accounting on.
turnacct is an interface to accton (see acct(1M) ) to turn process accounting on or off. The switch argument moves the current /var/adm/pacct to the next free name in /var/adm/pacctincr (where incr is a number starting with 1 and incrementing by one for each additional pacct file), then turns accounting back on again. This procedure is called by ckpacct and thus can be taken care of by the cron and used to keep pacct to a reasonable size. shutacct uses turnacct to stop process accounting. startup uses turnacct to start process accounting.
3000 distinct users
during a single invocation of the command. If at some point the actual number of users exceeds the maximum, the command will not succeed.