1 .\" @(#) $FreeBSD: src/usr.sbin/pppstats/pppstats.8,v 1.10 2000/03/03 09:11:28 sheldonh Exp $
2 .\" @(#) $DragonFly: src/usr.sbin/pppstats/pppstats.8,v 1.2 2003/06/17 04:30:01 dillon Exp $
3 .TH PPPSTATS 8 "26 June 1995"
5 pppstats \- print PPP statistics
29 utility reports PPP-related statistics at regular intervals for the
30 specified PPP interface. If the interface is unspecified, it will
32 The display is split horizontally
33 into input and output sections containing columns of statistics
34 describing the properties and volume of packets received and
35 transmitted by the interface.
37 The options are as follows:
40 Display absolute values rather than deltas. With this option, all
41 reports show statistics for the time since the link was initiated.
42 Without this option, the second and subsequent reports show statistics
43 for the time since the last report.
48 times. If this option is not specified, the default repeat count is 1
51 option is not specified, otherwise infinity.
54 Display additional statistics summarizing the compression ratio
55 achieved by the packet compression algorithm in use.
58 Display additional statistics relating to the performance of the Van
59 Jacobson TCP header compression algorithm.
64 seconds between each display. If this option is not specified, the
65 default interval is 5 seconds.
68 Instead of the standard display, show statistics indicating the
69 performance of the packet compression algorithm in use.
71 The following fields are printed on the input side when the
76 The total number of bytes received by this interface.
79 The total number of packets received by this interface.
82 The number of header-compressed TCP packets received by this interface.
85 The number of header-uncompressed TCP packets received by this
86 interface. Not reported when the
91 The number of corrupted or bogus header-compressed TCP packets
92 received by this interface. Not reported when the
97 The number of VJ header-compressed TCP packets dropped on reception by
98 this interface because of preceding errors. Only reported when the
103 The total number of non-TCP packets received by this interface.
110 The compression ratio achieved for received packets by the
111 packet compression scheme in use, defined as the uncompressed size
112 divided by the compressed size.
113 Only reported when the
118 The total number of bytes received, after decompression of compressed
119 packets. Only reported when the
123 The following fields are printed on the output side:
126 The total number of bytes transmitted from this interface.
129 The total number of packets transmitted from this interface.
132 The number of TCP packets transmitted from this interface with
133 VJ-compressed TCP headers.
136 The number of TCP packets transmitted from this interface with
137 VJ-uncompressed TCP headers.
138 Not reported when the
143 The total number of non-TCP packets transmitted from this interface.
144 Not reported when the
149 The number of searches for the cached header entry for a VJ header
150 compressed TCP packet. Only reported when the
155 The number of failed searches for the cached header entry for a
156 VJ header compressed TCP packet. Only reported when the
161 The compression ratio achieved for transmitted packets by the
162 packet compression scheme in use, defined as the size
163 before compression divided by the compressed size.
164 Only reported when the
169 The total number of bytes to be transmitted, before packet compression
170 is applied. Only reported when the
178 instead displays the following fields, relating to the packet
179 compression algorithm currently in use. If packet compression is not
180 in use, these fields will all display zeroes. The fields displayed on
184 The number of bytes of compressed packets received.
187 The number of compressed packets received.
189 .B INCOMPRESSIBLE BYTE
190 The number of bytes of incompressible packets (that is, those which
191 were transmitted in uncompressed form) received.
193 .B INCOMPRESSIBLE PACK
194 The number of incompressible packets received.
197 The recent compression ratio for incoming packets, defined as the
198 uncompressed size divided by the compressed size (including both
199 compressible and incompressible packets).
201 The fields displayed on the output side are:
204 The number of bytes of compressed packets transmitted.
207 The number of compressed packets transmitted.
209 .B INCOMPRESSIBLE BYTE
210 The number of bytes of incompressible packets transmitted (that is,
211 those which were transmitted in uncompressed form).
213 .B INCOMPRESSIBLE PACK
214 The number of incompressible packets transmitted.
217 The recent compression ratio for outgoing packets.