Annotation of embedaddon/mpd/doc/mpd36.html, revision 1.1.1.2
1.1 misho 1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2: <HTML>
3: <HEAD>
4: <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
5: <TITLE>Accounting Update</TITLE>
6: </HEAD>
7: <BODY text="#000000" bgcolor="#ffffff">
8:
1.1.1.2 ! misho 9: <A HREF="mpd.html"><EM>Mpd 5.7 User Manual</EM></A>
1.1 misho 10: <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>
11: <b>:</b> <A HREF="mpd33.html"><EM>Traffic accounting</EM></A>
12: <b>:</b> <EM>Accounting Update</EM><BR>
13: <b>Previous:</b> <A HREF="mpd35.html"><EM>IP Accounting</EM></A><BR>
14: <b>Next:</b> <A HREF="mpd37.html"><EM>Typed Accounting Update</EM></A>
15:
16:
17: <HR NOSHADE>
18: <H2><A NAME="36"></A>4.12.3. Accounting Update</H2>
19: <p>Mpd provides summary traffic statistics in every accounting Update/Stop
20: call of radius-acct or ext-acct.</p>
21: <p>For radius-acct it provides such attributes:
22: <dl>
23: <dt><b><code>Acct-Input-Packets</code></b><dd><p>32bit input packets counter,</p>
24: <dt><b><code>Acct-Output-Packets</code></b><dd><p>32bit output packets counter,</p>
25: <dt><b><code>Acct-Input-Octets</code></b><dd><p>lower 32bit of input bytes counter,</p>
26: <dt><b><code>Acct-Output-Octets</code></b><dd><p>lower 32bit of output bytes counter,</p>
27: <dt><b><code>Acct-Input-Gigawords</code></b><dd><p>higher 32bit of input bytes counter,</p>
28: <dt><b><code>Acct-Output-Gigawords</code></b><dd><p>higher 32bit of output bytes counter.</p>
29: </dl>
30: </p>
31: <p>For ext-acct it provides:
32: <dl>
33: <dt><b><code>ACCT_INPUT_PACKETS</code></b><dd><p>64bit input packets counter,</p>
34: <dt><b><code>ACCT_OUTPUT_PACKETS</code></b><dd><p>64bit output packets counter,</p>
35: <dt><b><code>ACCT_INPUT_OCTETS</code></b><dd><p>64bit input bytes counter,</p>
36: <dt><b><code>ACCT_OUTPUT_OCTETS</code></b><dd><p>64bit output bytes counter.</p>
37: </dl>
38: </p>
39: <p>NOTE: as Accounting Update is implemented on a link layer it accounts
40: traffic via single physical link (without link overhead). So it accounts
41: traffic after compression, encryption and multilink were applied to it.</p>
42:
43: <HR NOSHADE>
1.1.1.2 ! misho 44: <A HREF="mpd.html"><EM>Mpd 5.7 User Manual</EM></A>
1.1 misho 45: <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>
46: <b>:</b> <A HREF="mpd33.html"><EM>Traffic accounting</EM></A>
47: <b>:</b> <EM>Accounting Update</EM><BR>
48: <b>Previous:</b> <A HREF="mpd35.html"><EM>IP Accounting</EM></A><BR>
49: <b>Next:</b> <A HREF="mpd37.html"><EM>Typed Accounting Update</EM></A>
50:
51:
52:
53: </BODY>
54: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>