Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bamboo - jmeter aggregate performance

We are working on integrating jMeter into Bamboo (using maven/chronos) in order to automate performance tests using build scheduling and dependencies.

Before we began working on this project, IT had updated Bamboo to the latest release -- 3.1. We had our sites set on the Bamboo JMeter Aggregator Plugin, but it does not yet support Bamboo 3.1. Log aggregation is important to us, but if we cannot get a visual through Bamboo at this time, we are willing to look into other option.

My questions:

  • Of those of you using Bamboo, do any of you have jMeter integrated?
  • Do you use any type of aggregation?
  • Does anyone have any suggestions for getting a scheduled and/or on-demand look at the performance of a build (preferrably integrated into an Atlassian product)?
like image 738
QA Automator Avatar asked Jun 10 '11 14:06

QA Automator


1 Answers

Jmeter Aggregator plugin is no longer supported and does not work with latest version of Bamboo. We use instead SmartMeter. It is compatible with Jmeter (means that you can run scripts made in/for Jmeter in it).

If you want to install it, just follow the documentation for Bamboo integration

Aggregated report could be seen in Trend analysis in test results/reports enter image description here

like image 90
klingac Avatar answered Oct 27 '22 01:10

klingac