Home > OS >  Is there a way to get 'Ultimate Thread Group' parameter?
Is there a way to get 'Ultimate Thread Group' parameter?

Time:05-03

I'm new with jmeter.

I ran a test that at the end it generates a dashboard report. Is there way to see the load details (no. of threads, initial Delay, Hold Load...)? If not, is there a way to get 'Ultimate Thread Group' parameters so I can print it to DB?

Thanks Dotan

CodePudding user response:

You can do it using any suitable enter image description here

See Top 8 JMeter Java Classes You Should Be Using with Groovy to learn what do these ctx and vars objects mean.

  • Related