Obfuscate RCS ID matching so that CVS doesn't expand it.
[netbsd-mini2440.git] / dist / pppd / pppstats / pppstats.8
blob0d8fb79185a4e9c32c1546ab5630e2f3a7e3e554
1 .\"     $NetBSD: pppstats.8,v 1.3 2006/03/02 17:32:28 christos Exp $
2 .\"
3 .\"     @(#) Id: pppstats.8,v 1.4 2004/11/13 12:22:49 paulus Exp
4 .TH PPPSTATS 8 "2 March 2006"
5 .SH NAME
6 pppstats, slstats \- print PPP/SLIP statistics
7 .SH SYNOPSIS
8 .B pppstats, slstats
10 .B \-a
11 ] [
12 .B \-v
13 ] [
14 .B \-r
15 ] [
16 .B \-z
17 ] [
18 .B \-c
19 .I \*[Lt]count\*[Gt]
20 ] [
21 .B \-w
22 .I \*[Lt]secs\*[Gt]
23 ] [
24 .I interface
26 .ti 12
27 .SH DESCRIPTION
28 The
29 .B pppstats
31 .B slstats
32 utility reports PPP or SLIP related statistics at regular intervals for the
33 specified PPP/SLIP interface.  If the interface is unspecified,
34 .B pppstats
35 will default to ppp0 and
36 .B slstats
37 will default to sl0.
38 The display is split horizontally
39 into input and output sections containing columns of statistics
40 describing the properties and volume of packets received and
41 transmitted by the interface.
42 .PP
43 The options are as follows:
44 .TP
45 .B \-a
46 Display absolute values rather than deltas.  With this option, all
47 reports show statistics for the time since the link was initiated.
48 Without this option, the second and subsequent reports show statistics
49 for the time since the last report.
50 .TP
51 .B \-c \fIcount
52 Repeat the display
53 .I count
54 times.  If this option is not specified, the default repeat count is 1
55 if the
56 .B \-w
57 option is not specified, otherwise infinity.
58 .TP
59 .B \-r
60 Display additional statistics summarizing the compression ratio
61 achieved by the packet compression algorithm in use.
62 .TP
63 .B \-v
64 Display additional statistics relating to the performance of the Van
65 Jacobson TCP header compression algorithm.
66 .TP
67 .B \-w \fIwait
68 Pause
69 .I wait
70 seconds between each display.  If this option is not specified, the
71 default interval is 5 seconds.
72 .TP
73 .B \-z
74 Instead of the standard display, show statistics indicating the
75 performance of the packet compression algorithm in use.
76 .PP
77 The following fields are printed on the input side when the
78 .B \-z
79 option is not used:
80 .TP
81 .B IN
82 The total number of bytes received by this interface.
83 .TP
84 .B PACK
85 The total number of packets received by this interface.
86 .TP
87 .B VJCOMP
88 The number of header-compressed TCP packets received by this interface.
89 .TP
90 .B VJUNC
91 The number of header-uncompressed TCP packets received by this
92 interface.  Not reported when the
93 .B \-r
94 option is specified.
95 .TP
96 .B VJERR
97 The number of corrupted or bogus header-compressed TCP packets
98 received by this interface.  Not reported when the
99 .B \-r
100 option is specified.
102 .B VJTOSS
103 The number of VJ header-compressed TCP packets dropped on reception by
104 this interface because of preceding errors.  Only reported when the
105 .B \-v
106 option is specified.
108 .B NON-VJ
109 The total number of non-TCP packets received by this interface. Only
110 reported when the
111 .B \-v
112 option is specified.
114 .B RATIO
115 The compression ratio achieved for received packets by the
116 packet compression scheme in use, defined as the uncompressed size
117 divided by the compressed size.
118 Only reported when the
119 .B \-r
120 option is specified.
122 .B UBYTE
123 The total number of bytes received, after decompression of compressed
124 packets.  Only reported when the
125 .B \-r
126 option is specified.
128 The following fields are printed on the output side:
130 .B OUT
131 The total number of bytes transmitted from this interface.
133 .B PACK
134 The total number of packets transmitted from this interface.
136 .B VJCOMP
137 The number of TCP packets transmitted from this interface with
138 VJ-compressed TCP headers.
140 .B VJUNC
141 The number of TCP packets transmitted from this interface with
142 VJ-uncompressed TCP headers.
143 Not reported when the
144 .B \-r
145 option is specified.
147 .B NON-VJ
148 The total number of non-TCP packets transmitted from this interface.
149 Not reported when the
150 .B \-r
151 option is specified.
153 .B VJSRCH
154 The number of searches for the cached header entry for a VJ header
155 compressed TCP packet.  Only reported when the
156 .B \-v
157 option is specified.
159 .B VJMISS
160 The number of failed searches for the cached header entry for a
161 VJ header compressed TCP packet.  Only reported when the
162 .B \-v
163 option is specified.
165 .B RATIO
166 The compression ratio achieved for transmitted packets by the
167 packet compression scheme in use, defined as the size
168 before compression divided by the compressed size.
169 Only reported when the
170 .B \-r
171 option is specified.
173 .B UBYTE
174 The total number of bytes to be transmitted, before packet compression
175 is applied.  Only reported when the
176 .B \-r
177 option is specified.
179 When the
180 .B \-z
181 option is specified,
182 .B pppstats
183 instead displays the following fields, relating to the packet
184 compression algorithm currently in use.  This option is not supported
186 .B slstats
187 and it always displays zeros.  If packet compression is not
188 in use, these fields will all display zeroes.  The fields displayed on
189 the input side are:
191 .B COMPRESSED BYTE
192 The number of bytes of compressed packets received.
194 .B COMPRESSED PACK
195 The number of compressed packets received.
197 .B INCOMPRESSIBLE BYTE
198 The number of bytes of incompressible packets (that is, those which
199 were transmitted in uncompressed form) received.
201 .B INCOMPRESSIBLE PACK
202 The number of incompressible packets received.
204 .B COMP RATIO
205 The recent compression ratio for incoming packets, defined as the
206 uncompressed size divided by the compressed size (including both
207 compressible and incompressible packets).
209 The fields displayed on the output side are:
211 .B COMPRESSED BYTE
212 The number of bytes of compressed packets transmitted.
214 .B COMPRESSED PACK
215 The number of compressed packets transmitted.
217 .B INCOMPRESSIBLE BYTE
218 The number of bytes of incompressible packets transmitted (that is,
219 those which were transmitted in uncompressed form).
221 .B INCOMPRESSIBLE PACK
222 The number of incompressible packets transmitted.
224 .B COMP RATIO
225 The recent compression ratio for outgoing packets.
226 .SH SEE ALSO
227 pppd(8),
228 slattach(8)