Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
AC(8) OpenBSD System Manager's Manual AC(8)
NAME
ac - connect time accounting
SYNOPSIS
ac [-dp] [-t tty] [-w wtmp] [users ...]
DESCRIPTION
If the file /var/log/wtmp exists, a record of individual login and logout
times are written to it by login(8) and init(8), respectively. Ac exam-
ines these records and writes the accumulated connect time for all logins
to the standard output.
The options are as follows:
-d Display the connect times in 24 hour chunks.
-p Print individual users' totals.
-t tty Only do accounting logins on certain ttys. The tty specifica-
tion can start with '!' to indicate not this tty and end with
'*' to indicate all similarly named ttys. Multiple -t flags
may be specified.
-w wtmp Read connect time data from wtmp instead of the default file,
/var/log/wtmp.
users ... Display totals for the given individuals only.
If no arguments are given, ac displays the total connect time for all ac-
counts with login sessions recorded in wtmp.
The default wtmp file will increase without bound unless it is truncated.
It is normally truncated by the daily scripts run by cron(8), which re-
name and rotate the wtmp files, keeping a week's worth of data on hand.
No login or connect time accounting is performed if /var/log/wtmp does
not exist.
For example,
ac -p -t "ttyd*" > modems
ac -p -t "!ttyd*" > other
allows times recorded in modems to be charged out at a different rate
than other.
The ac utility exits 0 on success, and >0 if a fatal error occurs.
FILES
/var/log/wtmp connect time accounting file
/var/log/wtmp.[0-7] rotated files
SEE ALSO
init(8), sa(8), login(1), utmp(5)
HISTORY
An ac command appeard in Version 6 AT&T UNIX. This version of ac was
written for NetBSD 0.9A from the specification provided by various sys-
tems' manual pages.
OpenBSD 2.3 March 15, 1994 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for ac(8) OpenBSD sources for ac(8)
Up to: Process Limits: Resources - Process Limits on resource usage (disk, CPU, memory, et al)
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
ac.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|