X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpgbench_looper;a=blobdiff_plain;f=README.md;h=585a50825a3e53971670d924d3552b8c58dcd64f;hp=ec591104ec00d4fe180ed0f249bbf6b4b8a3b62e;hb=HEAD;hpb=0c3d1bf902ba8091341ab2736fa8a6ce48656b1b diff --git a/README.md b/README.md index ec59110..585a508 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,22 @@ plotted as required. Gnuplot script and excel sheet included to graph output. Usage ----- +Edit the variables at the top of the script to suit, then run. + +```bash $ ./pgbench_looper.sh +``` Graphing output --------------- ### Gnuplot ### +```bash $ 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 +Cut n' paste into excel worksheet, refresh pivot table tab.