- Fix build with clang [1]
- Use standard header - Convert spaces to tabs in options and descriptions - Spelling fixes in pkg-descr PR: ports/174887 [1] Reported by: Garrett Cooper <yanegomi@gmail.com> [1]
This commit is contained in:
parent
823f6912e5
commit
803a57e552
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309847
2 changed files with 11 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
# Created by: koshy
|
||||
# Created by: koshy
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= netperf
|
||||
|
@ -10,17 +10,18 @@ MASTER_SITES= ftp://ftp.netperf.org/netperf/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Network performance benchmarking package
|
||||
|
||||
OPTIONS_DEFINE= OMNI SCTP SOCKETS HISTOGRAM EXS
|
||||
OPTIONS_DEFAULT= SCTP SOCKETS HISTOGRAM EXS
|
||||
OPTIONS_DEFINE= OMNI SCTP SOCKETS HISTOGRAM EXS
|
||||
OPTIONS_DEFAULT= SCTP SOCKETS HISTOGRAM EXS
|
||||
|
||||
OMNI_DESC= Enable OMNI tests
|
||||
SCTP_DESC= Enable SCTP support
|
||||
SOCKETS_DESC= Enable Unix Domain socket support
|
||||
HISTOGRAM_DESC= Enable optional histogram output
|
||||
EXS_DESC= Enable ICSC async socket support
|
||||
OMNI_DESC= Enable OMNI tests
|
||||
SCTP_DESC= Enable SCTP support
|
||||
SOCKETS_DESC= Enable Unix Domain socket support
|
||||
HISTOGRAM_DESC= Enable optional histogram output
|
||||
EXS_DESC= Enable ICSC async socket support
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
USE_CSTD= gnu89
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= "transform="
|
||||
CONFIGURE_ARGS= --program-prefix="" --program-suffix="" --enable-dirty \
|
||||
|
|
|
@ -8,8 +8,8 @@ Some of these are:
|
|||
* specification of desired confidence levels for the tests
|
||||
Netperf will warn the user if these levels were not achieved.
|
||||
* filling send buffers with specified data (to beat compression schemes)
|
||||
* specification of send/recieve buffer alignments and data offsets
|
||||
* requesting cpu utilization and service demand calculations
|
||||
* specification of send/receive buffer alignments and data offsets
|
||||
* requesting CPU utilization and service demand calculations
|
||||
* specification of sizes of data to send
|
||||
Netperf can be used for measuring stream performance as well as
|
||||
round-trip performance.
|
||||
|
|
Loading…
Reference in a new issue