3 set output "s3bench.eps"
6 set xlabel "Object Size (bytes)"
7 set ylabel "Effective Upload Bandwidth (Mbps)"
9 set xrange [1:1e8]; set xtics 1, 100
10 set yrange [0.0001:1000]
13 plot "../s3test-old/t1.data" using 2:($7*8/10**6) with linespoints title "1", \
14 "../s3test-old/t2.data" using 2:($7*8/10**6) with linespoints title "2", \
15 "../s3test-old/t4.data" using 2:($7*8/10**6) with linespoints title "4", \
16 "../s3test-old/t8.data" using 2:($7*8/10**6) with linespoints title "8", \
17 "../s3test-old/t16.data" using 2:($7*8/10**6) with linespoints title "16", \
18 "../s3test-old/t32.data" using 2:($7*8/10**6) with linespoints title "32", \
19 "../s3test-old/t64.data" using 2:($7*8/10**6) with linespoints title "Threads: 64"