[netperf-dev] netperf2 commit notice r354 - in trunk: . src

raj at netperf.org raj at netperf.org
Tue Sep 14 12:55:36 PDT 2010


Author: raj
Date: 2010-09-14 12:55:36 -0700 (Tue, 14 Sep 2010)
New Revision: 354

Modified:
   trunk/Release_Notes
   trunk/src/netsh.c
Log:
bits and peices

Modified: trunk/Release_Notes
===================================================================
--- trunk/Release_Notes	2010-09-14 18:42:24 UTC (rev 353)
+++ trunk/Release_Notes	2010-09-14 19:55:36 UTC (rev 354)
@@ -1,5 +1,10 @@
 These are the Release Notes for post-revision 2.4.5 of netperf:
 
+*) Additional timing statistics will be kept by the omni tests when
+   the global "-j" option is specified.  The additional statistics are
+   min, max, mean, stddev and the 50th, 90th and 99th percentiles on
+   the timings measured by histograms.
+
 *) Add a workaround to get Linux to report TX queue drops in a
    UDP_STREAM test when the socket buffer size is larger than the
    TX queue.  Provided by Andrew Gallatin.

Modified: trunk/src/netsh.c
===================================================================
--- trunk/src/netsh.c	2010-09-14 18:42:24 UTC (rev 353)
+++ trunk/src/netsh.c	2010-09-14 19:55:36 UTC (rev 354)
@@ -268,6 +268,7 @@
     -i max,min        Specify the max and min number of iterations (15,1)\n\
     -I lvl[,intvl]    Specify confidence level (95 or 99) (99) \n\
                       and confidence interval in percentage (10)\n\
+    -j                Keep additional timing statistics\n\
     -l testlen        Specify test duration (>0 secs) (<0 bytes|trans)\n\
     -L name|ip,fam *  Specify the local ip|name and address family\n\
     -o send,recv      Set the local send,recv buffer offsets\n\



More information about the netperf-dev mailing list