source: ProjectBuilder/projects/netperf/pbconf/2.4.5/netperf/pbcl@ 821

Last change on this file since 821 was 821, checked in by Bruno Cornec, 15 years ago

updated to 2.4.5

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