/usr/lib/acct/acctdusg [ -ufilename ] [ -pfilename ]
/usr/lib/acct/accton [ filename ]
/usr/lib/acct/acctwtmp reason filename
/usr/lib/acct/closewtmp
/usr/lib/acct/utmp2wtmp
SUNWaccu
Connect time accounting is handled by various programs that write records into /var/adm/wtmp, as described in utmp(4) . The programs described in acctcon(1M) convert this file into session and charging records, which are then summarized by acctmerg(1M) .
Process accounting is performed by the system kernel. Upon termination of a process, one record per process is written to a file (normally /var/adm/pacct). The programs in acctprc(1M) summarize this data for charging purposes; acctcms(1M) is used to summarize command usage. Current process data may be examined using acctcom(1) .
Process accounting records and connect time accounting records (or any accounting records in the tacct format described in acct(4) ) can be merged and summarized into total accounting records by acctmerg (see tacct format in acct(4) ). prtacct (see acctsh(1M) ) is used to format any or all accounting records.
acctdisk reads lines that contain user ID, login name, and number of disk blocks and converts them to total accounting records that can be merged with other accounting records.
acctdusg reads its standard input (usually from find / -print) and computes disk resource consumption (including indirect blocks) by login.
accton without arguments turns process accounting off.
If filename is given, it must be the name of an existing file, to which
the kernel appends process accounting records (see acct(2)
and acct(4)
).
acctwtmp writes a utmp(4) record to filename. The record contains the current time and a string of characters that describe the reason. A record type of ACCOUNTING is assigned (see utmp(4) ). reason must be a string of 11 or fewer characters, numbers, $, or spaces. For example, the following are suggestions for use in reboot and shutdown procedures, respectively:
acctwtmp "acctg on" /var/adm/wtmp
acctwtmp "acctg off" /var/adm/wtmp
For each user currently logged on, closewtmp puts a false DEAD_PROCESS record in the /var/adm/wtmp file. runacct (see runacct(1M) ) uses this false DEAD_PROCESS record so that the connect accounting procedures can track the time used by users logged on before runacct was invoked.
For each user currently logged on, runacct uses utmp2wtmp to create an entry in the file /var/adm/wtmp, created by runacct. Entries in /var/adm/wtmp enable subsequent invocations of runacct to account for connect times of users currently logged in.
If any of the LC_* variables (LC_TYPE , LC_MESSAGES , LC_TIME , LC_COLLATE , LC_NUMERIC , and LC_MONETARY ) (see environ(5) ) are not set in the environment, the operational behavior of acct for each corresponding locale category is determined by the value of the LANG environment variable. If LC_ALL is set, its contents are used to override both the LANG and the other LC_* variables. If none of the above variables are set in the environment, the "C" (U.S. style) locale determines how acct behaves.
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.