dump-acctfilename
prints a list of all executed processes. This list is written by the kernel
which must be compiled with BSD process accounting enabled.
It must be started with
accton(8).
All fields are separated by vertical lines. The fields are:
command,
user time,
system time,
effective time,
uid,
gid,
memory,
io,
time.
User, system and effective times are ticks per second. One tick is
usually 1/100 of a second.
OPTIONS
-r, --reverse
Start printing from last records.
-R, --raw
Print raw records, not human-readable.
-n, --num recs
Number of lines to print.
-h, --help
Prints the usage string and default locations of system files to
standard output and exits.
FILES
pacct
The system wide process accounting file. See
acct(5)
(or
pacct(5))
for further details.
AUTHOR
The GNU accounting utilities were written by Noel Cragg
<noel@gnu.ai.mit.edu>. The man page was written
by Ognyan Kulev <ogi@fmi.uni-sofia.bg> for Debian GNU systems (but may be
used by others).