1 .\" $NetBSD: pppstats.8,v 1.3 2006/03/02 17:32:28 christos Exp $
3 .\" @(#) Id: pppstats.8,v 1.4 2004/11/13 12:22:49 paulus Exp
4 .TH PPPSTATS 8 "2 March 2006"
6 pppstats, slstats \- print PPP/SLIP statistics
32 utility reports PPP or SLIP related statistics at regular intervals for the
33 specified PPP/SLIP interface. If the interface is unspecified,
35 will default to ppp0 and
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.
43 The options are as follows:
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.
54 times. If this option is not specified, the default repeat count is 1
57 option is not specified, otherwise infinity.
60 Display additional statistics summarizing the compression ratio
61 achieved by the packet compression algorithm in use.
64 Display additional statistics relating to the performance of the Van
65 Jacobson TCP header compression algorithm.
70 seconds between each display. If this option is not specified, the
71 default interval is 5 seconds.
74 Instead of the standard display, show statistics indicating the
75 performance of the packet compression algorithm in use.
77 The following fields are printed on the input side when the
82 The total number of bytes received by this interface.
85 The total number of packets received by this interface.
88 The number of header-compressed TCP packets received by this interface.
91 The number of header-uncompressed TCP packets received by this
92 interface. Not reported when the
97 The number of corrupted or bogus header-compressed TCP packets
98 received by this interface. Not reported when the
103 The number of VJ header-compressed TCP packets dropped on reception by
104 this interface because of preceding errors. Only reported when the
109 The total number of non-TCP packets received by this interface. Only
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
123 The total number of bytes received, after decompression of compressed
124 packets. Only reported when the
128 The following fields are printed on the output side:
131 The total number of bytes transmitted from this interface.
134 The total number of packets transmitted from this interface.
137 The number of TCP packets transmitted from this interface with
138 VJ-compressed TCP headers.
141 The number of TCP packets transmitted from this interface with
142 VJ-uncompressed TCP headers.
143 Not reported when the
148 The total number of non-TCP packets transmitted from this interface.
149 Not reported when the
154 The number of searches for the cached header entry for a VJ header
155 compressed TCP packet. Only reported when the
160 The number of failed searches for the cached header entry for a
161 VJ header compressed TCP packet. Only reported when the
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
174 The total number of bytes to be transmitted, before packet compression
175 is applied. Only reported when the
183 instead displays the following fields, relating to the packet
184 compression algorithm currently in use. This option is not supported
187 and it always displays zeros. If packet compression is not
188 in use, these fields will all display zeroes. The fields displayed on
192 The number of bytes of compressed packets received.
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.
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:
212 The number of bytes of compressed packets transmitted.
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.
225 The recent compression ratio for outgoing packets.