[netperf-dev] netperf2 commit notice r564 - in trunk/doc: . examples
raj at netperf.org
raj at netperf.org
Wed Apr 4 16:44:22 PDT 2012
Author: raj
Date: 2012-04-04 16:44:21 -0700 (Wed, 04 Apr 2012)
New Revision: 564
Modified:
trunk/doc/examples/bloat.sh
trunk/doc/netperf.html
trunk/doc/netperf.texi
Log:
fix a typo for socket buffer sizes in the manual and tweak the bloat.sh script a bit
Modified: trunk/doc/examples/bloat.sh
===================================================================
--- trunk/doc/examples/bloat.sh 2012-04-04 22:28:07 UTC (rev 563)
+++ trunk/doc/examples/bloat.sh 2012-04-04 23:44:21 UTC (rev 564)
@@ -102,7 +102,7 @@
DEF:mbps=netperf_stream.rrd:mbps:AVERAGE \
CDEF:bps=mbps,1000000,\* \
CDEF:sbps=bps,$SCALE,/ \
- LINE2:sbps#0000FF80:"TCP_STREAM Throughput" \
- VRULE:${STREAM_START}#FF0000:"TCP_STREAM start" \
- VRULE:${STREAM_STOP}#000000:"TCP_STREAM stop" \
+ LINE2:sbps#0000FFF0:"TCP_STREAM Throughput" \
+ VRULE:${STREAM_START}#FF000080:"TCP_STREAM start" \
+ VRULE:${STREAM_STOP}#00000080:"TCP_STREAM stop" \
--x-grid SECOND:10:SECOND:60:SECOND:60:0:%X
Modified: trunk/doc/netperf.html
===================================================================
--- trunk/doc/netperf.html 2012-04-04 22:28:07 UTC (rev 563)
+++ trunk/doc/netperf.html 2012-04-04 23:44:21 UTC (rev 564)
@@ -1580,7 +1580,7 @@
be 2^30 (GB), 2^20 (MB) or 2^10 (KB) respectively. A suffix of “g,”
“m” or “k” will specify units of 10^9, 10^6 or 10^3 bytes
respectively. For example:
- <pre class="example"> <code>-s 128K</code>
+ <pre class="example"> <code>-S 128K</code>
</pre>
<p>Will request the remote send and receive socket buffer sizes to be
128KB or 131072 bytes.
@@ -2247,7 +2247,7 @@
to be 2^30 (GB), 2^20 (MB) or 2^10 (KB) respectively. A suffix of
“g,” “m” or “k” will specify units of 10^9, 10^6 or 10^3 bytes
respectively. For example:
- <pre class="example"> <code>-s 128K</code>
+ <pre class="example"> <code>-S 128K</code>
</pre>
<p>Will request the remote (netserver) send and receive socket buffer
sizes to be 128KB or 131072 bytes.
Modified: trunk/doc/netperf.texi
===================================================================
(Binary files differ)
More information about the netperf-dev
mailing list