Scripting at jmeter

0
Hi all, We are trying to perform load testing on our Mendix application using Apache JMeter.Currently, we are recording and executing our scripts, but during execution we are encountering a 560 HTTP error. Scenario: Application: Mendix Testing tool: Apache JMeter Protocol: HTTPS Purpose: Load testing / performance testing Issue: When running the recorded script, we get a 560 error response. Questions: How can we correctly execute JMeter scripts against a Mendix app over HTTPS? Are there any best practices or simpler approaches to handle HTTPS scripting for Mendix load testing? Is there a way to avoid excessive correlation steps, as the current process feels time-consuming and lengthy? Any guidance, working examples, or recommended setup would be greatly appreciated! Thanks in advance.
asked
1 answers
0

Due to the complexity of performance testing in Mendix by simulating the xas requests especially via JMeter, it could be better to just not do it. 

 

I think you're bettor off by trying to use free tools for monitoring performance like the nanoprofiler. 

 

https://marketplace.mendix.com/link/component/118285

 

You could also check slow running queries by looking into the logs of you application for the following messages 

 

WARNING - ConnectionBus_Queries: Query executed inWARNING - ConnectionBus_Queries: Query executed in ... 

 

This will let you know which SQL queries took how much to execute. 

 

Hope this helps!

 

 

answered