goodput.p
来自「diff serve for ns-2, work for version 2.」· P 代码 · 共 9 行
P
9 行
set title "Goodput Packet for Telnet and FTP aggregates"set xlabel "time (s)"set ylabel "Goodput"set autoscaleset yrange [-0.1:1.1]set terminal pngset out "goodput.png"plot "Goodput.tr" using 1:2 title 'Telnet' with lines, "Goodput.tr" using 1:3 title 'FTP' with lines
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?