HP-UX Reference (11i v1 00/12) - 1M System Administration Commands A-M (vol 3)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1m/!!!intro.1m
________________________________________________________________
___ ___
a
acctcom(1M) acctcom(1M)
total-CPU-time/elapsed-time
-i Print columns containing the I/O counts in the output.
-k Instead of memory size, show total kcore-minutes.
-m Show mean core size (the default).
-P Show the PRM process resource group ID (PRMID) of each process. See DEPENDEN-
CIES.
-r Show CPU factor:
user-time/(system-time+user-time)
-t
Show separate system and user CPU times.
-v Exclude column headings from the output.
-l line Show only processes belonging to terminal /dev/line.
-u user Show only processes belonging to user, specified as: a user ID, a login name that is
then converted to a user ID, a #
which designates only those processes executed by a
privileged user, or
? which designates only those processes associated with unknown
user IDs. The # and ? characters should be preceded by a backslash (\) and typed as
\# and \? to prevent the shell from interpreting the # as the start of a comment, or
the ? as a pattern.
-g group Show only processes belonging to group, specified as either the group ID or group
name.
-s time Select processes existing at or after time, given in the format:
hour[:minute[:second]]
-e
time Select processes existing at or before time; see -s.
Using the same time for both
-s and -e shows the processes that existed at time; see
-s.
-S time Select processes starting at or after time; see -s.
-E time Select processes ending at or before time; see -s.
-n pattern Show only commands matching pattern, where pattern is a regular expression as in
ed(1) except that + means one or more occurrences.
-q Do not print any output records. Just print the average statistics as with the -a
option.
-o ofile Copy selected process records in the input data format to ofile. Suppress standard
output printing.
-H factor Show only processes that exceed factor, where factor is the "hog factor" as explained
in option -h.
-O time Show only those processes with operating system CPU time exceeding time; see -s
.
-C sec Show only processes with total CPU time, system plus user, exceeding sec seconds.
-I chars Show only processes transferring more characters than the cut-off number given by
chars.
-R prmgroup Show only processes belonging to process resource group prmgroup, specified as either
process resource group name or ID number. See DEPENDENCIES.
WARNINGS
acctcom only reports on processes that have terminated. For active processes, use the ps command (see
ps(1)).
If time exceeds the current system clock time, time is interpreted as occurring on the previous day.
The accounting flag is not cleared when one processes exec’s another, but only when one process forks
another. One side-effect of this is that some processes will be marked with #
, when users do not expect
them to be.
Section 1M−−8 − 2 − HP-UX Release 11i: December 2000
___
___