shthroughput.sh

来自「this is source code for adhoc network us」· Shell 代码 · 共 20 行

SH
20
字号
#Create a plotable file extracting the throughput information form #the collectedData.dat file#xtract rough dataawk -f extractThroughput.awk ../collectedData.dat >thDat1#ort it sort thDat1 -n +0 +1 >thDat2#generate the latency fileawk -f genPlotTh.awk thDat2 > thData.dat#emove temporaney filesrm -f thDat1 thDat2 #create the plot file and plot it!gnuplot throughput.gp && gv Throughput.ps

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?