source: ProjectBuilder/projects/netperf/pbconf/2.4.4/netperf/pbcl@ 385

Last change on this file since 385 was 385, checked in by Bruno Cornec, 16 years ago

Addition of a pbcl in netoerf which wasn't under SVN previously

File size: 3.4 KB
Line 
1# $Id$
2
3NETPERF CHANGES
4
52.4.4 (2008-03-30)
6- The LOC_CPU and REM_CPU tests will report their respective beliefs
7 as to the number of CPUs present when the verbosity is set to more
8 than one. This can be used when trying to diagnose issues with CPU
9 utilization.
10- A kind soul who wishes to remain anonymous provided a patch to
11 enable use of sendfile() on OSX.
12- Fix a misplaced \n in a format string of send_tcp_maerts, courtesy
13 of Alexander Duyck.
14- There is an experimental global -r option which will allow one to
15 include CPU utilization measurements, but make the decision about
16 hitting confidence based on the result only. The test banner will
17 reflects this when -r is used.
18- It is no longer necessary to specify a file with the global -F
19 option when running a _SENDFILE test. Netperf will create a
20 temporary file and populate it with random data and use that. If
21 running aggregate tests it is strongly suggested one use a -F
22 option. Otherwise, the overhead spent creating and populating the
23 temporary file will be included in the CPU utilization calculation.
24- The configure script recognizes Solaris 11 and selects the correct
25 CPU utilization mechanism - or rather it selects the same mechanism
26 as is used in Solaris 10. Fix courtesy of Andrew Gallatin.
27- Convert a number of struct sockaddr_in's to struct
28 sockaddr_storage's and add requisite casts to deal with some abort
29 problems on Windows and perhaps other platforms as well. Kudos to
30 Alexander Duyck.
31- One can now pass a value of 'x' to the global -f option to specify
32 the units as transactions per second. This is the default for any
33 request/response test, which is determined by there being a "double
34 `r'" in the name - eg "RR," "rr," "Rr," or "rR." At present only
35 the TCP_RR test actually looks for this to be set.
36- One can request bits/bytes per second as the primary output of a
37 TCP_RR test by setting the global -f option to [kmgKMG] as with any
38 of the "STREAM" tests. This converts the primary throughput metric
39 to a bitrate (byterate) following the verbosity rules for a STREAM
40 test. Service demand remains usec/Transaction regardless of the
41 setting of the global -f option.
42 A verbosity level of 2 or more will cause the TCP_RR test to report
43 calculated average RTT latency, transaction rate, and inbound and
44 outbound transfer rates regardless of the primary units selected
45 with the global -f paramter. If the primary output is transactions
46 per second, the reported inbound and outbound transfer rates will
47 be 10^6 bits per second, otherwise, they honor the setting of the
48 global -f option.
49 All of this is EXPERIMENTAL and subject to change without prior
50 notice in future versions of netperf.
51- Replace "break" with "break 2" in acinclude.m4 for a socklen macro
52- The default for the requested socket buffer size is changed from 0
53 to -1 to enable passing a value of 0 under Windows, which tells that
54 stack one wishes to enable copy-avoidance.
55- Call fflush() on each interim result displayed in demo mode to make
56 things happier for folks redirecting same to a file. From Dan
57 Yost.
58- In theory each distinct netserver child will have a debug log with
59 its pid appended to the name, somewhat like what appears to happen
60 under Windows.
61- A new global, command-line option to netperf and netserver has been
62 added. The -V option will cause netperf/netserver to display its
63 version and exit.
Note: See TracBrowser for help on using the repository browser.