Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
rajeshvaswani77
Specialist III
Specialist III

JMeter for Calculations

Hi All,

While performance testing with JMeter can we measure the calculation time of the chart?

We are looking at improving the calculation time and be able to compare the original time taken as well as the time taken after optimization.

thanks,

Rajesh Vaswani

3 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

did you came across these setting.

Sheet Properties --> Object tab --> Calculation time column.

Regards

ASHFAQ

rajeshvaswani77
Specialist III
Specialist III
Author

Hi Ashfaq,

I came across this.

I want to test this in the simulated manner from Ajax.

From request send to response received and each chart object fully loaded and time completed.

Could you comment on, "can JMeter differentiate if the chart object has fully loaded?"

thanks,

Rajesh Vaswani

simondachstr
Luminary Alumni
Luminary Alumni

I'm assuming you're using the QVScalabilityTool for JMeter testing.

You won't be able to measure that with JMeter as it's using an top-down approach to measure the response times. This means the response time you'll get with JMeter is the time the whole page need to calculate & display, which ultimately is also what the user experiences.

There are ways to call a specific chart object in an URL and measure this but this requires a modification of the original testing tool (Tool for easy creation of load/performance tests of QlikView (v.10 and 11) that is).