You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This vagrant recipe uses the vagrant-aws provider to set up an AWS instance ofScientific Linux with all the software required to run the a PGBenchfarmclient.
Clone this git repository, copy the Vagrantfile.skel to Vagrantfile,and edit it to use your AWS credentials etc. Then do:
vagrant up --provider=aws
The client is a specially configured instance of the PostgreSQL Buildfarmclient. There are two modifications: first the buildfarm client config mustbe alterred to make it suitable for running the benchfarm module. Second, aspecial buildfarm client module is installed. All these changes can be seen inthe provisioning script.
After setting up the instance and logging in viavagrant ssh, you can run thebenchfarm client by running
su - benchfarm -c ./runbench.sh
About
Setup a benchfarm test client on AWS with a vagrant recipe