csacon - condenses records from the sorted pacct file
SYNOPSIS
//uussrr//ssbbiinn//ccssaaccoonn [--AA] [--DD level] [--gg] [--jj] [--pp] [--uu]
[--ss sorted pacct file]
DESCRIPTION
The ccssaaccoonn command condenses records from the sorted pacct
file and writes consolidated records in cacct format to
stdout. You can use the csacrep(8) command to generate
ASCII reports from the consolidated file. ccssaaccoonn accepts
two types of options: consolidation and input options.
Consolidation Options
The ccssaaccoonn command accepts the following consolidation
options. You can specify multiple consolidation options.
If you do not specify any consolidation options, the
default is to use --ppuu.
--AA Consolidates all jobs, including those that have
not completed. By default, only jobs that have
completed are consolidated.
--DD level
Sets the debugging level. Level 1 is slightly
verbose; level 6 is very verbose. Debug output is
written to standard error. By default, debugging
is turned off.
--gg Consolidates sorted pacct records by using the
group ID as a key. Because not all records have a
group ID, you must use this option with at least
one of the following consolidation options: --pp,
--jj, or --uu.
--jj Consolidates sorted pacct records by using the job
ID as a key.
--pp Consolidates sorted pacct records by using the
project ID as a key. (deferred)
--uu Consolidates sorted pacct records by using the
user ID.
Input Option
The ccssaaccoonn command accepts the following input option:
--ss sorted pacct file
Specifies the name of the the sorted pacct file,
which is the input file. csabuild(8) created the
file.
The following example consolidates all records in the
sorted pacct file. The sorted pacct records are condensed
by the two-tuple job ID and user ID. Output is written to
the ccaacccctt file.
ccssaaccoonn --jj --uu --ss sorted pacct file > cacct
SEE ALSO
csaaddc(8), csabuild(8), csacrep(8).
Man(1) output converted with
man2html