Reputation: 499
From the documentation of CompositeGraph it is not clear how can an external JTL or CSV can be integrated?
This listener will work only if you place it in your test plan before starting the test. If you add it after the test started or finished, the rows will not be displayed in the selector panel. This is valid also for csv / jtl file reload, you must add it before reloading files.
Now, coming to main part, how can I include external JTL or CSV in this plugin?
What I can understand from documentation is that, this Plugin only works when you run your Plan from GUI and enable this plugin before hand, this goes out of Best Practice of JMeter, we dont run our Performance Test from GUI.
Any help here....
Upvotes: 0
Views: 400
Reputation: 168147
You can use the plugin, just mind the order of the Listeners being added, i.e.
.jtl
results file into Active Threads Over Time.jtl
results file into Hits Per SecondYou should be able to create a composite graph now
More information: How to Use the Composite Graph Plugin in JMeter
Upvotes: 1