1 .\" Copyright (c) 1986 The Regents of the University of California.
2 .\" All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\" may be used to endorse or promote products derived from this software
14 .\" without specific prior written permission.
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" From: @(#)slstat.8 6.8 (Berkeley) 6/20/91
29 .\" $FreeBSD: src/usr.sbin/slstat/slstat.8,v 1.14.2.2 2001/08/16 15:56:33 ru Exp $
36 .Nd report serial line IP statistics
46 reports certain kernel statistics kept about serial line internet
49 The options are as follows:
50 .Bl -tag -width indent
52 Repeat the display indefinitely every
57 is specified, the default is 5 seconds.
59 Verbose display of extra fields of information.
61 Display all values in rate per second rather than amount per interval.
63 Is number specifying the
76 displays the following information:
77 .Bl -tag -width indent
83 packets received or sent
85 compressed packets received or sent
87 uncompressed packets received or sent
89 inbound packets of unknown type
91 inbound packets tossed because of error
93 all other inbound or outbound ip packets
95 input or output errors
97 searches for connection state
99 times we could not find a connection state
101 collisions with end of clists.
102 If you get many collisions (more than one or two
103 a day) you probably do not have enough clists
104 and you should increase
111 will print what the system is doing every five
122 The sections starting with ``Interpreting system activity'' in
123 .%T "Installing and Operating 4.3BSD" .