On Mon, April 12, 2010 14:22, Erik Rijkers wrote:
> On Sat, April 10, 2010 01:23, Erik Rijkers wrote:

Oops, typos in that pseudo loop:
of course there was a pgbench init step after that first line.

> for scale in 10 100 500 1000
      pgbench ...   # initialise
      sleep ((scale / 10) * 60)
>     for clients in 1 5 10 20
>         for port in 6565 6566 --> primaryport standbyport
>             for run in `seq 1 3`
>                 pgbench ...
                  sleep 120
>             done
>         done
>     done
> done





-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to