Skip to main content
Penyaskito Blog

Main navigation

  • Home
  • Contact
Language switcher
  • English
  • Español
User account menu
  • Log in

Breadcrumb

  1. Home

load testing

By penyaskito, 26 September, 2012

Non-interactive performance tests and reporting with JMeter

Once you have modelled your stress tests with JMeter (that's another story that deserves its own post), maybe you want to launch them in a non-interactive way from your continuous integration server.

For doing so, you just need to launch JMeter with the non-interactive mode:

./apache-jmeter-2.6/bin/jmeter.sh -t my-test-plan.jmx \
-l my-test-plan-2012-16-09.jtl -n

This commands launch the test plans, but the output file is XML. How could I send this as a report to the QA team or the management people? Just launch:

xsltproc ./apache-jmeter-2.6/extras/jmeter-results-report_21.xsl \
my-test-plan-2012-16-09.jtl > report-2012-16-09.html 

The result will be an HTML file which is rendered as the image attached.

Tags

  • JMeter
  • performance
  • load testing
load testing

Monthly archive

  • July 2023 (1)
  • December 2021 (1)
  • May 2021 (2)
  • April 2021 (1)
  • September 2014 (1)
  • November 2012 (1)
  • September 2012 (2)
  • August 2012 (3)
  • June 2012 (6)

Recent content

Introducing The Dashboard Initiative
2 months ago
Rewriting history on a git repository for editing author and email on past commits
1 year 8 months ago
A Drupal JavaScript behavior for marking edited line items in the cart
2 years 3 months ago
Profiling Drupal, WordPress or any php application with DDEV, XHProf and XHGui
2 years 4 months ago
A personal site upgrade from Drupal 7 to Drupal 9: some migration tips
2 years 4 months ago
Salesforce: generating Excel files from VisualForce APEX pages
9 years ago
Drupalcamp Spain 2012
10 years 10 months ago
Non-interactive performance tests and reporting with JMeter
10 years 11 months ago
Git workflow with submodules for Drupal deployment
10 years 11 months ago
Remoting for the Drupalcon Munich D8MI Sprint
11 years 1 month ago

Recent comments

I would recommend taking a…
4 weeks ago
XEVIL 6: the best software for captchas solving is available !!
1 month ago
This looks interesting
1 month ago
Thanks for the comment
2 years 3 months ago
Thanks for sharing this…
2 years 3 months ago
Looking good!
2 years 4 months ago
lopd
9 years 5 months ago
LOPD
9 years 6 months ago
Gridinit
10 years 11 months ago
Ya la tiene
10 years 11 months ago

Blogs I follow

Mateu Aguiló "e0ipso"
Gábor Hojtsy
Pedro Cambra
The Russian Lullaby, davidjguru
Can It Be All So Simple
Maria Arias de Reyna "Délawen"
Matt Glaman
Josef Ottosson (dotnet)
Daniel Wehner
Jacob Rockowitz
Syndicate

Footer

  • Contact
  • Drupal.org
  • LinkedIn
  • GitHub
  • Twitter
Powered by Drupal