Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
gandalfgray
Specialist II
Specialist II

Track performance of apps

Hi

Is it possible to track the time it takes to open apps and/or app objects using any of the views in the QLogs logging database?

Or is there a good sheet in any of the Monitoring apps?

1 Solution

Accepted Solutions
Levi_Turner
Employee
Employee

Let's separate out the question.

1. How does one get the time it takes to open an app or object?

Answer: Telemetry: https://support.qlik.com/articles/000044757

2. Can this Telemetry data be retrieved from the QLogs database?

For that, I believe so but you'd want to test. So the information in those logs is streamed to the Repository which then would put in QLogs. This is why this work flow works. You can confirm with these queries:

SELECT * FROM public.archive_entries WHERE "logger" = 'QixPerformance.Engine.Engine"';
SELECT * FROM public.log_entries WHERE "logger" = 'QixPerformance.Engine.Engine"';

 

As background to the Telemetry process, I would encourage using the Qlik Sense Telemetry Dashboard to visualize the data. Otherwise you will need to rebuild the logic to mapping the appIds and objectIds back into their constituent apps.

View solution in original post

3 Replies
Levi_Turner
Employee
Employee

Let's separate out the question.

1. How does one get the time it takes to open an app or object?

Answer: Telemetry: https://support.qlik.com/articles/000044757

2. Can this Telemetry data be retrieved from the QLogs database?

For that, I believe so but you'd want to test. So the information in those logs is streamed to the Repository which then would put in QLogs. This is why this work flow works. You can confirm with these queries:

SELECT * FROM public.archive_entries WHERE "logger" = 'QixPerformance.Engine.Engine"';
SELECT * FROM public.log_entries WHERE "logger" = 'QixPerformance.Engine.Engine"';

 

As background to the Telemetry process, I would encourage using the Qlik Sense Telemetry Dashboard to visualize the data. Otherwise you will need to rebuild the logic to mapping the appIds and objectIds back into their constituent apps.

gandalfgray
Specialist II
Specialist II
Author

Thanks Levy!

 

We actually tried your Telemetry app a year ago.

I don't remember what the outcome was though ...

We will give it a new try!

gandalfgray
Specialist II
Specialist II
Author

Levy:

just a minor thing. 😀

 

I had troubles finding the installer when I used your link: Qlik Sense Telemetry Dashboard 

I recommend you use this link instead: https://github.com/eapowertools/qs-telemetry-dashboard/releases

then you will see the installer immediately