[netperf-dev] netperf2 commit notice r221 - trunk/src

raj at netperf.org raj at netperf.org
Fri Feb 8 09:58:40 PST 2008


Author: raj
Date: 2008-02-08 09:58:39 -0800 (Fri, 08 Feb 2008)
New Revision: 221

Modified:
   trunk/src/nettest_omni.c
Log:
lets remember to include elapsed time in default omni output

Modified: trunk/src/nettest_omni.c
===================================================================
--- trunk/src/nettest_omni.c	2008-02-08 03:26:10 UTC (rev 220)
+++ trunk/src/nettest_omni.c	2008-02-08 17:58:39 UTC (rev 221)
@@ -1047,6 +1047,7 @@
   output_csv_list[i++] = REMOTE_RECV_SIZE;
   output_csv_list[i++] = RESPONSE_SIZE;
   output_csv_list[i++] = THROUGHPUT;
+  output_csv_list[i++] = ELAPSED_TIME;
   output_csv_list[i++] = LOCAL_SEND_THROUGHPUT;
   output_csv_list[i++] = LOCAL_RECV_THROUGHPUT;
   output_csv_list[i++] = REMOTE_SEND_THROUGHPUT;



More information about the netperf-dev mailing list