Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
piotr-bratek
Creator

A Qlik app to estimate data volume in SaaS before migrating to new Capacity Model

Hi Guys,

I want to estimate the volume of Data Movement in SaaS environment as we're discussing whether to move from a classic cloud licensing into capacity model or not.

I'm looking for some new app which automates this estimation.
If you face a similar challange and start from scratch, here's the list of things I've just considered.

Manual ways which can be considered as some hints but not as a solution:
1. Administration - Console - Content - Apps - App size in the 5th column and space in the 4th column
2. Space details when you filter one in Catalog 
    

piotrbratek_0-1728311458578.png

 


3. A very simple script used to list and sum the total size of QVD (or other files) in a specific space.
You can export the resulting table into a temp QVD file.
You can run it then for all spaces and check the total size then.

FileSize() function returns size in bytes.

piotrbratek_1-1728311730702.png

Other ways:

4. QS QVD Monitor - yet, it was originally created for on-prem so it would probably require some adjustments
5. Other monitoring apps including some information which might be useful

The last two I have not verified yet, which could be the solution:

6. Some dedicated new monitoring app I have not found so far
7. Using Qlik API - if you already have a solution, I'd love to see it so I don't have to build it on my own.

----------------------------------------
8. Data Capacity Reporting App IS NOT a solution as it requires working on Capacity model.
https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/usage-metrics-app....

#capacity

The most experienced Qlik Trainer in Central Europe
Labels (3)
1 Solution

Accepted Solutions
VBD
Partner - Creator II

Hello,

Hello,Maybe this can help you

https://help.qlik.com/en-US/migration/Content/Migration/Qlik-migration-playbook.htm.

Regards,

Valentin Billaud
Next Decision

View solution in original post

6 Replies
piotr-bratek
Creator
Author

OK, it seems, it's quite easy to build your own app based on API.
Later on, when I finish the app I can make it available.
That will require creating an API Key in the console and using that key in REST API Connections to Qlik API.
https://qlik.dev/apis/rest/data-files/#get-v1-data-files

So it might be a little bit easier to proceed with the way # 3 (see above).
The only thing you have to add is the list of spaces so that you can collect information from all spaces.

The most experienced Qlik Trainer in Central Europe
VBD
Partner - Creator II

Hello,

Hello,Maybe this can help you

https://help.qlik.com/en-US/migration/Content/Migration/Qlik-migration-playbook.htm.

Regards,

Valentin Billaud
Next Decision
VBD
Partner - Creator II

Hello, 

Were you able to take a look at the doc?

 

Regards ,

 

Valentin Billaud
Next Decision
piotr-bratek
Creator
Author

Hi,

yes I were. But can't so what I needed. Where is it? Which script or which monitoring app ?

PS. In the meantime I built my own app based on API which solves the issue.

 

The most experienced Qlik Trainer in Central Europe
fmarvnnt
Partner - Creator III

Sorry but I do not find this as a solution since we're talking about SaaS user based to SaaS Capacity.  Am I right?

FMa

 

fmarvnnt
Partner - Creator III

I guess the solution is in the Question:  The very simple script might be changed to gather all the files and not only QVDs. Thank U Piotr,

FMa