From: glyn Date: Wed, 22 Oct 2014 16:03:21 +0000 (+0100) Subject: Update README.md X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpgbench_looper;a=commitdiff_plain;h=7509034794dd262cd1c8896efff96298b5bcf259 Update README.md --- diff --git a/README.md b/README.md index 0a58cee..585a508 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,20 @@ 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.