BACK TO INDEX

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
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
ActiveFlushedEntriesUInt32Active Flushed Entries are file handles cached in user-mode that will be closed when all current transfers complete.
CaptionStringA short textual description (one-line string) for the statistic or metric.
CurrentFileCacheMemoryUsageUInt64Current number of bytes used for the user-mode file cache.
CurrentFilesCachedUInt32Current number of files whose content is in the user-mode cache.
CurrentMetadataCachedUInt32Current number of metadata information blocks currently in the user-mode cache.
CurrentURIsCachedUInt32URI information blocks currently in the user-mode cache.
DescriptionStringA textual description of the statistic or metric.
FileCacheFlushesUInt32The number of files removed from the user-mode cache (since service startup).
FileCacheHitsUInt32Total number of successful lookups in the user-mode file cache (since service startup).
FileCacheHitsPercentUInt32The ratio of user-mode file cache hits to total cache requests (since service startup).
FileCacheMissesUInt32Total number of unsuccessful lookups in the user-mode file cache (since service startup).
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
KernelCurrentURIsCachedUInt32URI information blocks currently cached by the kernel.
KernelTotalFlushedURIsUInt32The number of URI information blocks that have been removed from the kernel cache (since service startup).
KernelTotalURIsCachedUInt32Total number of URI information blocks added to the kernel cache (since service startup).
KernelURICacheFlushesUInt32Kernel URI Cache Flushes (since server startup).
KernelURICacheHitsUInt32Total number of successful lookups in the kernel URI cache (since service startup).
KernelURICacheHitsPercentUInt32The ratio of kernel URI cache hits to total cache requests (since service startup).
KernelUriCacheHitsPersecUInt32The rate of kernel URI Cache hits.
KernelURICacheMissesUInt32Total number of unsuccessful lookups in the kernel URI cache (since service startup).
MaximumFileCacheMemoryUsageUInt64Maximum number of bytes used for user-mode file cache (since service startup).
MetadataCacheFlushesUInt32The number of user-mode metadata cache flushes (since service startup).
MetadataCacheHitsUInt32Total number of successful lookups in the user-mode metadata cache (since service startup).
MetadataCacheHitsPercentUInt32The ratio of user-mode metadata cache hits to total cache requests (since service startup).
MetadataCacheMissesUInt32Total number of unsuccessful lookups in the user-mode metadata cache (since service startup).
NameStringThe 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_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
TotalFilesCachedUInt32Total number of files whose content was ever added to the user-mode cache (since service startup).
TotalFlushedFilesUInt32Total Flushed Files is the number of file handles that have been removed from the user-mode cache (since service startup).
TotalFlushedMetadataUInt32Total Flushed Metadata is the number of Metadata information blocks that have been removed from the user-mode cache (since service startup).
TotalFlushedURIsUInt32The number of URI information blocks that have been removed from the user-mode cache (since service startup).
TotalMetadataCachedUInt32Total number of metadata information blocks added to the user-mode cache (since service startup).
TotalURIsCachedUInt32Total number of URI information blocks added to the user-mode cache (since service startup).
URICacheFlushesUInt32User-mode URI Cache flushes (since service startup).
URICacheHitsUInt32Total number of successful lookups in the user-mode URI cache (since service startup).
URICacheHitsPercentUInt32The ratio of user-mode URI Cache Hits to total cache requests (since service startup).
URICacheMissesUInt32Total 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;
   };