1 .\" $NetBSD: isdnd.acct.5,v 1.3 2002/01/19 03:17:08 wiz Exp $
3 .\" Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved.
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\" notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\" notice, this list of conditions and the following disclaimer in the
12 .\" documentation and/or other materials provided with the distribution.
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" $Id: isdnd.acct.5,v 1.4 2003/06/27 19:09:02 wiz Exp $
30 .\" last edit-date: [Mon Dec 13 22:58:12 1999]
32 .Dd September 11, 1998
37 .Nd isdn4bsd ISDN management daemon accounting file format
41 contains accounting information which is written if the variable
49 and charging information transmission has been subscribed for the
50 ISDN connection (AOCD or AOCE).
56 accounting information is written even if the local site was not charged
57 or no charging information is available or is not subscribed.
59 The general format of an accounting line is as follows:
61 .Dl FROM - UNTIL NAME UNITS (SECONDS) (INBYTES/OUTBYTES)
64 is the time the connection was established in the format
65 .Dl Day.Month.Year Hour:Minutes:seconds
68 is the time the connection was closed.
69 The format is the same as
75 is the symbolic name got from the
79 config file for this connection.
82 is the amount of charging units billed for the connection.
85 is the number of seconds the connection lasted.
90 is the (optional) number of bytes that were transferred.
92 .Bl -tag -width /var/log/isdnd.acct -compact
93 .It Pa /var/log/isdnd.acct
94 The default accounting information file for the
99 This is a typical accounting line:
101 .Dl 12.06.97 10:41:37 - 12.06.97 10:45:18 GROGGY 2 (65) (4711/1147)
108 daemon and this manual page were written by
109 .An Hellmuth Michaelis Aq hm@kts.org .