-2

I have a requirement to load test Thrift protocol with very high user load using JMeter. I need to know which is the best and most performant JMeter sampler to use out of Beanshell, JSR223 or Java request with high concurrency load? Appreciate suggestions from industry gurus. I am open to use other open source tools that can perform the same task.

Thanks, B

user5235510
  • 23
  • 1
  • 8

1 Answers1

0

It would be either Java Request or JUnit Request

Second place will be JSR223 Sampler with Groovy language

And Beanshell will have the worst performance.

More information: Beanshell vs JSR223 vs Java JMeter Scripting: The Performance-Off You've Been Waiting For!

Dmitri T
  • 159,985
  • 5
  • 83
  • 133