cancel
Showing results for 
Search instead for 
Did you mean: 

SAP HANA Performance Test - JMETER

Former Member
0 Kudos

I want to configure JMETER for SAP HANA/odata performance test. I got to know that SAP is preparing templates for JMETER for SAP HANA, but in mean time I want to do performance test. We are using analytic view as well as scripted calculation view and calling them from odata service.

I want to have a detail report how much time it took to pull data and give it to front end at the SAP HANA level.

I have found couple documents regarding aforesaid

http://scn.sap.com/docs/DOC-32424

http://jmeter.apache.org/usermanual/build-db-test-plan.html

If someone can give me more detail document to setup JMETER for SAP HANA, it will be great.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

You can download Jmeter opensource executable from web. Jmeter is a java program which allows you to connect to a DB and send statements to be executed through JDBC. It is easy to configure and run. You just need to include the jar file for JDBC connection to the bin directory of Jmeter and configure a JDBC connection. Then you simply need to add threads and run your test. You can find tons of information online.


Answers (0)