]> git.8kb.co.uk Git - postgresql/pgbench_looper/blob - README.md
0a58cee93787dc49b81d644e5f0a8bc794c384e7
[postgresql/pgbench_looper] / README.md
1 pgbench_looper
2 ==============
3
4 Basic shell script to loop around and run pgbench with different workloads, 
5 outputs log file with machine specifics and csv file with data that can be 
6 plotted as required. Gnuplot script and excel sheet included to graph output.
7
8 Usage
9 -----
10
11 Edit the variables at the top of the script to suit, then run.
12
13 $ ./pgbench_looper.sh
14
15 Graphing output
16 ---------------
17
18 ### Gnuplot ###
19
20 $ gnuplot -e "filename='test-20130407_16-26.csv'" pgbench_looper.p -persist
21 $ gnuplot -e "filename='test-20130407_16-26.csv'; outfilename='test-20130407_16-26.png'" pgbench_looper.p
22
23 ### Excel ###
24
25 Cut n' paste into excel worksheet, refresh pivot table tab.