Deleted Added
full compact
ipfstat.8 (170268) ipfstat.8 (255332)
1.\" $FreeBSD: head/contrib/ipfilter/man/ipfstat.8 170268 2007-06-04 02:54:36Z darrenr $
1.\" $FreeBSD: head/contrib/ipfilter/man/ipfstat.8 255332 2013-09-06 23:11:19Z cy $
2.TH ipfstat 8
3.SH NAME
4ipfstat \- reports on packet filter statistics and filter list
5.SH SYNOPSIS
6.B ipfstat
7[
8.B \-6aAdfghIilnoRsv
9]

--- 28 unchanged lines hidden (view full) ---

38.B \-6
39Display filter lists and states for IPv6, if available.
40.TP
41.B \-a
42Display the accounting filter list and show bytes counted against each rule.
43.TP
44.B \-A
45Display packet authentication statistics.
2.TH ipfstat 8
3.SH NAME
4ipfstat \- reports on packet filter statistics and filter list
5.SH SYNOPSIS
6.B ipfstat
7[
8.B \-6aAdfghIilnoRsv
9]

--- 28 unchanged lines hidden (view full) ---

38.B \-6
39Display filter lists and states for IPv6, if available.
40.TP
41.B \-a
42Display the accounting filter list and show bytes counted against each rule.
43.TP
44.B \-A
45Display packet authentication statistics.
46.TP
46.TP
47.B \-C
48This option is only valid in combination with \fB\-t\fP.
49Display "closed" states as well in the top. Normally, a TCP connection is
50not displayed when it reaches the CLOSE_WAIT protocol state. With this
51option enabled, all state entries are displayed.
52.TP
53.BR \-d
54Produce debugging output when displaying data.

--- 85 unchanged lines hidden (view full) ---

140kernel.
141.PP
142One of the statistics that \fBipfstat\fP shows is \fBticks\fP.
143This number indicates how long the filter has been enabled.
144The number is incremented every half\-second.
145.SH STATE TOP
146Using the \fB\-t\fP option \fBipfstat\fP will enter the state top mode. In
147this mode the state table is displayed similar to the way \fBtop\fP displays
47.B \-C
48This option is only valid in combination with \fB\-t\fP.
49Display "closed" states as well in the top. Normally, a TCP connection is
50not displayed when it reaches the CLOSE_WAIT protocol state. With this
51option enabled, all state entries are displayed.
52.TP
53.BR \-d
54Produce debugging output when displaying data.

--- 85 unchanged lines hidden (view full) ---

140kernel.
141.PP
142One of the statistics that \fBipfstat\fP shows is \fBticks\fP.
143This number indicates how long the filter has been enabled.
144The number is incremented every half\-second.
145.SH STATE TOP
146Using the \fB\-t\fP option \fBipfstat\fP will enter the state top mode. In
147this mode the state table is displayed similar to the way \fBtop\fP displays
148the process table. The \fB\-C\fP, \fB\-D\fP, \fB\-P\fP, \fB\-S\fP and \fB\-T\fP
149command line options can be used to restrict the state entries that will be
148the process table. The \fB\-C\fP, \fB\-D\fP, \fB\-P\fP, \fB\-S\fP and \fB\-T\fP
149command line options can be used to restrict the state entries that will be
150shown and to specify the frequency of display updates.
151.PP
152In state top mode, the following keys can be used to influence the displayed
153information:
154.TP
155\fBb\fP show packets/bytes from backward direction.
156.TP
157\fBf\fP show packets/bytes from forward direction. (default)
158.TP
159\fBl\fP redraw the screen.
160.TP
150shown and to specify the frequency of display updates.
151.PP
152In state top mode, the following keys can be used to influence the displayed
153information:
154.TP
155\fBb\fP show packets/bytes from backward direction.
156.TP
157\fBf\fP show packets/bytes from forward direction. (default)
158.TP
159\fBl\fP redraw the screen.
160.TP
161\fBq\fP quit the program.
161\fBq\fP quit the program.
162.TP
163\fBs\fP switch between different sorting criterion.
164.TP
165\fBr\fP reverse the sorting criterion.
166.PP
167States can be sorted by protocol number, by number of IP packets, by number
168of bytes and by time-to-live of the state entry. The default is to sort by
169the number of bytes. States are sorted in descending order, but you can use

--- 25 unchanged lines hidden ---
162.TP
163\fBs\fP switch between different sorting criterion.
164.TP
165\fBr\fP reverse the sorting criterion.
166.PP
167States can be sorted by protocol number, by number of IP packets, by number
168of bytes and by time-to-live of the state entry. The default is to sort by
169the number of bytes. States are sorted in descending order, but you can use

--- 25 unchanged lines hidden ---