X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpgbench_looper;a=blobdiff_plain;f=README.md;h=585a50825a3e53971670d924d3552b8c58dcd64f;hp=0a58cee93787dc49b81d644e5f0a8bc794c384e7;hb=HEAD;hpb=f78cfa81d69621c23f77f4ea2ae46a1200150490 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.