]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/slstat/slstat.8
Change a SLSTAT 1 to SLSTAT 8 .
[FreeBSD/FreeBSD.git] / usr.sbin / slstat / slstat.8
1 .\" Copyright (c) 1986 The Regents of the University of California.
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
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. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)slstat.8    6.8 (Berkeley) 6/20/91
33 .\"
34 .TH SLSTAT 8 "June 20, 1991"
35 .UC 4
36 .SH NAME
37 slstat \- report serial line IP statistics
38 .SH SYNOPSIS
39 .nf
40 .ft B
41 slstat  [ \-i interval ] [ \-v ] [ \-r ] [ unit ] [ system ] [ core ]
42 .ft R
43 .fi
44 .SH DESCRIPTION
45 .I Slstat
46 reports certain kernel statistics kept about serial line internet
47 protocol traffic.
48 .PP
49 The options are as follows:
50 .TP
51 \-i
52 Repeat the display indefinitely every
53 .I interval
54 seconds.
55 If no
56 .I interval
57 is specified, the default is 5 seconds.
58 .TP
59 \-v
60 Verbose display of extra fields of information.
61 .TP
62 \-r
63 Display all values in rate per second that ammount per interval.
64 .TP
65 unit
66 is a single digit specifying the slip interface. The default unit is
67 .I 0
68 for interface
69 .I sl0.
70 .TP
71 system
72 Extract the name list from the specified system instead of the default, /kernel.
73 .TP
74 core
75 Extract values associated with the name list from the specified
76 core instead of the default, /dev/kmem.
77 .PP
78 By default,
79 .I vmstat
80 displays the following information:
81 .PP
82 .TP
83 in
84 bytes received
85 .TP
86 out
87 bytes sent
88 .TP
89 pack
90 packets received or sent
91 .TP
92 comp
93 compressed packets received or sent
94 .TP
95 uncomp
96 uncompressed packets received or sent
97 .TP
98 unknwn
99 inbound packets of unknown type
100 .TP
101 toss
102 inbound packets tossed because of error
103 .TP
104 other
105 all other inbound or outbound ip packets
106 .TP
107 err
108 input or output errors
109 .TP
110 search
111 searches for connection state
112 .TP
113 miss
114 times we could not find a connectoin state
115 .TP
116 coll
117 collisions with end of clists.
118 If you get many collisions (more than one or two
119 a day) you probably do not have enough clists
120 and you should increase "nclist" in param.c.
121 .SH EXAMPLES
122 The command ``slstat -i 5'' will print what the system is doing every five
123 seconds.
124 .SH FILES
125 .ta \w'/dev/kmem  'u
126 /kernel default kernel namelist
127 .br
128 /dev/kmem       default memory file
129 .SH SEE ALSO
130 .IR fstat (1),
131 .IR netstat (1),
132 .IR nfsstat (1),
133 .IR ps (1),
134 .IR systat (1),
135 .IR iostat (8),
136 .IR pstat (8)
137 .sp
138 The sections starting with ``Interpreting system activity'' in
139 .IR "Installing and Operating 4.3BSD" .
140 .SH BUGS
141