Unix and Linux Discussions Tagged with minutes |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
10 |
18,702 |
Programming |
|
|
|
6 |
6,645 |
Shell Programming and Scripting |
|
|
|
5 |
3,231 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,008 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
3,585 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
3,562 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
3,069 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
7,022 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
3,333 |
AIX |
|
|
|
36 |
129,032 |
IP Networking |
|
|
|
0 |
1,490 |
Complex Event Processing RSS News |
|
|
|
14 |
23,368 |
Shell Programming and Scripting |
|
|
|
6 |
33,177 |
IP Networking |
|
|
|
1 |
13,945 |
Shell Programming and Scripting |
|
|
|
2 |
7,186 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,896 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
7,246 |
Programming |
|
|
|
2 |
18,949 |
Programming |
|
|
|
2 |
7,096 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
16,267 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,953 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
9,373 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
5,758 |
IP Networking |
|
|
|
2 |
3,208 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,153 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
13,740 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
13,163 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
4,159 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
10,428 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,580 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,966 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
5,482 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,549 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
18,844 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,335 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,594 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
7,792 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
14,136 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,187 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,039 |
UNIX for Dummies Questions & Answers |
acctcms(1M) acctcms(1M)
NAME
acctcms - command summary from per-process accounting records
SYNOPSIS
[options] files
DESCRIPTION
reads one or more files, normally in the form described in acct(4). It adds all records for processes that executed identically-named com-
mands, sorts them, and writes them to the standard output, normally using an internal summary format.
Options
recognizes the following options:
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'', charac-
ters transferred, and blocks read and written, as in acctcom(1M). Output is normally sorted by total kcore-minutes.
Sort by total
CPU time, rather than total kcore-minutes.
Combine all commands invoked only once under
Sort by number of command invocations.
Any file names encountered hereafter are already in internal summary format.
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 (i.e.,
UNIX System V) style internal summary format records.
The following options can be used only with the option.
Output a prime-time-only command summary.
Output a non-prime- (offshift) time only command summary.
When and are used together, a combination prime 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.
EXAMPLES
A typical sequence for performing daily command accounting and for maintaining a running total is:
WARNINGS
Unpredictable output results if is used on new-style internal-summary-format files, or if it is not used with old style internal summary
format files.
The process mean memory size may overflow for values greater than
SEE ALSO
acct(1M), acctcom(1M), acctcon(1M), acctmerg(1M), acctprc(1M), acctsh(1M), fwtmp(1M), runacct(1M), acct(2), acct(4), utmp(4).
STANDARDS CONFORMANCE
acctcms(1M)