| Win32_PerfFormattedData_W3SVC_WebServiceCache | |||
| The Web Service Cache Counters object includes cache counters specific to the World Wide Web Publishing Service. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| ActiveFlushedEntries | UInt32 | Active Flushed Entries are file handles cached in user-mode that will be closed when all current transfers complete. | |
| Caption | String | A short textual description (one-line string) for the statistic or metric. | |
| CurrentFileCacheMemoryUsage | UInt64 | Current number of bytes used for the user-mode file cache. | |
| CurrentFilesCached | UInt32 | Current number of files whose content is in the user-mode cache. | |
| CurrentMetadataCached | UInt32 | Current number of metadata information blocks currently in the user-mode cache. | |
| CurrentURIsCached | UInt32 | URI information blocks currently in the user-mode cache. | |
| Description | String | A textual description of the statistic or metric. | |
| FileCacheFlushes | UInt32 | The number of files removed from the user-mode cache (since service startup). | |
| FileCacheHits | UInt32 | Total number of successful lookups in the user-mode file cache (since service startup). | |
| FileCacheHitsPercent | UInt32 | The ratio of user-mode file cache hits to total cache requests (since service startup). | |
| FileCacheMisses | UInt32 | Total number of unsuccessful lookups in the user-mode file cache (since service startup). | |
| Frequency_Object | UInt64 | NA | |
| Frequency_PerfTime | UInt64 | NA | |
| Frequency_Sys100NS | UInt64 | NA | |
| KernelCurrentURIsCached | UInt32 | URI information blocks currently cached by the kernel. | |
| KernelTotalFlushedURIs | UInt32 | The number of URI information blocks that have been removed from the kernel cache (since service startup). | |
| KernelTotalURIsCached | UInt32 | Total number of URI information blocks added to the kernel cache (since service startup). | |
| KernelURICacheFlushes | UInt32 | Kernel URI Cache Flushes (since server startup). | |
| KernelURICacheHits | UInt32 | Total number of successful lookups in the kernel URI cache (since service startup). | |
| KernelURICacheHitsPercent | UInt32 | The ratio of kernel URI cache hits to total cache requests (since service startup). | |
| KernelUriCacheHitsPersec | UInt32 | The rate of kernel URI Cache hits. | |
| KernelURICacheMisses | UInt32 | Total number of unsuccessful lookups in the kernel URI cache (since service startup). | |
| MaximumFileCacheMemoryUsage | UInt64 | Maximum number of bytes used for user-mode file cache (since service startup). | |
| MetadataCacheFlushes | UInt32 | The number of user-mode metadata cache flushes (since service startup). | |
| MetadataCacheHits | UInt32 | Total number of successful lookups in the user-mode metadata cache (since service startup). | |
| MetadataCacheHitsPercent | UInt32 | The ratio of user-mode metadata cache hits to total cache requests (since service startup). | |
| MetadataCacheMisses | UInt32 | Total number of unsuccessful lookups in the user-mode metadata cache (since service startup). | |
| Name | String | 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. | |
| Timestamp_Object | UInt64 | NA | |
| Timestamp_PerfTime | UInt64 | NA | |
| Timestamp_Sys100NS | UInt64 | NA | |
| TotalFilesCached | UInt32 | Total number of files whose content was ever added to the user-mode cache (since service startup). | |
| TotalFlushedFiles | UInt32 | Total Flushed Files is the number of file handles that have been removed from the user-mode cache (since service startup). | |
| TotalFlushedMetadata | UInt32 | Total Flushed Metadata is the number of Metadata information blocks that have been removed from the user-mode cache (since service startup). | |
| TotalFlushedURIs | UInt32 | The number of URI information blocks that have been removed from the user-mode cache (since service startup). | |
| TotalMetadataCached | UInt32 | Total number of metadata information blocks added to the user-mode cache (since service startup). | |
| TotalURIsCached | UInt32 | Total number of URI information blocks added to the user-mode cache (since service startup). | |
| URICacheFlushes | UInt32 | User-mode URI Cache flushes (since service startup). | |
| URICacheHits | UInt32 | Total number of successful lookups in the user-mode URI cache (since service startup). | |
| URICacheHitsPercent | UInt32 | The ratio of user-mode URI Cache Hits to total cache requests (since service startup). | |
| URICacheMisses | UInt32 | Total number of unsuccessful lookups in the user-mode URI cache (since service startup). | |
| SAMPLE DATA INSTANCE | |||
|    [Description("The Web Service Cache Counters object includes cache counters specific to the World Wide Web Publishing Service."): ToInstance Amended, DisplayName("Web Service Cache"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]    instance of Win32_PerfFormattedData_W3SVC_WebServiceCache    {     [Description("Active Flushed Entries are file handles cached in user-mode that will be closed when all current transfers complete."): ToInstance Amended, DisplayName("Active Flushed Entries"): ToInstance Amended] ActiveFlushedEntries = 0;     [Description("Current number of bytes used for the user-mode file cache."): ToInstance Amended, DisplayName("Current File Cache Memory Usage"): ToInstance Amended] CurrentFileCacheMemoryUsage = "0";     [Description("Current number of files whose content is in the user-mode cache."): ToInstance Amended, DisplayName("Current Files Cached"): ToInstance Amended] CurrentFilesCached = 0;     [Description("Current number of metadata information blocks currently in the user-mode cache."): ToInstance Amended, DisplayName("Current Metadata Cached"): ToInstance Amended] CurrentMetadataCached = 3;     [Description("URI information blocks currently in the user-mode cache."): ToInstance Amended, DisplayName("Current URIs Cached"): ToInstance Amended] CurrentURIsCached = 0;     [Description("The number of files removed from the user-mode cache (since service startup)."): ToInstance Amended, DisplayName("File Cache Flushes"): ToInstance Amended] FileCacheFlushes = 12027;     [Description("Total number of successful lookups in the user-mode file cache (since service startup)."): ToInstance Amended, DisplayName("File Cache Hits"): ToInstance Amended] FileCacheHits = 1;     [Description("The ratio of user-mode file cache hits to total cache requests (since service startup)."): ToInstance Amended, DisplayName("File Cache Hits %"): ToInstance Amended] FileCacheHitsPercent = 10;     [Description("Total number of unsuccessful lookups in the user-mode file cache (since service startup)."): ToInstance Amended, DisplayName("File Cache Misses"): ToInstance Amended] FileCacheMisses = 9;     [Description("URI information blocks currently cached by the kernel."): ToInstance Amended, DisplayName("Kernel: Current URIs Cached"): ToInstance Amended] KernelCurrentURIsCached = 0;     [Description("The number of URI information blocks that have been removed from the kernel cache (since service startup)."): ToInstance Amended, DisplayName("Kernel: Total Flushed URIs"): ToInstance Amended] KernelTotalFlushedURIs = 0;     [Description("Total number of URI information blocks added to the kernel cache (since service startup)."): ToInstance Amended, DisplayName("Kernel: Total URIs Cached"): ToInstance Amended] KernelTotalURIsCached = 0;     [Description("Kernel URI Cache Flushes (since server startup)."): ToInstance Amended, DisplayName("Kernel: URI Cache Flushes"): ToInstance Amended] KernelURICacheFlushes = 1570;     [Description("Total number of successful lookups in the kernel URI cache (since service startup)."): ToInstance Amended, DisplayName("Kernel: URI Cache Hits"): ToInstance Amended] KernelURICacheHits = 0;     [Description("The ratio of kernel URI cache hits to total cache requests (since service startup)."): ToInstance Amended, DisplayName("Kernel: URI Cache Hits %"): ToInstance Amended] KernelURICacheHitsPercent = 0;     [Description("The rate of kernel URI Cache hits."): ToInstance Amended, DisplayName("Kernel: Uri Cache Hits/sec"): ToInstance Amended] KernelUriCacheHitsPersec = 0;     [Description("Total number of unsuccessful lookups in the kernel URI cache (since service startup)."): ToInstance Amended, DisplayName("Kernel: URI Cache Misses"): ToInstance Amended] KernelURICacheMisses = 1326;     [Description("Maximum number of bytes used for user-mode file cache (since service startup)."): ToInstance Amended, DisplayName("Maximum File Cache Memory Usage"): ToInstance Amended] MaximumFileCacheMemoryUsage = "1635";     [Description("The number of user-mode metadata cache flushes (since service startup)."): ToInstance Amended, DisplayName("Metadata Cache Flushes"): ToInstance Amended] MetadataCacheFlushes = 1574;     [Description("Total number of successful lookups in the user-mode metadata cache (since service startup)."): ToInstance Amended, DisplayName("Metadata Cache Hits"): ToInstance Amended] MetadataCacheHits = 670;     [Description("The ratio of user-mode metadata cache hits to total cache requests (since service startup)."): ToInstance Amended, DisplayName("Metadata Cache Hits %"): ToInstance Amended] MetadataCacheHitsPercent = 50;     [Description("Total number of unsuccessful lookups in the user-mode metadata cache (since service startup)."): ToInstance Amended, DisplayName("Metadata Cache Misses"): ToInstance Amended] MetadataCacheMisses = 649;     [Description("Total number of files whose content was ever added to the user-mode cache (since service startup)."): ToInstance Amended, DisplayName("Total Files Cached"): ToInstance Amended] TotalFilesCached = 2;     [Description("Total Flushed Files is the number of file handles that have been removed from the user-mode cache (since service startup)."): ToInstance Amended, DisplayName("Total Flushed Files"): ToInstance Amended] TotalFlushedFiles = 2;     [Description("Total Flushed Metadata is the number of Metadata information blocks that have been removed from the user-mode cache (since service startup)."): ToInstance Amended, DisplayName("Total Flushed Metadata"): ToInstance Amended] TotalFlushedMetadata = 646;     [Description("The number of URI information blocks that have been removed from the user-mode cache (since service startup)."): ToInstance Amended, DisplayName("Total Flushed URIs"): ToInstance Amended] TotalFlushedURIs = 12;     [Description("Total number of metadata information blocks added to the user-mode cache (since service startup)."): ToInstance Amended, DisplayName("Total Metadata Cached"): ToInstance Amended] TotalMetadataCached = 649;     [Description("Total number of URI information blocks added to the user-mode cache (since service startup)."): ToInstance Amended, DisplayName("Total URIs Cached"): ToInstance Amended] TotalURIsCached = 12;     [Description("User-mode URI Cache flushes (since service startup)."): ToInstance Amended, DisplayName("URI Cache Flushes"): ToInstance Amended] URICacheFlushes = 12027;     [Description("Total number of successful lookups in the user-mode URI cache (since service startup)."): ToInstance Amended, DisplayName("URI Cache Hits"): ToInstance Amended] URICacheHits = 23;     [Description("The ratio of user-mode URI Cache Hits to total cache requests (since service startup)."): ToInstance Amended, DisplayName("URI Cache Hits %"): ToInstance Amended] URICacheHitsPercent = 1;     [Description("Total number of unsuccessful lookups in the user-mode URI cache (since service startup)."): ToInstance Amended, DisplayName("URI Cache Misses"): ToInstance Amended] URICacheMisses = 1319;    }; | |||