-
Notifications
You must be signed in to change notification settings - Fork 2
/
silo_tpcc_remote_combined.p
42 lines (35 loc) · 1.25 KB
/
silo_tpcc_remote_combined.p
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
set size 1.5,1.5
set terminal postscript eps color solid "Helvetica" 48
set pointsize 3.0
set output 'silo_tpcc_remote_combined.eps'
# legend info
#set key autotitle columnhead
set key right top Left reverse
set key font ",33"
#set key off
# axis info
#set rmargin 5
#set xtics nomirror rotate by -45 scale 0
set xtics 10
# set ytics 1e5
set yrange [0:2600000]
set format y '%.1s%c'
#set grid ytics ls 3
# line style
set style line 6 lc rgb 'red' lt 6 lw 7 pt 6
set style line 5 lc rgb 'black' lt 5 lw 7 pt 5
set style line 4 lc rgb 'red' lt 4 lw 7 pt 4
set style line 3 lc rgb 'black' lt 3 lw 7 pt 5
set style line 2 lc rgb 'red' lt 2 lw 7 pt 2
set style line 1 lc rgb 'black' lt 1 lw 7 pt 1
#set ytics auto nomirror
#set y2tics auto nomirror
#set logscale x
#set autoscale y
set xlabel "% cross warehouse transactions"
set ylabel "Throughput (txn/sec)"
set xrange[0:100]
plot 'silo_tpcc_remote_32.dat' using ($3*10):4 ls 1 with linespoints t 'PartitionedStore-32WH',\
'silo_tpcc_remote_160.dat' using ($3*10):4 ls 3 with linespoints t 'PartitionedStore-160WH (new)',\
'silo_tpcc_remote_32.dat' using ($3*10):5 ls 2 with linespoints t 'MemSilo-32WH',\
'silo_tpcc_remote_160.dat' using ($3*10):5 ls 4 with linespoints t 'MemSilo-160WH (new)'