Performance Testing through distributed jmeter instances and bamboo

Posted by user1617754 on Server Fault See other posts from Server Fault or by user1617754
Published on 2012-09-28T19:25:57Z Indexed on 2012/10/01 3:39 UTC
Read the original article Hit count: 533

Filed under:
|
|
|

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 execution of tests from bamboo, and see the different results on it too.

Bamboo with    <--------->   Jmeter server <-------->  WebService
Jmeter client                  on Amazon                on Amazon

Has anybody tried something like this?

© Server Fault or respective owner

Related posts about Performance

Related posts about testing