cvs commit: ports/benchmarks/netperf Makefile ports/benchmarks/netperf/files patch-configure

Munechika SUMIKAWA sumikawa at FreeBSD.org
Tue May 15 06:47:10 UTC 2012


sumikawa    2012-05-15 06:47:10 UTC

  FreeBSD ports repository

  Modified files:
    benchmarks/netperf   Makefile 
  Added files:
    benchmarks/netperf/files patch-configure 
  Log:
  1) Add OPTIONS support for:
  - SOCKETS - Unix domain socket support and tests
  - SCTP - Stream Control Transmission Protocol support and tests
  - EXS - ICSC async socket support
  - HISTOGRAM - Optional histogram output
  - OMNI - Enable OMNI tests
  
  2) Patch to $WRKSRC/configure which fixes CPU measurement and ROUTE
  lookup routines in netperf, which result in this output:
  -------------
  checking which CPU utilization measurement type to use... "none.
  Consider teaching configure about your platform."
  checking which route lookup type to use... "none. Consider teaching
  configure about your platform."
  --------------
  
  3) Add to default configure_args
  
  --enable-dirty
  --enable-demo
  --enable-burst
  --enable-intervals
  
  Note: these just add additional command arguments and options, and are
  not globally enabled in netperf so wont affect existing users/tests.
  
  Submitted by:   koobs (No email address by the request)
  
  Revision  Changes    Path
  1.32      +44 -4     ports/benchmarks/netperf/Makefile
  1.1       +29 -0     ports/benchmarks/netperf/files/patch-configure (new)


More information about the cvs-all mailing list