acctprc(1M) DG/UX R4.11 acctprc(1M)
NAME
acctprc1, acctprc2 - process accounting
SYNOPSIS
/usr/lib/acct/acctprc1 [ctmp]
/usr/lib/acct/acctprc2
where:
ctmp Pathname of a file containing a list of login sessions in the
form described in acctcon(1M), sorted by user ID and login
name; the default is the password file.
DESCRIPTION
The acctprc1 command reads input in the form described by acct(4) and
adds login names corresponding to user ID's. It then writes for each
process an ASCII line giving user ID, login name, prime CPU time
(ticks), non-prime CPU time (ticks), and mean memory size (in memory
segment units). The information in ctmp helps it distinguish among
different login names that share the same user ID.
The acctprc2 command reads records in the form written by acctprc1,
summarizes them by user ID and name, then writes the sorted summaries
to the standard output as total accounting records.
These commands are typically used as shown below:
acctprc1 ctmp < /var/adm/pacct | acctprc2 > ptacct
FILES
/etc/passwd
/usr/lib/acct/holidays Defines non-prime hours and days
SEE ALSO
acct(1M), acctcms(1M), acctcom(1), acctcon(1M), acctmerg(1M),
acctsh(1M), cron(1M), fwtmp(1M), runacct(1M), acct(2), acct(4),
holidays(4), utmp(4).
NOTE
If you are using the Network File System (NFS (Trademark)), the
yellow pages (YP) will be used to convert user IDs to login names for
those users not listed in /etc/passwd.
Licensed material--property of copyright holder(s)