aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/nttcp/pkg-descr
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1998-12-08 12:18:08 +0800
committerbillf <billf@FreeBSD.org>1998-12-08 12:18:08 +0800
commit5b20524924c38825cfa8dc2ba0e4e586640e5a3c (patch)
tree0ebc72c998503b21cee556a8188f40f0a5c121a5 /benchmarks/nttcp/pkg-descr
parent9991edf29775ae646391b38a8fe40511e2994d60 (diff)
downloadfreebsd-ports-gnome-5b20524924c38825cfa8dc2ba0e4e586640e5a3c.tar.gz
freebsd-ports-gnome-5b20524924c38825cfa8dc2ba0e4e586640e5a3c.tar.zst
freebsd-ports-gnome-5b20524924c38825cfa8dc2ba0e4e586640e5a3c.zip
Import of nttcp
This program is an up to date version of the ttcp program. It uses inetd (or simulates its behaviour) to start off the remote side program which will send/receive data. Both sides measure the time and number of bytes transfered. The local side will print the measures. The format of the output can be specified on the commandline. PR: ports/8546
Diffstat (limited to 'benchmarks/nttcp/pkg-descr')
-rw-r--r--benchmarks/nttcp/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/benchmarks/nttcp/pkg-descr b/benchmarks/nttcp/pkg-descr
new file mode 100644
index 000000000000..8f018711ffa3
--- /dev/null
+++ b/benchmarks/nttcp/pkg-descr
@@ -0,0 +1,7 @@
+This program is a much more convient version of the ttcp program.
+It uses inetd (or simulates its behaviour) to start off the remote
+side program which will send/receive data. Both sides measure the time
+and number of bytes transfered. The local side will print the measures.
+The format of the output can be specified on the commandline.
+
+Bill Fumerola <billf@chc-chimes.com>