📄 shhops.sh
字号:
#Create a plotable file extracting the latency information form#the collectedData.dat file#xtract rough dataawk -f extractHops.awk ../collectedData.dat >hops1#sortsort -n +0 hops1 > hops2#generate the latency fileawk -f genPlotHost.awk hops2 > hopsData.dat#remove temporary filesrm -f hops1 hops2#create the plot file and plot it!gnuplot hopsData.gp && gv HopsData.ps
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -