Changeset 4694
- Timestamp:
- 03/15/10 03:04:41 (3 years ago)
- Location:
- vic/branches/cc/cc
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
vic/branches/cc/cc/o.sh
r4685 r4694 37 37 cc/tools/asv drop drop.tr 38 38 rm drop.tr 39 40 # tx queue len 41 grep txq_end trace.s | awk '{print $2" "$4}' > txq.xg -
vic/branches/cc/cc/plots.sh
r4646 r4694 20 20 "ence.xg" with impulses title "end encoding", \ 21 21 "inXR.xg" with impulses title "ackvec arrival", \ 22 "txq.xg" with linespoints lw 2.5 pt 5 title "tx queue", \ 23 "cwnd.xg" with linespoints lw 2.5 lc 9 pt 6 title "cwnd", \ 22 24 "seqno.xg" ls 3 title "packet" 23 25 … … 42 44 "ence.xg" with impulses title "end encoding" lc 4 lt 1, \ 43 45 "inXR.xg" with impulses title "ackvec arrival" lt 1 lc 2, \ 46 "txq.xg" with linespoints lw 2.5 lc 0 lt 1 pt 5 title "tx queue", \ 47 "cwnd.xg" with linespoints lw 2.5 lc 9 lt 1 pt 6 title "cwnd", \ 44 48 "seqno.xg" pt 4 lc 3 title "packet" 45 49 … … 74 78 set mxtics 5 75 79 set mytics 2 76 set xrange [ $1:$2]80 set xrange [0:] 77 81 set yrange [0:] 78 82 set grid xtics ytics mytics … … 91 95 set mxtics 5 92 96 set mytics 2 93 set xrange [ $1:$2]97 set xrange [0:] 94 98 set yrange [0:] 95 99 set grid xtics ytics mytics
