?? shdelrate.sh
字號:
#Create a plotable file extracting the latency information form#the collectedData.dat file#xtract rough dataawk -f extractDalRate.awk ../collectedData.dat >ratDat1#sortsort -n +0 ratDat1 > ratDat2#generate the latency fileawk -f genPlotDelRate.awk ratDat2 > delRatData.dat#remove temporary filesrm -f ratDat1 ratDat2#create the plot file and plot it!gnuplot delivertyRatio.gp && gv DeliveryRatio.ps
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -