diff options
author | simonb <simonb@pkgsrc.org> | 2002-07-11 23:32:34 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2002-07-11 23:32:34 +0000 |
commit | e6da76ec566c1cb25a5d87b9d762528dc9dfb79b (patch) | |
tree | 3d955ab98c52a89d3315600c385319757ae4706f /benchmarks/kttcp/Makefile | |
parent | 1ce5321258f5baa337b10f1105ba268e565ff33c (diff) | |
download | pkgsrc-e6da76ec566c1cb25a5d87b9d762528dc9dfb79b.tar.gz |
Show usertime/systime/realtime/cpu-time-percentage.
Add a -v option to show "byte/CPU sec" ala "ttcp -v".
Change the -s option to -t (same as parameter to transmit as ttcp).
Bump pkg version number.
Diffstat (limited to 'benchmarks/kttcp/Makefile')
-rw-r--r-- | benchmarks/kttcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/kttcp/Makefile b/benchmarks/kttcp/Makefile index c61574148c9..33e4b91b695 100644 --- a/benchmarks/kttcp/Makefile +++ b/benchmarks/kttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/07/01 12:56:08 agc Exp $ +# $NetBSD: Makefile,v 1.4 2002/07/11 23:32:34 simonb Exp $ DISTNAME= kttcp-${VERSION} CATEGORIES= benchmarks net @@ -8,7 +8,7 @@ DISTFILES= # empty MAINTAINER= thorpej@netbsd.org COMMENT= kttcp kernel network throughput benchmark -VERSION= 20020628 +VERSION= 20020711 ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]-* |