📄 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 + -