1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
.TH acctdump 8 2014-10-06 chiark-utils-bin
.SH NAME
acctdump \- accounting data dump utility
.SH SYNOPSIS
.B acctdump
.RB [ -f|--forwards ]
.RB [ -q|--no-banner ]
.RB [ -p|--stdin ]
.RB [ -r|--raw ]
.RB [ -u|--resource ]
.RI [ <file> ... ]
.SH DESCRIPTION
.B acctdump
reads process accounting data from
.B file
or, by default, from the system process account file
.I /var/log/account/pacct
and outputs it as a table on stdout.
.SH OPTIONS
.TP
.B -f|--forwards
Output data with the oldest entry first rather than last.
.TP
.B -q|--no-banner
Don\'t output a header in the first line.
.TP
.B -p|--stdin
Read accounting data from stdin.
.TP
.B -r|--raw
Don\'t convert date, uid, gid, tty, and exit status to human readable forms.
.TP
.B -u|--resource
Additionally display resource usage data.
.SH "SEE ALSO"
.BR ac (1)
.BR accton (8)
.BR dump-acct (8)
.BR dump-utmp (8)
.BR lastcomm (1)
.BR sa (8)
.SH AUTHOR
.B acctdump
is
.BR
Copyright (C) 1998, 2001, 2006 Ian Jackson <ian@chiark.greenend.org.uk>
This manpage was written by Jonathan Amery. It is
.BR
Copyright (C) 2014 Jonathan Amery <jdamery@chiark.greenend.org.uk>
This is free software, distributed under the GNU General Public
Licence, version 3 or (at your option) any later version; see
/usr/share/doc/chiark-utils-bin/copyright or
/usr/share/common-licenses/GPL-3
for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|