?? shthroughput.sh
字號:
#Create a plotable file extracting the throughput information form#the collectedData.dat file#xtract rough dataawk -f extractThroughput.awk ../collectedData.dat >thDat1#sort itsort thDat1 -n +0 +1 >thDat2#generate the latency fileawk -f genPlotTh.awk thDat2 > thData.dat#remove temporary filesrm -f thDat1 thDat2#create the plot file and plot it!gnuplot throughput.gp && gv Throughput.ps
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -