how to do performance testing Apache Ignite using jmeter

53 Views Asked by At

I am testing to find out the performance of Apche Ignite in displaying data with a load test scenario to see he Throughput, Latency, Resource utilization and Error Rate, how do I do this test using the jmeter tool?

i hope you can give me step by step to do this testing

1

There are 1 best solutions below

1
On

There is a JDBC Driver for Apache Ignite, you can drop it to JMeter Classpath and then after JMeter restart you will be able to use it in the JDBC Connection Configuration

Once you set up your JDBC URL, credentials and so on you can add JDBC Request sampler and put your query there.

Run your test in GUI mode with 1-2 users/iterations to ensure that your test is doing what it is supposed to be doing by looking into queries output in the View Results Tree listener. If you're happy with results add more users and run your JMeter test in command-line non-GUI mode, this way you will get metrics for the increased load.