X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=results%2Ffigures%2Fsyn-read.gnuplot;h=bcdb66deafe86cc8995df04fe144006c5dc324ac;hb=edc8e63804c4c1065f3224e829b711c75330072d;hp=af974bf3395d71cd7c0ea12ea9a00bcc5ad5fa93;hpb=b0c6dd01d47fb4f5230af2af3700328f5dd53cd5;p=bluesky.git diff --git a/results/figures/syn-read.gnuplot b/results/figures/syn-read.gnuplot index af974bf..bcdb66d 100644 --- a/results/figures/syn-read.gnuplot +++ b/results/figures/syn-read.gnuplot @@ -8,28 +8,28 @@ set xrange [0:100] set output "syn-read-1.eps" set title "Single-Client Request Stream" set key top right -plot "../20110316-synread/32k-c1.data" using (100*$1/32):4 with linespoints title "32 KB", \ - "../20110316-synread/128k-c1.data" using (100*$1/32):4 with linespoints title "128 KB", \ - "../20110316-synread/1024k-c1.data" using (100*$1/32):4 with linespoints title "1024 KB" +plot "../20110517/32k-c1.data" using (100*$1/32):4 with linespoints title "32 KB", \ + "../20110517/128k-c1.data" using (100*$1/32):4 with linespoints title "128 KB", \ + "../20110517/1024k-c1.data" using (100*$1/32):4 with linespoints title "1024 KB" -set output "syn-read-16.eps" -set title "16 Concurrent Request Streams" -set key top left -plot "../20110316-synread/32k-c16.data" using (100*$1/32):4 with linespoints title "32 KB", \ - "../20110316-synread/128k-c16.data" using (100*$1/32):4 with linespoints title "128 KB", \ - "../20110316-synread/1024k-c16.data" using (100*$1/32):4 with linespoints title "1024 KB" +# set output "syn-read-16.eps" +# set title "16 Concurrent Request Streams" +# set key top left +# plot "../20110316-synread/32k-c16.data" using (100*$1/32):4 with linespoints title "32 KB", \ +# "../20110316-synread/128k-c16.data" using (100*$1/32):4 with linespoints title "128 KB", \ +# "../20110316-synread/1024k-c16.data" using (100*$1/32):4 with linespoints title "1024 KB" set ylabel "Read Bandwidth (MB/s)" set output "syn-read-1b.eps" set title "Single-Client Request Stream" set key top left -plot "../20110316-synread/32k-c1.data" using (100*$1/32):3 with linespoints title "32 KB", \ - "../20110316-synread/128k-c1.data" using (100*$1/32):3 with linespoints title "128 KB", \ - "../20110316-synread/1024k-c1.data" using (100*$1/32):3 with linespoints title "1024 KB" +plot "../20110517/32k-c1.data" using (100*$1/32):3 with linespoints title "32 KB", \ + "../20110517/128k-c1.data" using (100*$1/32):3 with linespoints title "128 KB", \ + "../20110517/1024k-c1.data" using (100*$1/32):3 with linespoints title "1024 KB" -set output "syn-read-16b.eps" -set title "16 Concurrent Request Streams" -set key top right -plot "../20110316-synread/32k-c16.data" using (100*$1/32):3 with linespoints title "32 KB", \ - "../20110316-synread/128k-c16.data" using (100*$1/32):3 with linespoints title "128 KB", \ - "../20110316-synread/1024k-c16.data" using (100*$1/32):3 with linespoints title "1024 KB" +# set output "syn-read-16b.eps" +# set title "16 Concurrent Request Streams" +# set key top right +# plot "../20110316-synread/32k-c16.data" using (100*$1/32):3 with linespoints title "32 KB", \ +# "../20110316-synread/128k-c16.data" using (100*$1/32):3 with linespoints title "128 KB", \ +# "../20110316-synread/1024k-c16.data" using (100*$1/32):3 with linespoints title "1024 KB"