Sync usage with man page.
[netbsd-mini2440.git] / dist / ipf / man / ipfstat.8
blobccaca3bae3153da2aa29e002035b69944ff2800e
1 .\"     $NetBSD$
2 .\"
3 .TH ipfstat 8
4 .SH NAME
5 ipfstat \- reports on packet filter statistics and filter list
6 .SH SYNOPSIS
7 .B ipfstat
9 .B \-6aAdfghIilnoRsv
11 .br
12 .B ipfstat -t
14 .B \-6C
15 ] [
16 .B \-D
17 <addrport>
18 ] [
19 .B \-P
20 <protocol>
21 ] [
22 .B \-S
23 <addrport>
24 ] [
25 .B \-T
26 <refresh time>
28 .SH DESCRIPTION
29 \fBipfstat\fP examines /dev/kmem using the symbols \fB_fr_flags\fP,
30 \fB_frstats\fP, \fB_filterin\fP, and \fB_filterout\fP.
31 To run and work, it needs to be able to read both /dev/kmem and the
32 kernel itself.  The kernel name defaults to \fB/netbsd\fP.
33 .PP
34 The default behaviour of \fBipfstat\fP
35 is to retrieve and display the accumulated statistics which have been
36 accumulated over time as the kernel has put packets through the filter.
37 .SH OPTIONS
38 .TP
39 .B \-6
40 Display filter lists and states for IPv6, if available.
41 .TP
42 .B \-a
43 Display the accounting filter list and show bytes counted against each rule.
44 .TP
45 .B \-A
46 Display packet authentication statistics.
47 .TP 
48 .B \-C
49 This option is only valid in combination with \fB\-t\fP.
50 Display "closed" states as well in the top. Normally, a TCP connection is
51 not displayed when it reaches the CLOSE_WAIT protocol state. With this
52 option enabled, all state entries are displayed.
53 .TP
54 .BR \-d
55 Produce debugging output when displaying data.
56 .TP
57 .BR \-D \0<addrport>
58 This option is only valid in combination with \fB\-t\fP. Limit the state top
59 display to show only state entries whose destination IP address and port
60 match the addrport argument. The addrport specification is of the form
61 ipaddress[,port].  The ipaddress and port should be either numerical or the
62 string "any" (specifying any IP address resp. any port). If the \fB\-D\fP
63 option is not specified, it defaults to "\fB\-D\fP any,any".
64 .TP
65 .B \-f
66 Show fragment state information (statistics) and held state information (in
67 the kernel) if any is present.
68 .TP
69 .B \-g
70 Show groups currently configured (both active and inactive).
71 .TP
72 .B \-h
73 Show per-rule the number of times each one scores a "hit".  For use in
74 combination with \fB\-i\fP.
75 .TP
76 .B \-i
77 Display the filter list used for the input side of the kernel IP processing.
78 .TP
79 .B \-I
80 Swap between retrieving "inactive"/"active" filter list details.  For use
81 in combination with \fB\-i\fP.
82 .TP
83 .B \-n
84 Show the "rule number" for each rule as it is printed.
85 .TP
86 .B \-o
87 Display the filter list used for the output side of the kernel IP processing.
88 .TP
89 .BR \-P \0<protocol>
90 This option is only valid in combination with \fB\-t\fP. Limit the state top
91 display to show only state entries that match a specific protocol. The
92 argument can be a protocol name (as defined in \fB/etc/protocols\fP) or a
93 protocol number. If this option is not specified, state entries for any
94 protocol are specified.
95 .TP
96 .BR \-R
97 Don't try to resolve addresses to hostnames and ports to services while
98 printing statistics.
99 .TP
100 .B \-s
101 Show packet/flow state information (statistics only).
103 .B \-sl
104 Show held state information (in the kernel) if any is present (no statistics).
106 .BR \-S \0<addrport>
107 This option is only valid in combination with \fB\-t\fP. Limit the state top
108 display to show only state entries whose source IP address and port match
109 the addrport argument. The addrport specification is of the form
110 ipaddress[,port].  The ipaddress and port should be either numerical or the
111 string "any" (specifying any IP address resp. any port). If the \fB\-S\fP
112 option is not specified, it defaults to "\fB\-S\fP any,any".
114 .B \-t
115 Show the state table in a way similar to the way \fBtop(1)\fP shows the process
116 table. States can be sorted using a number of different ways. This option
117 requires \fBcurses(3)\fP and needs to be compiled in. It may not be available on
118 all operating systems. See below, for more information on the keys that can
119 be used while ipfstat is in top mode.
121 .BR \-T \0<refreshtime>
122 This option is only valid in combination with \fB\-t\fP. Specifies how often
123 the state top display should be updated. The refresh time is the number of
124 seconds between an update. Any positive integer can be used. The default (and
125 minimal update time) is 1.
127 .B \-v
128 Turn verbose mode on.  Displays more debugging information.  When used with
129 either \fB-i\fP or \fB-o\fP, counters associated with the rule, such as the
130 number of times it has been matched and the number of bytes from such packets
131 is displayed.  For "keep state" rules, a count of the number of state sessions
132 active against the rule is also displayed.
133 .SH SYNOPSIS
134 The role of \fBipfstat\fP is to display current kernel statistics gathered
135 as a result of applying the filters in place (if any) to packets going in and
136 out of the kernel.  This is the default operation when no command line
137 parameters are present.
139 When supplied with either \fB\-i\fP or \fB\-o\fP, it will retrieve and display
140 the appropriate list of filter rules currently installed and in use by the
141 kernel.
143 One of the statistics that \fBipfstat\fP shows is \fBticks\fP.
144 This number indicates how long the filter has been enabled.
145 The number is incremented every half\-second.
146 .SH STATE TOP
147 Using the \fB\-t\fP option \fBipfstat\fP will enter the state top mode. In
148 this mode the state table is displayed similar to the way \fBtop\fP displays
149 the process table. The \fB\-C\fP, \fB\-D\fP, \fB\-P\fP, \fB\-S\fP and \fB\-T\fP 
150 command line options can be used to restrict the state entries that will be 
151 shown and to specify the frequency of display updates.
153 In state top mode, the following keys can be used to influence the displayed
154 information:
156 \fBb\fP show packets/bytes from backward direction.
158 \fBf\fP show packets/bytes from forward direction. (default)
160 \fBl\fP redraw the screen.
162 \fBq\fP quit the program. 
164 \fBs\fP switch between different sorting criterion.
166 \fBr\fP reverse the sorting criterion.
168 States can be sorted by protocol number, by number of IP packets, by number
169 of bytes and by time-to-live of the state entry. The default is to sort by
170 the number of bytes. States are sorted in descending order, but you can use
171 the \fBr\fP key to sort them in ascending order.
172 .SH STATE TOP LIMITATIONS
173 It is currently not possible to interactively change the source, destination
174 and protocol filters or the refresh frequency. This must be done from the
175 command line.
177 The screen must have at least 80 columns. This is however not checked.
178 When running state top in IPv6 mode, the screen must be much wider to display
179 the very long IPv6 addresses.
181 Only the first X-5 entries that match the sort and filter criteria are
182 displayed (where X is the number of rows on the display. The only way to see
183 more entries is to resize the screen.
184 .SH FILES
185 /dev/kmem
187 /dev/ipl
189 /dev/ipstate
191 /netbsd
192 .SH SEE ALSO
193 ipf(8)
194 .SH BUGS
195 none known.