diff --git a/modules/responses-tcp.sh b/modules/responses-tcp.sh index 90279a4cf8f04748108959dc40410fba9383f52c..31f9d8d71748c8e52d3c32efa95ea0ec0d6d266e 100755 --- a/modules/responses-tcp.sh +++ b/modules/responses-tcp.sh @@ -181,7 +181,7 @@ function module_exec() ns_stop ${NAMECONF} # Save results - echo -e "# $(ns_info),${GLOBAL_REPLY_AVG_SIZE},${HOOK_ETHTOOL_C}" > ${output} + echo -e "# $(ns_info),${GLOBAL_REPLY_AVG_SIZE}" > ${output} cat ${output}.tmp|sort -n >> ${output} rm ${output}.tmp cat ${replay_log} > "${BASEDIR}/results/kxdpgun-${NS_NAME}.log" diff --git a/modules/responses.sh b/modules/responses.sh index 5b179023fc0fe31701da5bb8c20282711bad5521..c4196f44e870bfbf4e62a7e36e3163266310fab7 100755 --- a/modules/responses.sh +++ b/modules/responses.sh @@ -178,7 +178,7 @@ function module_exec() ns_stop ${NAMECONF} # Save results - echo -e "# $(ns_info),${GLOBAL_REPLY_AVG_SIZE},${HOOK_ETHTOOL_C}" > ${output} + echo -e "# $(ns_info),${GLOBAL_REPLY_AVG_SIZE}" > ${output} cat ${output}.tmp|sort -n >> ${output} rm ${output}.tmp cat ${replay_log} > "${BASEDIR}/results/kxdpgun-${NS_NAME}.log" diff --git a/post/data2www.sh b/post/data2www.sh index c532ab49f5db7191d827a87fcbedff92a6dea20e..e70ec084cbd1581f8a22af9974a9e25e59a1a558 100755 --- a/post/data2www.sh +++ b/post/data2www.sh @@ -143,7 +143,7 @@ for d in *.data; do done < <(tail -n +2 ${d}|awk '{print $1,$2}'|tr " " ",") # Write out line data - echo "{ name: '${name}', custom: { ip_size: ${ip_size}, avg_resp_size: ${resp_size}, ethtool: '${ethtool}' }, data: [ ${data[@]} ] }" >> ${outfile} + echo "{ name: '${name}', custom: { ip_size: ${ip_size}, avg_resp_size: ${resp_size}}, data: [ ${data[@]} ] }" >> ${outfile} done # Write rest