I need to do load testing in memory databases.
I want to use JMeter and, impressed, I need to write a class that implements JavaSamplerClient.
I just have no idea where to start. What the JMeter website offers helps me very little. This is my first time when I do something like this, and I got lost in a few days!
So, maybe you can help by explaining how the basics of how my class should be set up are? Do I need to import packages? Because whenever I try to say that it implements JavaSamplerClient, I get an error.
Could there also be a brief overview of how it all works? How does the method run as many times as specified in JMeter? Or what is really going on here?
source
share