]> git.8kb.co.uk Git - postgresql/pgbench_looper/blobdiff - README.md
Actually commit the files
[postgresql/pgbench_looper] / README.md
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..ec59110
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+pgbench_looper
+==============
+
+Basic shell script to loop around and run pgbench with different workloads, 
+outputs log file with machine specifics and csv file with data that can be 
+plotted as required. Gnuplot script and excel sheet included to graph output.
+
+Usage
+-----
+
+$ ./pgbench_looper.sh
+
+Graphing output
+---------------
+
+### Gnuplot ###
+
+$ gnuplot -e "filename='test-20130407_16-26.csv'" pgbench_looper.p -persist
+$ gnuplot -e "filename='test-20130407_16-26.csv'; outfilename='test-20130407_16-26.png'" pgbench_looper.p
+
+### Excel ###
+
+Cut n' paste into excel worksheet, refresh pivot table tab.
\ No newline at end of file