<?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>article Qlik Analytics: How to log CPU, Disk, and memory usage with Microsoft Performance Monitor on a windows 2012 Server (PerfMon) in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Analytics-How-to-log-CPU-Disk-and-memory-usage-with/ta-p/1712237</link>
    <description>&lt;DIV&gt;The Microsoft Performance Monitor makes it possible for users to set up automatic data collection jobs that can save data from performance counters at a given interval.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;This document describes the steps necessary to save such data using Microsoft Performance Monitor Data Collectors.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Environment&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;QlikView Server, all versions&lt;/LI&gt;
&lt;LI&gt;Qlik Sense&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Prerequisites&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Microsoft Performance Monitor must be installed on the QlikView or Qlik Sense Server&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The user who initiates the Data Collectors must be at least a local admin&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Notes&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;These include the Qlik Sense-specific and some other environmental counters, but not all counters that may apply to different troubleshooting scenarios. (e.g. Networking, disk read-write frequency and speed, etc.)&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Attached to this article, you can find an XML template including the counters below with additional disk and network counters. The template file can be imported in Performance Monitor under&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Data Collector Sets&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&amp;gt; right-click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;User Defined&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;New&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Data Collector Set&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Create from a template&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Also see the following article, which contains an illustration of the steps below when adding a processor time counter for the QVS process.&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://community.qlik.com/t5/Support-Knowledge-Base/How-to-set-up-performance-monitoring-for-QlikView-Server-Service/ta-p/1714026" target="_blank" rel="noopener"&gt;How to set up performance monitoring for QlikView Server Service(QVS) (perfmon) &lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Setting up a Data Collector&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Open Microsoft Performance Monitor (located under Server Manager-&amp;gt;Tools)&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open "Data Collector Sets" in the tree view on the left pane&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open "User Defined"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Right-click on "User Defined" and select "New" -&amp;gt; "Data Collector Set"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Set a name for the new collector and select the option "Create manually (Advanced)". Click "Next"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Select "Create data logs" and check "Performance counter". Click "Next"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click "Add..."&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Expand "Processor" and select "% Processor Time". Make sure that "_Total" are selected in "Instances of selected object:"&lt;/SPAN&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;Expand “Memory” and select “Available Mbytes”, and "Committed Bytes"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Expand "Logical Disk" and select "Free Megabytes"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Expand "Physical Disk" and select "% Idle Time", "Avg.&amp;nbsp; Disk sec/Read"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click "Add &amp;gt;&amp;gt;"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Expand "QlikView Distribution Service" and select every sub-item available&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click "Add &amp;gt;&amp;gt;"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click "Ok" to close the dialog&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Change the "Sample Interval" to "5". Make sure that "Units" reads "Seconds"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click "Next"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Choose a directory to save the logs in. Click "Next"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Make sure that the Data Collector Set are run as a user with Local Admin credentials. Select "Save and Close" and click "Finish"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Select the newly created Data Collector Set in the tree view on the left pane&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Right-click "DataCollector01" in the right pane and select "Properties"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Change "Log Format" to "Comma Separated"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open the "File"-tab and enter a descriptive name for the log file, preferably Servername. In a Publisher cluster, this is mandatory so the data can be related to which cluster node it comes from.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click "OK"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Right-click the Data Collector Set in the tree view on the left pane and select "Start"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Wait a few seconds and verify that the Data Collector Set is running&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Repeat for each cluster node&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;Disk Latency Counters:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;While there are no hard values when it comes to transfer speed for storage or latency, we want to minimize I/O request queues as this leads to high disk latency. So a high &lt;STRONG&gt;Disk Queue Length&lt;/STRONG&gt; leads to high &lt;STRONG&gt;Disk sec/Read &lt;/STRONG&gt;and&lt;STRONG&gt; Disk sec/Write &lt;/STRONG&gt;times, and consequently to a higher &lt;STRONG&gt;Disk sec/Transfer&lt;/STRONG&gt; which is the actual measure of disk response time/latency.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;&amp;nbsp;So, when it comes to which performance counters to set for storage monitoring you should use:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;\\PhysicalDisk\Current Disk Queue Length&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;\\PhysicalDisk\Avg. Disk Queue Length&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;\\PhysicalDisk\Avg. Disks Read Queue Length&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;\\PhysicalDisk\Avg. Disk Write Queue Length&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;\\PhysicalDisk\Avg. Disk sec/Transfer&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;\\PhysicalDisk\Avg. Disk sec/Read&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;\\PhysicalDisk\Avg. Disk sec/Write)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Then pick again the&lt;STRONG&gt; same fields for LogicalDisk&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More information on what may be considered healthy or unhealthy disk response times&amp;nbsp; can be found via links below:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://docs.microsoft.com/en-us/archive/blogs/askcore/measuring-disk-latency-with-windows-performance-monitor-perfmon" target="_blank" rel="noopener"&gt;Measuring Disk Latency with Windows Performance Monitor (Perfmon)&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.microsoft.com/en-us/archive/blogs/askcore/windows-performance-monitor-disk-counters-explained" target="_blank" rel="noopener"&gt;Windows Performance Monitor Disk Counters Explained&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 19 Mar 2026 05:59:01 GMT</pubDate>
    <dc:creator>Andre_Sostizzo</dc:creator>
    <dc:date>2026-03-19T05:59:01Z</dc:date>
    <item>
      <title>Qlik Analytics: How to log CPU, Disk, and memory usage with Microsoft Performance Monitor on a windows 2012 Server (PerfMon)</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Analytics-How-to-log-CPU-Disk-and-memory-usage-with/ta-p/1712237</link>
      <description>&lt;DIV&gt;The Microsoft Performance Monitor makes it possible for users to set up automatic data collection jobs that can save data from performance counters at a given interval.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;This document describes the steps necessary to save such data using Microsoft Performance Monitor Data Collectors.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Environment&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;QlikView Server, all versions&lt;/LI&gt;
&lt;LI&gt;Qlik Sense&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Prerequisites&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Microsoft Performance Monitor must be installed on the QlikView or Qlik Sense Server&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The user who initiates the Data Collectors must be at least a local admin&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Notes&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;These include the Qlik Sense-specific and some other environmental counters, but not all counters that may apply to different troubleshooting scenarios. (e.g. Networking, disk read-write frequency and speed, etc.)&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Attached to this article, you can find an XML template including the counters below with additional disk and network counters. The template file can be imported in Performance Monitor under&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Data Collector Sets&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&amp;gt; right-click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;User Defined&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;New&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Data Collector Set&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Create from a template&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Also see the following article, which contains an illustration of the steps below when adding a processor time counter for the QVS process.&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://community.qlik.com/t5/Support-Knowledge-Base/How-to-set-up-performance-monitoring-for-QlikView-Server-Service/ta-p/1714026" target="_blank" rel="noopener"&gt;How to set up performance monitoring for QlikView Server Service(QVS) (perfmon) &lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Setting up a Data Collector&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Open Microsoft Performance Monitor (located under Server Manager-&amp;gt;Tools)&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open "Data Collector Sets" in the tree view on the left pane&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open "User Defined"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Right-click on "User Defined" and select "New" -&amp;gt; "Data Collector Set"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Set a name for the new collector and select the option "Create manually (Advanced)". Click "Next"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Select "Create data logs" and check "Performance counter". Click "Next"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click "Add..."&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Expand "Processor" and select "% Processor Time". Make sure that "_Total" are selected in "Instances of selected object:"&lt;/SPAN&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;Expand “Memory” and select “Available Mbytes”, and "Committed Bytes"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Expand "Logical Disk" and select "Free Megabytes"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Expand "Physical Disk" and select "% Idle Time", "Avg.&amp;nbsp; Disk sec/Read"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click "Add &amp;gt;&amp;gt;"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Expand "QlikView Distribution Service" and select every sub-item available&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click "Add &amp;gt;&amp;gt;"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click "Ok" to close the dialog&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Change the "Sample Interval" to "5". Make sure that "Units" reads "Seconds"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click "Next"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Choose a directory to save the logs in. Click "Next"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Make sure that the Data Collector Set are run as a user with Local Admin credentials. Select "Save and Close" and click "Finish"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Select the newly created Data Collector Set in the tree view on the left pane&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Right-click "DataCollector01" in the right pane and select "Properties"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Change "Log Format" to "Comma Separated"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open the "File"-tab and enter a descriptive name for the log file, preferably Servername. In a Publisher cluster, this is mandatory so the data can be related to which cluster node it comes from.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click "OK"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Right-click the Data Collector Set in the tree view on the left pane and select "Start"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Wait a few seconds and verify that the Data Collector Set is running&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Repeat for each cluster node&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;Disk Latency Counters:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;While there are no hard values when it comes to transfer speed for storage or latency, we want to minimize I/O request queues as this leads to high disk latency. So a high &lt;STRONG&gt;Disk Queue Length&lt;/STRONG&gt; leads to high &lt;STRONG&gt;Disk sec/Read &lt;/STRONG&gt;and&lt;STRONG&gt; Disk sec/Write &lt;/STRONG&gt;times, and consequently to a higher &lt;STRONG&gt;Disk sec/Transfer&lt;/STRONG&gt; which is the actual measure of disk response time/latency.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;&amp;nbsp;So, when it comes to which performance counters to set for storage monitoring you should use:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;\\PhysicalDisk\Current Disk Queue Length&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;\\PhysicalDisk\Avg. Disk Queue Length&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;\\PhysicalDisk\Avg. Disks Read Queue Length&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;\\PhysicalDisk\Avg. Disk Write Queue Length&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;\\PhysicalDisk\Avg. Disk sec/Transfer&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;\\PhysicalDisk\Avg. Disk sec/Read&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;\\PhysicalDisk\Avg. Disk sec/Write)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Then pick again the&lt;STRONG&gt; same fields for LogicalDisk&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More information on what may be considered healthy or unhealthy disk response times&amp;nbsp; can be found via links below:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://docs.microsoft.com/en-us/archive/blogs/askcore/measuring-disk-latency-with-windows-performance-monitor-perfmon" target="_blank" rel="noopener"&gt;Measuring Disk Latency with Windows Performance Monitor (Perfmon)&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.microsoft.com/en-us/archive/blogs/askcore/windows-performance-monitor-disk-counters-explained" target="_blank" rel="noopener"&gt;Windows Performance Monitor Disk Counters Explained&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 19 Mar 2026 05:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Analytics-How-to-log-CPU-Disk-and-memory-usage-with/ta-p/1712237</guid>
      <dc:creator>Andre_Sostizzo</dc:creator>
      <dc:date>2026-03-19T05:59:01Z</dc:date>
    </item>
  </channel>
</rss>

