App Metadata Analyzer アプリには、Qlik Sense Enterprise 展開で Qlik Sense アプリケーションのメタデータを分析するダッシュボードが備えらえられています。これには、アプリのデータ モデルの詳細およびそのリソース使用率を含めて、すべての Qlik Sense アプリが全体的に表示されています。
// Optional Configuration (No need to change these unless you desire) SET vu_months_in_reload_interval = 3; // Width of app last reload date for grouping apps in this app // Visual Thresholds - change these if you want to highlight specific apps based on these attributes SET vAppDiskSizeThreshold = 524288000; // 500 MB SET vAppRAMSizeThreshold = 1073751824; // 1 GB SET vRAMToFileSizeRatioThreshold = 6; // RAM / File Size is typically between 4-6x SET vAppRecordCountThreshold = 10000000; // Number of records in an app SET vTableRecordCountThreshold = 10000000; // Number of records in a table SET vFieldValueCountThreshold = 10000000; // Number of field records SET vFieldCardinalityThreshold = 1000000; // Number of distinct field values SET vNoOfFields = 150; // Number of Distinct Fields SET vReloadCPUTimeThreshold = 1800000; // CPU Time spent on last reload (milliseconds); default = 1,800,000 = 30 Minutes