diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2001-02-02 07:31:23 +0800 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2001-02-02 07:31:23 +0800 |
commit | 78eb892bb64b519a227423dbe8ed54a897290594 (patch) | |
tree | 1ad60b64f1cc8f2bd69334bcceddbec4f517488c /net/tcpstat | |
parent | f4c976a2a7c86e85090468f95d3450776995e47a (diff) | |
download | freebsd-ports-gnome-78eb892bb64b519a227423dbe8ed54a897290594.tar.gz freebsd-ports-gnome-78eb892bb64b519a227423dbe8ed54a897290594.tar.zst freebsd-ports-gnome-78eb892bb64b519a227423dbe8ed54a897290594.zip |
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/Makefile | 19 | ||||
-rw-r--r-- | net/tcpstat/distinfo | 1 | ||||
-rw-r--r-- | net/tcpstat/pkg-comment | 1 | ||||
-rw-r--r-- | net/tcpstat/pkg-descr | 10 | ||||
-rw-r--r-- | net/tcpstat/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/net/tcpstat/Makefile b/net/tcpstat/Makefile new file mode 100644 index 000000000000..da1844cac2e9 --- /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 000000000000..ca77f2457070 --- /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 000000000000..c84cc48ee3b4 --- /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 000000000000..82d1349b6c03 --- /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 000000000000..ee9966ff9930 --- /dev/null +++ b/net/tcpstat/pkg-plist @@ -0,0 +1 @@ +bin/tcpstat |