'\" te .\" Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. .\" Copyright 1989 AT&T .TH acctcon 1M "16 Aug 2011" "SunOS 5.11" "System Administration Commands" .SH NAME acctcon, acctcon1, acctcon2 \- connect-time accounting .SH SYNOPSIS .LP .nf \fB/usr/lib/acct/acctcon\fR [\fB-l\fR \fIlineuse\fR] [\fB-o\fR \fIreboot\fR] .fi .LP .nf \fB/usr/lib/acct/acctcon1\fR [\fB-p\fR] [\fB-t\fR] [\fB-l\fR \fIlineuse\fR] [\fB-o\fR \fIreboot\fR] .fi .LP .nf \fB/usr/lib/acct/acctcon2\fR .fi .SH DESCRIPTION .sp .LP \fBacctcon\fR converts a sequence of login/logoff records to total accounting records (see the \fBtacct\fR format in \fBacct.h\fR(3HEAD)). The login/logoff records are read from standard input. The file \fB/var/adm/wtmpx\fR is usually the source of the login/logoff records; however, because it might contain corrupted records or system date changes, it should first be fixed using \fBwtmpfix\fR. The fixed version of file \fB/var/adm/wtmpx\fR can then be redirected to \fBacctcon\fR. The \fBtacct\fR records are written to standard output. .sp .LP \fBacctcon\fR is a combination of the programs \fBacctcon1\fR and \fBacctcon2\fR. \fBacctcon1\fR converts login/logoff records, taken from the fixed \fB/var/adm/wtmpx\fR file, to ASCII output. \fBacctcon2\fR reads the ASCII records produced by \fBacctcon1\fR and converts them to \fBtacct\fR records. \fBacctcon1\fR can be used with the \fB-l\fR and \fB-o\fR options, described below, as well as with the \fB-p\fR and \fB-t\fR options. .SH OPTIONS .sp .ne 2 .mk .na \fB\fB-p\fR\fR .ad .RS 14n .rt Print input only, showing line name, login name, and time (in both numeric and date/time formats). .RE .sp .ne 2 .mk .na \fB\fB-t\fR\fR .ad .RS 14n .rt \fBacctcon1\fR maintains a list of lines on which users are logged in. When it reaches the end of its input, it emits a session record for each line that still appears to be active. It normally assumes that its input is a current file, so that it uses the current time as the ending time for each session still in progress. The \fB-t\fR flag causes it to use, instead, the last time found in its input, thus assuring reasonable and repeatable numbers for non-current files. .RE .sp .ne 2 .mk .na \fB\fB-l\fR \fIlineuse\fR\fR .ad .RS 14n .rt \fIlineuse\fR is created to contain a summary of line usage showing line name, number of minutes used, percentage of total elapsed time used, number of sessions charged, number of logins, and number of logoffs. This file helps track line usage, identify bad lines, and find software and hardware oddities. Hangup, termination of \fBlogin\fR(1) and termination of the login shell each generate logoff records, so that the number of logoffs is often three to four times the number of sessions. See \fBinit\fR(1M) and \fButmpx\fR(4). .RE .sp .ne 2 .mk .na \fB\fB-o\fR \fIreboot\fR\fR .ad .RS 14n .rt \fBreboot\fR is filled with an overall record for the accounting period, giving starting time, ending time, number of reboots, and number of date changes. .RE .SH EXAMPLES .LP \fBExample 1 \fRUsing the \fBacctcon\fR command. .sp .LP The \fBacctcon\fR command is typically used as follows: .sp .in +2 .nf example% acctcon \fB-l\fR lineuse \fB-o\fR reboots < tmpwtmp > ctacct .fi .in -2 .sp .sp .LP The \fBacctcon1\fR and \fBacctcon2\fR commands are typically used as follows: .sp .in +2 .nf example% acctcon1 \fB-l\fR lineuse \fB-o\fR reboots < tmpwtmp | sort +1n +2 > ctmp example% acctcon2 < ctmp > ctacct .fi .in -2 .sp .SH FILES .sp .ne 2 .mk .na \fB\fB/var/adm/wtmpx\fR\fR .ad .RS 18n .rt History of user access and administration information .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp .TS tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPEATTRIBUTE VALUE _ Availabilitysystem/accounting/legacy-accounting .TE .SH SEE ALSO .sp .LP \fBacctcom\fR(1), \fBlogin\fR(1), \fBacct\fR(1M), \fBacctcms\fR(1M), \fBacctmerg\fR(1M), \fBacctprc\fR(1M), \fBacctsh\fR(1M), \fBfwtmp\fR(1M), \fBinit\fR(1M), \fBrunacct\fR(1M), \fBacct\fR(2), \fBacct.h\fR(3HEAD), \fButmpx\fR(4), \fBattributes\fR(5) .sp .LP \fIIntroduction to Oracle Solaris 11.3 Administration\fR .SH NOTES .sp .LP The line usage report is confused by date changes. Use \fBwtmpfix\fR (see \fBfwtmp\fR(1M)), with the \fB/var/adm/wtmpx\fR file as an argument, to correct this situation. .sp .LP During a single invocation of any given command, the \fBacctcon\fR, \fBacctcon1\fR, and \fBacctcon2\fR commands can process a maximum of: .RS +4 .TP .ie t \(bu .el o 6000 distinct session .RE .RS +4 .TP .ie t \(bu .el o 1000 distinct terminal lines .RE .RS +4 .TP .ie t \(bu .el o 2000 distinct login names .RE .sp .LP If at some point the actual number of any one of these items exceeds the maximum, the command will not succeed.