diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2025-06-25 16:40:55 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2025-06-25 16:41:11 -0400 |
| commit | 4b3173bbe0ecb9cc5624c2762183f1b90fb134c7 (patch) | |
| tree | 3fb1e481b231ff7bc00393283cd0884507dfa2a6 /plot-data/stall-shard-counts/averages | |
| parent | 03128086d95d923b6d022c46fe2413751898e497 (diff) | |
| download | dissertation-4b3173bbe0ecb9cc5624c2762183f1b90fb134c7.tar.gz | |
Plot updates
Diffstat (limited to 'plot-data/stall-shard-counts/averages')
| -rw-r--r-- | plot-data/stall-shard-counts/averages/data-old.txt | 10 | ||||
| -rw-r--r-- | plot-data/stall-shard-counts/averages/data-tiering.txt | 6 | ||||
| -rw-r--r-- | plot-data/stall-shard-counts/averages/data.txt | 8 | ||||
| -rw-r--r-- | plot-data/stall-shard-counts/averages/ins-v-q.pdf | bin | 0 -> 9775 bytes | |||
| -rw-r--r-- | plot-data/stall-shard-counts/averages/plot.plt | 45 |
5 files changed, 69 insertions, 0 deletions
diff --git a/plot-data/stall-shard-counts/averages/data-old.txt b/plot-data/stall-shard-counts/averages/data-old.txt new file mode 100644 index 0000000..b0fb503 --- /dev/null +++ b/plot-data/stall-shard-counts/averages/data-old.txt @@ -0,0 +1,10 @@ +32 1.000000 6 6 0 5 22 5891046 335560 +32 0.999900 6 6 0 5 18 5913108 278929 +32 0.999000 6 6 0 5 24 4850680 156096 +32 0.998000 6 6 0 5 24 4006100 110147 +32 0.997500 6 6 0 5 16 3602205 97435 +32 0.995000 6 6 0 5 16 2475623 77118 +32 0.990000 6 6 0 6 6 1441168 69924 +32 0.900000 6 6 0 6 6 154013 62063 +#32 0.850000 6 6 0 5 22 97270 67712 +#32 0.800000 6 6 0 5 16 68502 66973 diff --git a/plot-data/stall-shard-counts/averages/data-tiering.txt b/plot-data/stall-shard-counts/averages/data-tiering.txt new file mode 100644 index 0000000..b4521ef --- /dev/null +++ b/plot-data/stall-shard-counts/averages/data-tiering.txt @@ -0,0 +1,6 @@ +# 32 1.000000 0 2 0 15 23 2099278 94778 +#32 1.000000 0 4 0 8 13 3229521 264238 +#32 1.000000 0 8 0 6 19 3407724 287342 +# 32 1.000000 0 16 0 4 39 4537788 234137 +# 32 1.000000 0 32 0 4 30 3379897 297375 +32 1.000000 0 6 0 4 30 3179897 104453 diff --git a/plot-data/stall-shard-counts/averages/data.txt b/plot-data/stall-shard-counts/averages/data.txt new file mode 100644 index 0000000..97dd461 --- /dev/null +++ b/plot-data/stall-shard-counts/averages/data.txt @@ -0,0 +1,8 @@ +32 0.95 315053 65094 +32 0.99 1412394 68735 +32 0.993 1890763 73380 +32 0.995 2460260 79288 +32 0.998 4066599 112762 +32 0.9985 4308496 124834 +32 0.999 4723617 146155 +32 1 5680599 316998 diff --git a/plot-data/stall-shard-counts/averages/ins-v-q.pdf b/plot-data/stall-shard-counts/averages/ins-v-q.pdf Binary files differnew file mode 100644 index 0000000..949e0d3 --- /dev/null +++ b/plot-data/stall-shard-counts/averages/ins-v-q.pdf diff --git a/plot-data/stall-shard-counts/averages/plot.plt b/plot-data/stall-shard-counts/averages/plot.plt new file mode 100644 index 0000000..743f639 --- /dev/null +++ b/plot-data/stall-shard-counts/averages/plot.plt @@ -0,0 +1,45 @@ +set terminal pdfcairo + +set format y "%1.1t{/Symbol \264}10^{%L}" +set format x "%1.1t{/Symbol \264}10^{%L}" + +set rmargin 4 + +set style line 1 lt 1 lw 3 dashtype 1 ps 1 +set style line 2 lt 2 lw 3 dashtype 2 ps 1 +set style line 3 lt 3 lw 3 dashtype 3 ps 1 +set style line 4 lt 4 lw 3 dashtype 4 ps 1 +set key center top horizontal samplen 2 maxcol 2 width .1 + +set xtics out nomirror +set ytics out nomirror + +set xlabel "Insertion Throughput (ins/sec)" +set ylabel "Query Latency (ns)" + +#set title "Insertion Throughput vs. Query Latency" + +set output "ins-v-q.pdf" + +set xtics 1e6 +#set ytics 1e5 + +#set yrange [6.0e4:7.5e4] +set yrange [0:3.5e5] +set ytics 5e4 + +set key vertical left + +plot "data.txt" using 3:4 with lp ls 1 title "Insertion Stalling", \ + "data-tiering.txt" using 8:9 with points pt 3 ps 1 lc "red" title "Tiering" +# "" using 8:9:2 with labels offset 0.,.5 font "Sans,5" notitle,\ + + + +# "tiering.txt" using 7:8:3 with line ls 2 title "Tiering", \ +# "leveling.txt" using 7:8:3 with line ls 3 title "Leveling", \ +# "bsm.txt" using 7:8:3 with line ls 4 title "Bentley-Saxe",\ +# "leveling.txt" using 7:8:3 with labels offset 0,.5 font "Sans,5" notitle,\ +# "tiering.txt" using 7:8:3 with labels offset 0,.5 font "Sans,5" notitle, \ +# "bsm.txt" using 7:8:3 with labels offset 0,.5 font "Sans,5" notitle + |