All Apps and Add-ons

JMeter plugin to run test cases

atewari
Path Finder

Splunk Experts,
Has anyone integrated JMeter JMX file that contains test cases and run them automatically and presented test results through Spunk. We'd like to automate this process where we can initiate running test cases included in JMeter's JMX file (XML based) and display test results with Splunk Portal.

Is this possible?

Thanks!

Tags (1)
0 Karma

atewari
Path Finder

Thanks Damien! I am creating a local environment to test this. I really appreciate it. I will award points as soon as I have implemented this.

Thanks again!

0 Karma

Damien_Dallimor
Ultra Champion

You could quite easily create a custom scripted input in Splunk that runs your JMeter test cases for you (from the JMeter ".jmx" file)

jmeter.sh -n -t my_test.jmx -l resultslog.jtl

And then have Splunk monitor the results log file , create some searches/dashboards based on the result events etc...

CSV format for the results would probably be best : http://jmeter.apache.org/usermanual/listeners.html

And to make it even better , rather than having the results written to a file and monitored by Splunk, you could have the results of the scripted input sent directly into Splunk via TCP. There was a recent discussion on Stackoverflow about this.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...