summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorlstewart <lstewart@FreeBSD.org>2010-09-25 09:16:46 +0000
committerlstewart <lstewart@FreeBSD.org>2010-09-25 09:16:46 +0000
commit09dabf65c879db81573d927dca0d5ad948619bca (patch)
treea2e885f51d0a33c55c667a8b5058f1a77aea3397 /share
parent6405ab4b6cef652a2152238d7c510e97100fa14a (diff)
downloadFreeBSD-src-09dabf65c879db81573d927dca0d5ad948619bca.zip
FreeBSD-src-09dabf65c879db81573d927dca0d5ad948619bca.tar.gz
Log the number of segments currently in the reassembly queue.
Sponsored by: FreeBSD Foundation
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/siftr.48
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/siftr.4 b/share/man/man4/siftr.4
index ca3309d..e706a64 100644
--- a/share/man/man4/siftr.4
+++ b/share/man/man4/siftr.4
@@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 23, 2010
+.Dd September 25, 2010
.Dt SIFTR 4
.Os
.Sh NAME
@@ -198,7 +198,7 @@ The data is CSV formatted.
.Bd -literal -offset indent
o,0xbec491a5,1238556193.463551,172.16.7.28,22,172.16.2.5,55931, \\
1073725440,172312,6144,66560,66608,8,1,4,1448,936,1,996,255, \\
-33304,208,66608,0,208
+33304,208,66608,0,208,0
.Ed
.Pp
Field descriptions are as follows:
@@ -328,6 +328,10 @@ The current number of bytes in the socket receive buffer.
The current number of unacknowledged bytes in-flight.
Bytes acknowledged via SACK are not excluded from this count.
.El
+.Bl -tag -offset indent
+.It Va 26
+The current number of segments in the reassembly queue.
+.El
.Pp
The third type of log message is written to the file when the module is disabled
and ceases collecting data from the running kernel.
OpenPOWER on IntegriCloud