~maria-captains/mariadb-tools/trunk

« back to all changes in this revision

Viewing changes to sysbench-runner/gnuplot_scenario3.txt

  • Committer: Vladimir Cvetkov
  • Date: 2011-06-27 17:31:39 UTC
  • Revision ID: vlado@sofiasln.com-20110627173139-ysibnjzlwvqjtqaj
Committing sysbench-runner - a benchmarking tool that calls sysbench and outputs graphics

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set terminal jpeg
 
2
set output "./Scenario3/scenario3_graphics.jpeg"
 
3
set xlabel "Threads"
 
4
set ylabel "Transactions per second"
 
5
set key below right
 
6
set grid
 
7
set title "MariaDB 5.2.7 on HDD vs SSD"
 
8
 
 
9
plot    "./Scenario3/res_hdd_mariadb_5_2_7_innodb_final.txt" with linespoints ti "Both binlog and data on HDD", \
 
10
                "./Scenario3/res_ssd_mariadb_5_2_7_innodb_final.txt" with linespoints ti "Both binlog and data on SSD", \
 
11
                "./Scenario3/res_ssd_hdd_mariadb_5_2_7_innodb_final.txt" with linespoints ti "Binlog on SSD and data on HDD"