0

I'm trying to connect my postgresXL database with jmeter, where do i find postgresXl jdbc driver and how to connect it to jmeter?

I've tried postgreSQL jdbc driver but it does not work for me.

Leila
  • 1
  • 1
  • Postgres is not a Java application. It is a database compiled to native executable code. It does not run in a Java JVM. You can not use JVM monitoring tools like Jmeter with it. – BrianC Aug 19 '19 at 16:40

1 Answers1

0

Postgres is not a Java application. It is a database compiled to native executable code. It does not run in a Java JVM. You can not use JVM monitoring tools like Jmeter with it.

BrianC
  • 1,793
  • 1
  • 18
  • 26