Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
Jamie_Gregory
Community Manager
Community Manager
How can I track app RAM usage over time?
 
How do I optimize my applications so that they can stay under the limit?
 

I am happy to introduce our App Analyzer for Qlik Cloud, that can help answer these questions and more.

AppAnalyzerwithborder.png

 

The app provides insights on:

  • App, Table and Field memory footprints
  • Synthetic keys and island tables to help improve app development
  • Threshold analysis for fields, tables, rows and more
  • Reload times and peak RAM utilization by app
  • And much more!

 

Jamie_Gregory_1-1597163015603.png

 

The App Analyzer uses a single REST connection to iterate over application metadata endpoints within a tenant. The data retrieve can then be measured against tenant quotas and user-defined thresholds to empower Admins to act on the insights that the app reveals. To see the app in action, check out this demo:

 

 

A few things to note:

  • This app is provided as-is and is not supported by Qlik Support.
  • It is recommended to always use the latest app.
  • Information is not collected by Qlik when using this app.
Check out Optimizing Qlik Sense SaaS Apps with App Analyzer for an in-depth dive into the App Analyzer.

 

The app as well as the configuration guide are available via GitHub, linked below. 

 

Any issues or enhancement requests should be opened on the Issues page within the app’s GitHub repository.

Be sure to subscribe to the Qlik Support Updates Blog by clicking the green Subscribe button to stay up-to-date with the latest Qlik Support announcements. Please give this post a like if you found it helpful!

Kind regards,

Qlik Platform Architects

 

Additional Resources:

Techspert Talk: Optimizing Qlik Sense SaaS Apps with App Analyzer

Our other monitoring apps for Qlik Cloud can be found below.

66 Comments
Anonymous
Not applicable

Thank you for the 1st (or I think is 1st) monitoring app for Qlik SaaS. I love it!

Keeping a check not only on your apps, but the available resources as well. 

 

31,851 Views
johngouws
Partner - Specialist
Partner - Specialist

Thank you very much for this App as well as the clear guide. This is going to be very helpful. 

In the video at about 2:06 you mention the Tenant bass ram is going to be increased to 5GB. Very interesting. Do you know if the decision is also going to impact on Qlik Sense Business, taking it to 2.5G maybe? 

31,740 Views
Jamie_Gregory
Community Manager
Community Manager

@johngouws You're welcome! Please let us know if you need anything else.

I will check with the team and let you know!

31,440 Views
Thomas_Hopp
Employee
Employee

@johngouws Thank you for sharing your feedback and glad to hear to the App will be helpful for you and others as well.

In regards to your question about the increased Memory up to 5 GB for our Enterprise offering. The increase will only happen for our Enterprise offering. We will not change the Qlik Sense Business limits and so to speak leaving it at 1.25 GB for now. We are constantly watching the market and as a result of that we are now adjusting the Qlik Sense Enterprise limits only first.

Let me / us know if you have any other questions.

Best regards,

Thomas

30,864 Views
johngouws
Partner - Specialist
Partner - Specialist

@Thomas_Hopp . Thank you for getting back to me on this. It makes sense doing QSE first. I hope you consider moving QSB up slightly, even to 2GB, one day. 

Kind regards,

John

30,834 Views
Marco_Dugnani
Employee
Employee

Hi all, @Thomas_Hopp , is it possible to use this app with a QSE on Windows? a customer ask to use the same app in all the enviroments, Saas and On premises.

Thanks

29,072 Views
AlexOmetis
Partner Ambassador
Partner Ambassador

@Marco_Dugnani  - the App Metadata Analyser that comes with QSE on Windows (not installed by default but is in the Repository Default Apps folder that you can import) is pretty much identical to this I think - give that a go. 

13,320 Views
SahrierParvez
Contributor III
Contributor III

Is there any user log for user analyze.

Thank You

13,229 Views
squeakie_pig
Creator II
Creator II

Hi @SahrierParvez 

Try the Users API.  It is set up the same way as the Apps API in the documentation Install Guide above.  You can build your own report using it.  Information about the APIs available can be found on here https://qlik.dev/apis.   The Users one is still 'experimental' so some things might not work.  Not all of the GET endpoints worked for me

squeakie_pig_0-1604234836556.png

but our Partner advised including the extra tenantId parameter, ie. 

https://{tenantname}.{region.qlikcloud.com/api/v1/users?tenantId={tenantId}

13,093 Views
ToniKautto
Employee
Employee

@SahrierParvez not exactly sure what you are looking for, but in SaaS you will not get access to the system logs. There are a growing number of APIs that you can utilize to enhance your capabilities.

https://qlik.dev/apis/#rest 

13,159 Views