]> git.8kb.co.uk Git - postgresql/pgbench_looper/blob - README.md
Actually commit the files
[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 $ ./pgbench_looper.sh
12
13 Graphing output
14 ---------------
15
16 ### Gnuplot ###
17
18 $ gnuplot -e "filename='test-20130407_16-26.csv'" pgbench_looper.p -persist
19 $ gnuplot -e "filename='test-20130407_16-26.csv'; outfilename='test-20130407_16-26.png'" pgbench_looper.p
20
21 ### Excel ###
22
23 Cut n' paste into excel worksheet, refresh pivot table tab.