set terminal postscript eps set size 0.8,0.4 set yrange [0:2000] set xlabel "Throughput (KBps) (1 sec bins)" set ylabel "time (sec.)" set title "Response of SlowCCs to flash crowd of 1000 short flows" set output "1000-tcp-0.5.eps" plot "1000-tcp-0.5" using 1:2 title "TCP(1/2)" w l, "1000-tcp-0.5" using 1:3 title "Flash crowd" w l set output "1000-tcp-0.875.eps" plot "1000-tcp-0.875" using 1:2 title "TCP(1/8)" w l, "1000-tcp-0.875" using 1:3 title "Flash crowd" w l set output "1000-tcp-0.995.eps" plot "1000-tcp-0.995" using 1:2 title "TCP(1/256)" w l, "1000-tcp-0.995" using 1:3 title "Flash crowd" w l set output "1000-tfrc-8-1.eps" plot "1000-tfrc-8-1" using 1:2 title "TFRC(8)" w l, "1000-tfrc-8-1" using 1:3 title "Flash crowd" w l set output "1000-tfrc-256-1.eps" plot "1000-tfrc-256-1" using 1:2 title "TFRC(256)" w l, "1000-tfrc-256-1" using 1:3 title "Flash crowd" w l set output "1000-tfrc-256-0.eps" plot "1000-tfrc-256-0" using 1:2 title "TFRC(256, no self clocking)" w l, "1000-tfrc-256-0" using 1:3 title "Flash crowd" w l set output "1000-sqrt-0.5.eps" plot "1000-sqrt-0.5" using 1:2 title "SQRT(1/2)" w l, "1000-sqrt-0.5" using 1:3 title "Flash crowd" w l set output "1000-iiad-0.5.eps" plot "1000-iiad-0.5" using 1:2 title "IIAD(1/2)" w l, "1000-iiad-0.5" using 1:3 title "Flash crowd" w l set terminal jpeg set output "1000-tcp-0.5.jpeg" plot "1000-tcp-0.5" using 1:2 title "TCP(1/2)" w l, "1000-tcp-0.5" using 1:3 title "Flash crowd" w l set output "1000-tcp-0.875.jpeg" plot "1000-tcp-0.875" using 1:2 title "TCP(1/8)" w l, "1000-tcp-0.875" using 1:3 title "Flash crowd" w l set output "1000-tcp-0.995.jpeg" plot "1000-tcp-0.995" using 1:2 title "TCP(1/256)" w l, "1000-tcp-0.995" using 1:3 title "Flash crowd" w l set output "1000-tfrc-8-1.jpeg" plot "1000-tfrc-8-1" using 1:2 title "TFRC(8)" w l, "1000-tfrc-8-1" using 1:3 title "Flash crowd" w l set output "1000-tfrc-256-1.jpeg" plot "1000-tfrc-256-1" using 1:2 title "TFRC(256)" w l, "1000-tfrc-256-1" using 1:3 title "Flash crowd" w l set output "1000-tfrc-256-0.jpeg" plot "1000-tfrc-256-0" using 1:2 title "TFRC(256, no self clocking)" w l, "1000-tfrc-256-0" using 1:3 title "Flash crowd" w l set output "1000-sqrt-0.5.jpeg" plot "1000-sqrt-0.5" using 1:2 title "SQRT(1/2)" w l, "1000-sqrt-0.5" using 1:3 title "Flash crowd" w l set output "1000-iiad-0.5.jpeg" plot "1000-iiad-0.5" using 1:2 title "IIAD(1/2)" w l, "1000-iiad-0.5" using 1:3 title "Flash crowd" w l