Win32_PerfRawData_PerfOS_Cache, ROOT\CIMV2

Class | Methods | Properties (43) | Qualifiers (13) | Instances (1) | Namespaces (1)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

The Cache performance object consists of counters that monitor the file system cache, an area of physical memory that stores recently used data as long as possible to permit access to the data without having to read from the disk. Because applications typically use the cache, the cache is monitored as an indicator of application I/O operations. When memory is plentiful, the cache can grow, but when memory is scarce, the cache can become too small to be effective.

Win32_PerfRawData_PerfOS_Cache properties

Win32_PerfRawData_PerfOS_Cache has 43 properties (34 Local, 9 Derived)

NameOriginCIMType
AsyncCopyReadsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
AsyncDataMapsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
AsyncFastReadsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
AsyncMDLReadsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
AsyncPinReadsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
CaptionCIM_StatisticalInformation8 [string]
CopyReadHitsPercentWin32_PerfRawData_PerfOS_Cache19 [uint32]
CopyReadHitsPercent_BaseWin32_PerfRawData_PerfOS_Cache19 [uint32]
CopyReadsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
DataFlushesPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
DataFlushPagesPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
DataMapHitsPercentWin32_PerfRawData_PerfOS_Cache19 [uint32]
DataMapHitsPercent_BaseWin32_PerfRawData_PerfOS_Cache19 [uint32]
DataMapPinsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
DataMapPinsPersec_BaseWin32_PerfRawData_PerfOS_Cache19 [uint32]
DataMapsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
DescriptionCIM_StatisticalInformation8 [string]
DirtyPagesWin32_PerfRawData_PerfOS_Cache21 [uint64]
DirtyPageThresholdWin32_PerfRawData_PerfOS_Cache21 [uint64]
FastReadNotPossiblesPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
FastReadResourceMissesPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
FastReadsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
Frequency_ObjectWin32_Perf21 [uint64]
Frequency_PerfTimeWin32_Perf21 [uint64]
Frequency_Sys100NSWin32_Perf21 [uint64]
LazyWriteFlushesPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
LazyWritePagesPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
MDLReadHitsPercentWin32_PerfRawData_PerfOS_Cache19 [uint32]
MDLReadHitsPercent_BaseWin32_PerfRawData_PerfOS_Cache19 [uint32]
MDLReadsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
NameCIM_StatisticalInformation8 [string]
PinReadHitsPercentWin32_PerfRawData_PerfOS_Cache19 [uint32]
PinReadHitsPercent_BaseWin32_PerfRawData_PerfOS_Cache19 [uint32]
PinReadsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
ReadAheadsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
SyncCopyReadsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
SyncDataMapsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
SyncFastReadsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
SyncMDLReadsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
SyncPinReadsPersecWin32_PerfRawData_PerfOS_Cache19 [uint32]
Timestamp_ObjectWin32_Perf21 [uint64]
Timestamp_PerfTimeWin32_Perf21 [uint64]
Timestamp_Sys100NSWin32_Perf21 [uint64]

Detailed description of Win32_PerfRawData_PerfOS_Cache properties

Local properties (34) of Win32_PerfRawData_PerfOS_Cache class

AsyncCopyReadsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Async Copy Reads/sec is the frequency of reads from pages of the file system cache 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.'
DetailLevel100
DisplayName'Async Copy Reads/sec'
DisplayName009'Async Copy Reads/sec'
HelpIndex0
PerfIndex0
AsyncCopyReadsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
AsyncDataMapsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Async Data Maps/sec is the frequency that an application using a file system, such as NTFS, to map a page of a file into the file system cache to read the page, and does not wait for the page to be retrieved if it is not in main memory.'
DetailLevel100
DisplayName'Async Data Maps/sec'
DisplayName009'Async Data Maps/sec'
HelpIndex0
PerfIndex0
AsyncDataMapsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
AsyncFastReadsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'Async Fast Reads/sec is the frequency of reads from the file system cache 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 data to be retrieved from the cache directly (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.'
DetailLevel100
DisplayName'Async Fast Reads/sec'
DisplayName009'Async Fast Reads/sec'
HelpIndex0
PerfIndex0
AsyncFastReadsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
AsyncMDLReadsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Async MDL Reads/sec is the frequency of reads from the file system cache 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 calling application program will not wait for the pages to fault in from disk.'
DetailLevel100
DisplayName'Async MDL Reads/sec'
DisplayName009'Async MDL Reads/sec'
HelpIndex0
PerfIndex0
AsyncMDLReadsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
AsyncPinReadsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Async Pin Reads/sec is the frequency of reading data into the file system 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.'
DetailLevel100
DisplayName'Async Pin Reads/sec'
DisplayName009'Async Pin Reads/sec'
HelpIndex0
PerfIndex0
AsyncPinReadsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
CopyReadHitsPercent property
CIMTYPE'uint32'
CounterType549585920
DefaultScale0
Description'Copy Read Hits is the percentage of cache copy read requests that hit the cache, that is, they 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 page in the cache to the application's buffer. The LAN Redirector uses this method for retrieving information from the cache, as does the LAN Server for small transfers. This is a method used by the disk file systems as well.'
DetailLevel100
DisplayName'Copy Read Hits %'
DisplayName009'Copy Read Hits %'
HelpIndex0
PerfIndex0
CopyReadHitsPercent property is in 2 classes of ROOT\cimv2 and in 1 namespace
CopyReadHitsPercent_Base property
CIMTYPE'uint32'
CounterType1073939457
DefaultScale0
Description''
DetailLevel100
DisplayName''
DisplayName009''
HelpIndex0
PerfIndex0
CopyReadHitsPercent_Base property is in 1 class (Win32_PerfRawData_PerfOS_Cache) of ROOT\cimv2 and in 1 namespace
CopyReadsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Copy Reads/sec is the frequency of reads from pages of the file system cache that involve a memory copy of the data from the cache to the application's buffer. The LAN Redirector uses this method for retrieving information from the file system cache, as does the LAN Server for small transfers. This is a method used by the disk file systems as well.'
DetailLevel100
DisplayName'Copy Reads/sec'
DisplayName009'Copy Reads/sec'
HelpIndex0
PerfIndex0
CopyReadsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
DataFlushesPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Data Flushes/sec is the rate at which the file system 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.'
DetailLevel100
DisplayName'Data Flushes/sec'
DisplayName009'Data Flushes/sec'
HelpIndex0
PerfIndex0
DataFlushesPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
DataFlushPagesPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Data Flush Pages/sec is the number of pages the file system 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.'
DetailLevel100
DisplayName'Data Flush Pages/sec'
DisplayName009'Data Flush Pages/sec'
HelpIndex0
PerfIndex0
DataFlushPagesPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
DataMapHitsPercent property
CIMTYPE'uint32'
CounterType549585920
DefaultScale0
Description'Data Map Hits is the percentage of data maps in the file system cache that could be resolved without having to retrieve a page from the disk, because the page was already in physical memory.'
DetailLevel100
DisplayName'Data Map Hits %'
DisplayName009'Data Map Hits %'
HelpIndex0
PerfDefaultTrue
PerfIndex0
DataMapHitsPercent property is in 2 classes of ROOT\cimv2 and in 1 namespace
DataMapHitsPercent_Base property
CIMTYPE'uint32'
CounterType1073939457
DefaultScale0
Description''
DetailLevel100
DisplayName''
DisplayName009''
HelpIndex0
PerfIndex0
DataMapHitsPercent_Base property is in 1 class (Win32_PerfRawData_PerfOS_Cache) of ROOT\cimv2 and in 1 namespace
DataMapPinsPersec property
CIMTYPE'uint32'
CounterType549585920
DefaultScale0
Description'Data Map Pins/sec is the frequency of data maps in the file system 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 file system cache will not be altered.'
DetailLevel100
DisplayName'Data Map Pins/sec'
DisplayName009'Data Map Pins/sec'
HelpIndex0
PerfIndex0
DataMapPinsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
DataMapPinsPersec_Base property
CIMTYPE'uint32'
CounterType1073939457
DefaultScale0
Description''
DetailLevel100
DisplayName''
DisplayName009''
HelpIndex0
PerfIndex0
DataMapPinsPersec_Base property is in 1 class (Win32_PerfRawData_PerfOS_Cache) of ROOT\cimv2 and in 1 namespace
DataMapsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Data Maps/sec is the frequency that a file system such as NTFS, maps a page of a file into the file system cache to read the page.'
DetailLevel100
DisplayName'Data Maps/sec'
DisplayName009'Data Maps/sec'
HelpIndex0
PerfIndex0
DataMapsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
DirtyPages property
CIMTYPE'uint64'
CounterType65792
DefaultScale-3
Description'Total number of dirty pages on the system cache'
DetailLevel100
DisplayName'Dirty Pages'
DisplayName009'Dirty Pages'
HelpIndex0
PerfIndex0
DirtyPages property is in 2 classes of ROOT\cimv2 and in 1 namespace
DirtyPageThreshold property
CIMTYPE'uint64'
CounterType65792
DefaultScale-3
Description'Threshold for number of dirty pages on system cache'
DetailLevel100
DisplayName'Dirty Page Threshold'
DisplayName009'Dirty Page Threshold'
HelpIndex0
PerfIndex0
DirtyPageThreshold property is in 2 classes of ROOT\cimv2 and in 1 namespace
FastReadNotPossiblesPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'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 to data in the file system cache that could not be honored without invoking the file system.'
DetailLevel100
DisplayName'Fast Read Not Possibles/sec'
DisplayName009'Fast Read Not Possibles/sec'
HelpIndex0
PerfIndex0
FastReadNotPossiblesPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
FastReadResourceMissesPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Fast Read Resource Misses/sec is the frequency of cache misses necessitated by the lack of available resources to satisfy the request.'
DetailLevel100
DisplayName'Fast Read Resource Misses/sec'
DisplayName009'Fast Read Resource Misses/sec'
HelpIndex0
PerfIndex0
FastReadResourceMissesPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
FastReadsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'Fast Reads/sec is the frequency of reads from the file system cache 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 data from the cache 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.'
DetailLevel100
DisplayName'Fast Reads/sec'
DisplayName009'Fast Reads/sec'
HelpIndex0
PerfIndex0
FastReadsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
LazyWriteFlushesPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Lazy Write Flushes/sec is the rate at which the Lazy Writer thread has written to disk. Lazy Writing is the process of updating the disk after the page has been changed in memory, so that the application that changed the file does not have to wait for the disk write to be complete before proceeding. More than one page can be transferred by each write operation.'
DetailLevel100
DisplayName'Lazy Write Flushes/sec'
DisplayName009'Lazy Write Flushes/sec'
HelpIndex0
PerfIndex0
LazyWriteFlushesPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
LazyWritePagesPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Lazy Write Pages/sec is the rate at which the Lazy Writer thread has written to disk. Lazy Writing is the process of updating the disk after the page has been changed in memory, so that the application that changed the file does not have to wait for the disk write to be complete before proceeding. More than one page can be transferred on a single disk write operation.'
DetailLevel100
DisplayName'Lazy Write Pages/sec'
DisplayName009'Lazy Write Pages/sec'
HelpIndex0
PerfIndex0
LazyWritePagesPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
MDLReadHitsPercent property
CIMTYPE'uint32'
CounterType549585920
DefaultScale0
Description'MDL Read Hits is the percentage of Memory Descriptor List (MDL) Read requests to the file system cache that hit the cache, i.e., did not require disk accesses in order to provide memory access to the page(s) in the cache.'
DetailLevel100
DisplayName'MDL Read Hits %'
DisplayName009'MDL Read Hits %'
HelpIndex0
PerfIndex0
MDLReadHitsPercent property is in 2 classes of ROOT\cimv2 and in 1 namespace
MDLReadHitsPercent_Base property
CIMTYPE'uint32'
CounterType1073939457
DefaultScale0
Description''
DetailLevel100
DisplayName''
DisplayName009''
HelpIndex0
PerfIndex0
MDLReadHitsPercent_Base property is in 1 class (Win32_PerfRawData_PerfOS_Cache) of ROOT\cimv2 and in 1 namespace
MDLReadsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'MDL Reads/sec is the frequency of reads from the file system cache 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.'
DetailLevel100
DisplayName'MDL Reads/sec'
DisplayName009'MDL Reads/sec'
HelpIndex0
PerfIndex0
MDLReadsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
PinReadHitsPercent property
CIMTYPE'uint32'
CounterType549585920
DefaultScale0
Description'Pin Read Hits is the percentage of pin read requests that hit the file system cache, i.e., did not require a disk read in order to provide access to the page in the file system cache. While pinned, a page's physical address in the file system cache will not be altered. The LAN Redirector uses this method for retrieving data from the cache, as does the LAN Server for small transfers. This is usually the method used by the disk file systems as well.'
DetailLevel100
DisplayName'Pin Read Hits %'
DisplayName009'Pin Read Hits %'
HelpIndex0
PerfIndex0
PinReadHitsPercent property is in 2 classes of ROOT\cimv2 and in 1 namespace
PinReadHitsPercent_Base property
CIMTYPE'uint32'
CounterType1073939457
DefaultScale0
Description''
DetailLevel100
DisplayName''
DisplayName009''
HelpIndex0
PerfIndex0
PinReadHitsPercent_Base property is in 1 class (Win32_PerfRawData_PerfOS_Cache) of ROOT\cimv2 and in 1 namespace
PinReadsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Pin Reads/sec is the frequency of reading data into the file system 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 file system cache will not be altered.'
DetailLevel100
DisplayName'Pin Reads/sec'
DisplayName009'Pin Reads/sec'
HelpIndex0
PerfIndex0
PinReadsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
ReadAheadsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Read Aheads/sec is the frequency of reads from the file system cache in which the Cache detects sequential access to a file. The read aheads permit the data to be transferred in larger blocks than those being requested by the application, reducing the overhead per access.'
DetailLevel100
DisplayName'Read Aheads/sec'
DisplayName009'Read Aheads/sec'
HelpIndex0
PerfIndex0
ReadAheadsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
SyncCopyReadsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Sync Copy Reads/sec is the frequency of reads from pages of the file system cache 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.'
DetailLevel100
DisplayName'Sync Copy Reads/sec'
DisplayName009'Sync Copy Reads/sec'
HelpIndex0
PerfIndex0
SyncCopyReadsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
SyncDataMapsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Sync Data Maps/sec counts the frequency that a file system, such as NTFS, maps a page of a file into the file system cache to read the page, and wishes to wait for the page to be retrieved if it is not in main memory.'
DetailLevel100
DisplayName'Sync Data Maps/sec'
DisplayName009'Sync Data Maps/sec'
HelpIndex0
PerfIndex0
SyncDataMapsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
SyncFastReadsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'Sync Fast Reads/sec is the frequency of reads from the file system cache 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 data from the cache 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.'
DetailLevel100
DisplayName'Sync Fast Reads/sec'
DisplayName009'Sync Fast Reads/sec'
HelpIndex0
PerfIndex0
SyncFastReadsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
SyncMDLReadsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Sync MDL Reads/sec is the frequency of reads from the file system cache 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.'
DetailLevel100
DisplayName'Sync MDL Reads/sec'
DisplayName009'Sync MDL Reads/sec'
HelpIndex0
PerfIndex0
SyncMDLReadsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
SyncPinReadsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Sync Pin Reads/sec is the frequency of reading data into the file system 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 file system cache, in particular if the disk must be accessed to retrieve the page. While pinned, a page's physical address in the file system cache will not be altered.'
DetailLevel100
DisplayName'Sync Pin Reads/sec'
DisplayName009'Sync Pin Reads/sec'
HelpIndex0
PerfIndex0
SyncPinReadsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace

Derived properties (9) of Win32_PerfRawData_PerfOS_Cache class

Caption property
CIMTYPE'string'
Description'A short textual description (one-line string) for the statistic or metric.'
MaxLen64
readTrue
Caption property is in 1050 classes of ROOT\cimv2 and in 37 namespaces
Description property
CIMTYPE'string'
Description'A textual description of the statistic or metric.'
readTrue
Description property is in 1061 classes of ROOT\cimv2 and in 142 namespaces
Frequency_Object property
CIMTYPE'uint64'
Frequency_Object property is in 727 classes of ROOT\cimv2 and in 2 namespaces
Frequency_PerfTime property
CIMTYPE'uint64'
Frequency_PerfTime property is in 727 classes of ROOT\cimv2 and in 2 namespaces
Frequency_Sys100NS property
CIMTYPE'uint64'
Frequency_Sys100NS property is in 727 classes of ROOT\cimv2 and in 2 namespaces
Name property
CIMTYPE'string'
Description'The Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property. '
MaxLen256
readTrue
Name property is in 1046 classes of ROOT\cimv2 and in 142 namespaces
Timestamp_Object property
CIMTYPE'uint64'
Timestamp_Object property is in 727 classes of ROOT\cimv2 and in 2 namespaces
Timestamp_PerfTime property
CIMTYPE'uint64'
Timestamp_PerfTime property is in 727 classes of ROOT\cimv2 and in 2 namespaces
Timestamp_Sys100NS property
CIMTYPE'uint64'
Timestamp_Sys100NS property is in 727 classes of ROOT\cimv2 and in 2 namespaces

Win32_PerfRawData_PerfOS_Cache Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'The Cache performance object consists of counters that monitor the file system cache, an area of physical memory that stores recently used data as long as possible to permit access to the data without having to read from the disk. Because applications typically use the cache, the cache is monitored as an indicator of application I/O operations. When memory is plentiful, the cache can grow, but when memory is scarce, the cache can become too small to be effective.'
DetailLevel100
DisplayName'Cache'
DisplayName009'Cache'
dynamicTrue
GenericPerfCtrTrue
HelpIndex0
HiPerfTrue
Locale1033
PerfIndex0
provider'WmiPerfInst'
RegistryKey'PerfOS'
SingletonTrue

Win32_PerfRawData_PerfOS_Cache System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\cimv2:Win32_PerfRawData_PerfOS_Cache'___SYSTEM8
__NAMESPACE'ROOT\cimv2'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['Win32_PerfRawData', 'Win32_Perf', 'CIM_StatisticalInformation']___SYSTEM8
__PROPERTY_COUNT43___SYSTEM3
__RELPATH'Win32_PerfRawData_PerfOS_Cache'___SYSTEM8
__DYNASTY'CIM_StatisticalInformation'___SYSTEM8
__SUPERCLASS'Win32_PerfRawData'___SYSTEM8
__CLASS'Win32_PerfRawData_PerfOS_Cache'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to Win32_PerfRawData_PerfOS_Cache

Number of classes:16
WUtils.com
online utility - toplist