|
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | SEE ALSO | COLOPHON |
DUMP_ACCT(8) System Manager's Manual DUMP_ACCT(8)
dump-acct - print an acct/pacct file in human-readable format
dump-acct [-r|--reverse] [-R|--raw] [-n|--num recs] [--byte-swap]
[--format] [--ahz freq] [-h|--help] [files]
The dump-acct command transforms the output file from the accton
format to the human-readable format: one record per line. Each
record consists of severald fields which are separated by character
"|" (the meaning of concreate field depends on the version of kernel
package - with which the accton file was created).
The following options are supported:
-r, --reverse
Print the output in reverse order.
-R, --raw
The records will be printed without any parsing.
-n, --num NUMRECS
Display only the first NUMRECS number of records.
--byteswap
Swap the bytes (relative to your system's native byte order)
in --raw output.
--format
Set output format with --raw option.
--ahz FREQ
Set the AHZ (platform dependent frequency in Hertz) to FREQ.
-h, --help
Print a help message and the default location of the process
accounting file and exit.
accton (8), lastcomm (1)
This page is part of the psacct (process accounting utilities)
project. Information about the project can be found at
⟨http://www.gnu.org/software/acct/⟩. If you have a bug report for
this manual page, see ⟨http://www.gnu.org/software/acct/⟩. This page
was obtained from the project's upstream Subversion repository
⟨svn://svn.savannah.gnu.org/acct/trunk⟩ on 2017-07-05. If you dis‐
cover any rendering problems in this HTML version of the page, or you
believe there is a better or more up-to-date source for the page, or
you have corrections or improvements to the information in this
COLOPHON (which is not part of the original manual page), send a mail
to man-pages@man7.org
Linux accounting system 2009 December 2 DUMP_ACCT(8)