Skip to content
Snippets Groups Projects
Commit 03853466 authored by Hynek Šabacký's avatar Hynek Šabacký
Browse files

HOOK_ETHTOOL_C: remove

parent f8013ba6
No related merge requests found
......@@ -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"
......
......@@ -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"
......
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment