Performance Testing through distributed jmeter instances and bamboo
- by user1617754
I´m working on performance test for several services running in an Amazon network.
Our architecture is:
Continuous Integration server running in our facilities (Bamboo);
A Jmeter server instance in the same network than the services to test;
A Jmeter client connected to the JMeter server (ssh tunnels) in our facilities.
I want to start the…