4 set xlabel "Proxy Cache Size (% Working Set)"
5 set ylabel "Read Latency (ms)"
8 set output "syn-read-1.eps"
9 set title "Single-Client Request Stream"
11 plot "../20110318-synread/32k-c1.data" using (100*$1/32):4 with linespoints title "32 KB", \
12 "../20110318-synread/128k-c1.data" using (100*$1/32):4 with linespoints title "128 KB", \
13 "../20110318-synread/1024k-c1.data" using (100*$1/32):4 with linespoints title "1024 KB"
15 # set output "syn-read-16.eps"
16 # set title "16 Concurrent Request Streams"
18 # plot "../20110316-synread/32k-c16.data" using (100*$1/32):4 with linespoints title "32 KB", \
19 # "../20110316-synread/128k-c16.data" using (100*$1/32):4 with linespoints title "128 KB", \
20 # "../20110316-synread/1024k-c16.data" using (100*$1/32):4 with linespoints title "1024 KB"
22 set ylabel "Read Bandwidth (MB/s)"
23 set output "syn-read-1b.eps"
24 set title "Single-Client Request Stream"
26 plot "../20110318-synread/32k-c1.data" using (100*$1/32):3 with linespoints title "32 KB", \
27 "../20110318-synread/128k-c1.data" using (100*$1/32):3 with linespoints title "128 KB", \
28 "../20110318-synread/1024k-c1.data" using (100*$1/32):3 with linespoints title "1024 KB"
30 # set output "syn-read-16b.eps"
31 # set title "16 Concurrent Request Streams"
33 # plot "../20110316-synread/32k-c16.data" using (100*$1/32):3 with linespoints title "32 KB", \
34 # "../20110316-synread/128k-c16.data" using (100*$1/32):3 with linespoints title "128 KB", \
35 # "../20110316-synread/1024k-c16.data" using (100*$1/32):3 with linespoints title "1024 KB"