Jmeter JDBC Connection to CrateDB

Hi @sleggett,

which version of CrateDB and JMeter are you using? Do you see any errors in the JMeter or CrateDB logs?

I followed the Building a Database Test Plan docs and this basically works out of the box.

Make sure you added PostgreSQL JDBC Driver to your JMeter ./lib folder. Use default settings for your JDBC Connection Configuration with Database URL jdbc:postgresql://your.cratedb.cluster:5432/doc, JDBC Driver class org.postgresql.Driver and correct username and password.

With these settings you should be able to connect to CrateDB.
Happy hacking,
Johannes

2 Likes