svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
acctcms(8)
System Administration Commands acctcms(8)
NAME
acctcms - command summary from process accounting records
SYNOPSIS
/usr/lib/acct/acctcms [-a [-o] [-p]] [-c] [-j] [-n] [-s]
[-t] filename...
DESCRIPTION
acctcms reads one or more filenames, normally in the form described in
acct.h(3HEAD). It adds all records for processes that executed identi‐
cally named commands, sorts them, and writes them to the standard out‐
put, normally using an internal summary format.
OPTIONS
-a Print output in ASCII rather than in the internal summary format.
The output includes command name, number of times executed, total
kcore-minutes, total CPU minutes, total real minutes, mean size
(in K), mean CPU minutes per invocation, "hog factor," characters
transferred, and blocks read and written, as in acctcom(1). Out‐
put is normally sorted by total kcore-minutes.
Use the following options only with the -a option:
-o Output a (non-prime) offshift-time-only command summary.
-p Output a prime-time-only command summary.
When -o and -p are used together, a combination prime-time and
non-prime-time report is produced. All the output summaries are
total usage except number of times executed, CPU minutes, and
real minutes, which are split into prime and non-prime.
-c Sort by total CPU time, rather than total kcore-minutes.
-j Combine all commands invoked only once under "***other".
-n Sort by number of command invocations.
-s Any file names encountered hereafter are already in internal sum‐
mary format.
-t Process all records as total accounting records. The default
internal summary format splits each field into prime and non-
prime-time parts. This option combines the prime and non-prime
time parts into a single field that is the total of both, and
provides upward compatibility with old style acctcms internal
summary format records.
EXAMPLES
Example 1 Using the acctcms command.
A typical sequence for performing daily command accounting and for
maintaining a running total is:
example% acctcms filename ... > today
example% cp total previoustotal
example% acctcms -s today previoustotal > total
example% acctcms -a -s today
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/accounting/legacy-accounting
SEE ALSO
acctcom(1), acct(2), acct.h(3HEAD), utmpx(5), attributes(7), acct(8),
acctcon(8), acctmerg(8), acctprc(8), acctsh(8), fwtmp(8), runacct(8)
NOTES
Unpredictable output results if -t is used on new style internal sum‐
mary format files, or if it is not used with old style internal summary
format files.
Oracle Solaris 11.4 16 Aug 2011 acctcms(8)