<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: monitoring load time performance in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045670#M1254569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to do an incremental load of the qvd :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Load qvd into resident table&lt;/LI&gt;&lt;LI&gt;Concatenate you new stats data onto this resident table&lt;/LI&gt;&lt;LI&gt;Store your qvd from the resident table&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a good blog post describing this and other incremental load scenarios, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/qlikview-incremental-load/" title="http://www.quickintelligence.co.uk/qlikview-incremental-load/"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http://www.quickintelligence.co.uk/qlikview-incremental-load/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Feb 2016 09:39:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-04T09:39:03Z</dc:date>
    <item>
      <title>monitoring load time performance</title>
      <link>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045666#M1254562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hi all,&lt;/P&gt;&lt;P&gt;I have 8 models on QV server and I want to monitor daily load time,&lt;/P&gt;&lt;P&gt;each model holds a variable for start time and I can see the daily load duration (reloadtime()-vStartTime) in the model.&lt;/P&gt;&lt;P&gt;any idea how to create a model that will gather all variables or is there an option to see this info on server management console?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;advanced thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045666#M1254562</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring load time performance</title>
      <link>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045667#M1254563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the end of the script create / append to a QVD file fields containing :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;QVW file name&lt;/LI&gt;&lt;LI&gt;Reload start time&lt;/LI&gt;&lt;LI&gt;Reload end time&lt;/LI&gt;&lt;LI&gt;Any other useful information such as rows processed / saved to qvd etc....&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This QVD can then be used as input to a qvw dashboard to analyse reload stats.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 09:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045667#M1254563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-04T09:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring load time performance</title>
      <link>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045668#M1254565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you click on Show Task Details in the QMC Status page, (top right corner), you can see some stats on reload times such as average time, and the Task History shows details of the time and result of past runs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="113521" alt="TaskDetails.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/113521_TaskDetails.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise generate a QVD in your load scripts as &lt;A href="https://community.qlik.com/qlik-users/76197"&gt;bill.markham&lt;/A&gt; suggests and create your own report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 09:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045668#M1254565</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-02-04T09:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring load time performance</title>
      <link>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045669#M1254567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;another Q: &lt;/P&gt;&lt;P&gt;if I place in every model the relevant info fields&amp;nbsp; and store them into QVD it will o&lt;SPAN class="hps alt-edited"&gt;verwrite&lt;/SPAN&gt; the previous day QVD and will hold only the current, is that correct?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 09:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045669#M1254567</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2016-02-04T09:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring load time performance</title>
      <link>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045670#M1254569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to do an incremental load of the qvd :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Load qvd into resident table&lt;/LI&gt;&lt;LI&gt;Concatenate you new stats data onto this resident table&lt;/LI&gt;&lt;LI&gt;Store your qvd from the resident table&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a good blog post describing this and other incremental load scenarios, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/qlikview-incremental-load/" title="http://www.quickintelligence.co.uk/qlikview-incremental-load/"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http://www.quickintelligence.co.uk/qlikview-incremental-load/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 09:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045670#M1254569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-04T09:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring load time performance</title>
      <link>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045671#M1254572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill, Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 10:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045671#M1254572</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2016-02-04T10:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring load time performance</title>
      <link>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045672#M1254575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To give you another option. If you enable "Generate Logfile" and "Timestamp in Logfile Name" on each of your document, you should get a log file of every reload in the folder where the QlikView document is located.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could then create a QlikView document to get the details from the logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be more work initially, but as you develop it further, you should be able to get a lot more analytics and even look into timings of sections of the load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 10:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045672#M1254575</guid>
      <dc:creator>quwok</dc:creator>
      <dc:date>2016-02-04T10:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring load time performance</title>
      <link>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045673#M1254577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;you think it will effect app performance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 10:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045673#M1254577</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2016-02-04T10:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring load time performance</title>
      <link>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045674#M1254580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would not recommend using the timestamp in the logfile name by default as this will create a separate file each time a reload is run and you will need to manage those manually, to prevent adding a lot of clutter to the folder where the QVWs reside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QDS service saves logs for the past month if the Generate Logfile is enabled.&lt;/P&gt;&lt;P&gt;The logs are in the ProgramData\QlikTech\DistributionService\1\Logs folder with a sub-folder for each day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 10:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/monitoring-load-time-performance/m-p/1045674#M1254580</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-02-04T10:58:47Z</dc:date>
    </item>
  </channel>
</rss>

