summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorlstewart <lstewart@FreeBSD.org>2010-07-03 13:32:39 +0000
committerlstewart <lstewart@FreeBSD.org>2010-07-03 13:32:39 +0000
commit0020254d5959d525e30c61cf44fe3658533f5ea6 (patch)
tree0acdd7521b057709a5ba492e755bcd7d805c51e0 /sys/modules
parent4ae2ec7aa4df862de8d4d8b6c37efa9815655a4a (diff)
downloadFreeBSD-src-0020254d5959d525e30c61cf44fe3658533f5ea6.zip
FreeBSD-src-0020254d5959d525e30c61cf44fe3658533f5ea6.tar.gz
Import the Statistical Information For TCP Research (SIFTR) kernel module into
FreeBSD. SIFTR logs a range of statistics on active TCP connections to a log file, providing the ability to make highly granular measurements of TCP connection state. The tool is aimed at system administrators, developers and researchers alike. Please take it for a spin and test it out - the man page should have all the information required to get you going. Many thanks go to the Cisco University Research Program Fund at Community Foundation Silicon Valley and the FreeBSD Foundation. Their support of our work at the Centre for Advanced Internet Architectures, Swinburne University of Technology is greatly appreciated. Sponsored by: Cisco URP, FreeBSD Foundation Reviewed by: dwmalone, gnn, rpaulo Tested by: Many on freebsd-current@ and elsewhere over the years MFC after: 1 month
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile1
-rw-r--r--sys/modules/siftr/Makefile12
2 files changed, 13 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 8899140..779924e 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -257,6 +257,7 @@ SUBDIR= ${_3dfx} \
sf \
sge \
siba_bwn \
+ siftr \
siis \
sis \
sk \
diff --git a/sys/modules/siftr/Makefile b/sys/modules/siftr/Makefile
new file mode 100644
index 0000000..4e07d3b
--- /dev/null
+++ b/sys/modules/siftr/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+.PATH: ${.CURDIR}/../../netinet
+KMOD= siftr
+SRCS= siftr.c
+
+# Uncomment to add IPv6 support
+#CFLAGS+=-DSIFTR_IPV6
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud