[netperf-dev] netperf2 commit notice r582 - trunk/doc/examples
raj at netperf.org
raj at netperf.org
Thu May 17 09:47:44 PDT 2012
Author: raj
Date: 2012-05-17 09:47:44 -0700 (Thu, 17 May 2012)
New Revision: 582
Modified:
trunk/doc/examples/post_proc.sh
Log:
be a bit more verbose about the peak interval
Modified: trunk/doc/examples/post_proc.sh
===================================================================
--- trunk/doc/examples/post_proc.sh 2012-05-17 16:47:20 UTC (rev 581)
+++ trunk/doc/examples/post_proc.sh 2012-05-17 16:47:44 UTC (rev 582)
@@ -199,6 +199,6 @@
LINE2:bits#00FF0080:"$UNITS" > /dev/null
done
-echo "Average of peak interval is $AVG $UNITS"
-echo "Minimum of peak interval is $MIN $UNITS"
-echo "Maximum of peak interval is $MAX $UNITS"
\ No newline at end of file
+echo "Average of peak interval is $AVG $UNITS from $maxstart to $maxend"
+echo "Minimum of peak interval is $MIN $UNITS from $maxstart to $maxend"
+echo "Maximum of peak interval is $MAX $UNITS from $maxstart to $maxend"
\ No newline at end of file
More information about the netperf-dev
mailing list