summaryrefslogtreecommitdiffstats
path: root/net/tcpstat
diff options
context:
space:
mode:
authordannyboy <dannyboy@FreeBSD.org>2001-02-01 23:31:23 +0000
committerdannyboy <dannyboy@FreeBSD.org>2001-02-01 23:31:23 +0000
commit78eb892bb64b519a227423dbe8ed54a897290594 (patch)
tree1ad60b64f1cc8f2bd69334bcceddbec4f517488c /net/tcpstat
parentf4c976a2a7c86e85090468f95d3450776995e47a (diff)
downloadFreeBSD-ports-78eb892bb64b519a227423dbe8ed54a897290594.zip
FreeBSD-ports-78eb892bb64b519a227423dbe8ed54a897290594.tar.gz
Add tcpstat, a vmstat-like tool for networks.
PR: 24722 Submitted by: greid@ukug.uk.freebsd.org
Diffstat (limited to 'net/tcpstat')
-rw-r--r--net/tcpstat/Makefile19
-rw-r--r--net/tcpstat/distinfo1
-rw-r--r--net/tcpstat/pkg-comment1
-rw-r--r--net/tcpstat/pkg-descr10
-rw-r--r--net/tcpstat/pkg-plist1
5 files changed, 32 insertions, 0 deletions
diff --git a/net/tcpstat/Makefile b/net/tcpstat/Makefile
new file mode 100644
index 0000000..da1844c
--- /dev/null
+++ b/net/tcpstat/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: tcpstat
+# Date created: 29 January 2001
+# Whom: George Reid <greid@ukug.uk.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tcpstat
+PORTVERSION= 1.4
+CATEGORIES= net
+MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/
+
+MAINTAINER= greid@ukug.uk.freebsd.org
+
+GNU_CONFIGURE= yes
+
+MAN1= tcpstat.1
+
+.include <bsd.port.mk>
diff --git a/net/tcpstat/distinfo b/net/tcpstat/distinfo
new file mode 100644
index 0000000..ca77f24
--- /dev/null
+++ b/net/tcpstat/distinfo
@@ -0,0 +1 @@
+MD5 (tcpstat-1.4.tar.gz) = 74696fee92396e000efa9cc48283af71
diff --git a/net/tcpstat/pkg-comment b/net/tcpstat/pkg-comment
new file mode 100644
index 0000000..c84cc48
--- /dev/null
+++ b/net/tcpstat/pkg-comment
@@ -0,0 +1 @@
+A program to report various network statistics
diff --git a/net/tcpstat/pkg-descr b/net/tcpstat/pkg-descr
new file mode 100644
index 0000000..82d1349
--- /dev/null
+++ b/net/tcpstat/pkg-descr
@@ -0,0 +1,10 @@
+tcpstat reports certain network interface statistics (such as
+bandwidth) much like vmstat does for system statistics. It gets its
+information by either monitoring a specific interface, or by reading
+previously-saved tcpdump data from a file. It has been tested under
+Linux, Solaris, FreeBSD, NetBSD, and BSD/OS.
+
+WWW: http://www.frenchfries.net/paul/tcpstat/
+
+- George Reid
+greid@ukug.uk.freebsd.org
diff --git a/net/tcpstat/pkg-plist b/net/tcpstat/pkg-plist
new file mode 100644
index 0000000..ee9966f
--- /dev/null
+++ b/net/tcpstat/pkg-plist
@@ -0,0 +1 @@
+bin/tcpstat
OpenPOWER on IntegriCloud