The Cache object type manages memory for rapid access to files. Files on Windows NT are cached in main memory in units of pages. Main memory not being used in the working sets of processes is available to the Cache for this purpose. The Cache preserves file pages in memory for as long as possible to permit access to the data through the file system without having to access the disk.
Async Copy Reads/sec is the frequency of reads from Cache pages that involve a memory copy of the data from the Cache to the application's buffer. The application will regain control immediately even if the disk must be accessed to retrieve the page.
Index: 110 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Async Data Maps/sec is the frequency that an application using a file system such as NTFS or HPFS to map a page of a file into the Cache to read the page, and does not wish to wait for the Cache to retrieve the page if it is not in main memory.
Index: 092 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Async Fast Reads/sec is the frequency of reads from Cache pages that bypass the installed file system and retrieve the data directly from the Cache. Normally, file I/O requests will invoke the appropriate file system to retrieve data from a file, but this path permits direct retrieval of Cache data without file system involvement if the data is in the Cache. Even if the data is not in the Cache, one invocation of the file system is avoided. If the data is not in the Cache, the request (application program call) will not wait until the data has been retrieved from disk, but will get control immediately.
Index: 128 Default Scale: 0.1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Async MDL Reads/sec is the frequency of reads from Cache pages using a Memory Descriptor List (MDL) to access the pages. The MDL contains the physical address of each page in the transfer, thus permitting Direct Memory Access (DMA) of the pages. If the accessed page(s) are not in main memory, the calling application program will not wait for the pages to fault in from disk.
Index: 118 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Async Pin Reads/sec is the frequency of reading data into the Cache preparatory to writing the data back to disk. Pages read in this fashion are pinned in memory at the completion of the read. The file system will regain control immediately even if the disk must be accessed to retrieve the page. While pinned, a page's physical address will not be altered.
Index: 102 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Copy Read Hits is the percentage of Cache Copy Read requests that hit the Cache, that is, did not require a disk read in order to provide access to the page in the Cache. A Copy Read is a file read operation that is satisfied by a memory copy from a Cache page to the application's buffer. The LAN Redirector uses this method for retrieving Cache information, as does the LAN Server for small transfers. This is a method used by the disk file systems as well.
Index: 112 Default Scale: 1
Counter Type: PERF_SAMPLE_FRACTION Counter Size: 4 bytes
Copy Reads/sec is the frequency of reads from Cache pages that involve a memory copy of the data from the Cache to the application's buffer. The LAN Redirector uses this method for retrieving Cache information, as does the LAN Server for small transfers. This is a method used by the disk file systems as well.
Index: 106 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Data Flush Pages/sec is the number of pages the Cache has flushed to disk as a result of a request to flush or to satisfy a write-through file write request. More than one page can be transferred on each flush operation.
Index: 140 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Data Flushes/sec is the frequency the Cache has flushed its contents to disk as the result of a request to flush or to satisfy a write-through file write request. More than one page can be transferred on each flush operation.
Index: 138 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Data Map Hits is the percentage of Data Maps in the Cache that could be resolved without having to retrieve a page from the disk, that is the page was already in physical memory.
Index: 094 Default Scale: 1
Counter Type: PERF_SAMPLE_FRACTION Counter Size: 4 bytes
Data Map Pins/sec is the frequency of Data Maps in the Cache that resulted in pinning a page in main memory, an action usually preparatory to writing to the file on disk. While pinned, a page's physical address in main memory and virtual address in the Cache will not be altered.
Index: 096 Default Scale: 1
Counter Type: PERF_SAMPLE_FRACTION Counter Size: 4 bytes
Data Maps/sec is the frequency that a file system such as NTFS or HPFS maps a page of a file into the Cache to read the page.
Index: 088 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Fast Read Not Possibles/sec is the frequency of attempts by an application program interface (API) function call to bypass the file system to get at Cache data, that could not be honored without invoking the file system after all.
Index: 132 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Fast Read Resource Misses/sec is the frequency of Cache misses necessitated by the lack of available resources to satisfy the request.
Index: 130 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Fast Reads/sec is the frequency of reads from Cache pages that bypass the installed file system and retrieve the data directly from the Cache. Normally, file I/O requests invoke the appropriate file system to retrieve data from a file, but this path permits direct retrieval of Cache data without file system involvement if the data is in the Cache. Even if the data is not in the Cache, one invocation of the file system is avoided.
Index: 124 Default Scale: 0.1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Lazy Write Flushes/sec is the frequency the Cache's Lazy Write thread has written to disk. Lazy Writing is the process of updating the disk after the page has been changed in memory, so the application making the change to the file does not have to wait for the disk write to complete before proceeding. More than one page can be transferred on each write operation.
Index: 134 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Lazy Write Pages/sec is the frequency the Cache's Lazy Write thread has written to disk. Lazy Writing is the process of updating the disk after the page has been changed in memory, so the application making the change to the file does not have to wait for the disk write to complete before proceeding. More than one page can be transferred on a single disk write operation.
Index: 136 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
MDL Read Hits is the percentage of Cache Memory Descriptor List (MDL) Read requests that hit the Cache, that is, did not require disk accesses in order to provide memory access to the page(s) in the Cache.
Index: 120 Default Scale: 1
Counter Type: PERF_SAMPLE_FRACTION Counter Size: 4 bytes
MDL Reads/sec is the frequency of reads from Cache pages that use a Memory Descriptor List (MDL) to access the data. The MDL contains the physical address of each page involved in the transfer, and thus can employ a hardware Direct Memory Access (DMA) device to effect the copy. The LAN Server uses this method for large transfers out of the server.
Index: 114 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Pin Read Hits is the percentage of Cache Pin Read requests that hit the Cache, that is, did not require a disk read in order to provide access to the page in the Cache. While pinned, a page's physical address in the Cache will not be altered. The LAN Redirector uses this method for retrieving Cache information, as does the LAN Server for small transfers. This is usually the method used by the disk file systems as well.
Index: 104 Default Scale: 1
Counter Type: PERF_SAMPLE_FRACTION Counter Size: 4 bytes
Pin Reads/sec is the frequency of reading data into the Cache preparatory to writing the data back to disk. Pages read in this fashion are pinned in memory at the completion of the read. While pinned, a page's physical address in the Cache will not be altered.
Index: 098 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Sync Copy Reads/sec is the frequency of reads from Cache pages that involve a memory copy of the data from the Cache to the application's buffer. The file system will not regain control until the copy operation is complete, even if the disk must be accessed to retrieve the page.
Index: 108 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Sync Data Maps/sec counts the frequency that a file system such as NTFS or HPFS maps a page of a file into the Cache to read the page, and wishes to wait for the Cache to retrieve the page if it is not in main memory.
Index: 090 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Sync Fast Reads/sec is the frequency of reads from Cache pages that bypass the installed file system and retrieve the data directly from the Cache. Normally, file I/O requests invoke the appropriate file system to retrieve data from a file, but this path permits direct retrieval of Cache data without file system involvement if the data is in the Cache. Even if the data is not in the Cache, one invocation of the file system is avoided. If the data is not in the Cache, the request (application program call) will wait until the data has been retrieved from disk.
Index: 126 Default Scale: 0.1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Sync MDL Reads/sec is the frequency of reads from Cache pages that use a Memory Descriptor List (MDL) to access the pages. The MDL contains the physical address of each page in the transfer, thus permitting Direct Memory Access (DMA) of the pages. If the accessed page(s) are not in main memory, the caller will wait for the pages to fault in from the disk.
Index: 116 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes
Sync Pin Reads/sec is the frequency of reading data into the Cache preparatory to writing the data back to disk. Pages read in this fashion are pinned in memory at the completion of the read. The file system will not regain control until the page is pinned in the Cache, in particular if the disk must be accessed to retrieve the page. While pinned, a page's physical address in the Cache will not be altered.
Index: 100 Default Scale: 1
Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes