Reputation: 463
I have the server functionality of a product packed in jar file, and i have to measure the time of execution of a static method of a class packed in this jar file. Is it possible and if yes, how to do this with JMeter? The only tutorial that i found and that is concerning something similar, is about making junit test and packing it in jar file and putting it in the classpath of jmeter?
Upvotes: 0
Views: 576
Reputation: 168002
That's it, JSR223 Sampler response time will be the value you're looking for. See Apache Groovy - Why and How You Should Use It article for more information on using Groovy scripting in JMeter tests.
Upvotes: 1