BACK TO INDEX

Win32_PerfFormattedData_msftesql_MSFTESQLService
SQL Full Text Engine statistics across all catalogs
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
BatchesabortedUInt32Number of batches aborted to date. By definition the state of an aborted batch, how far some or all of its transactions got through the indexing process is unknown. These batches are retried by SQL.
BatchescompletedwPererrorsUInt32Number of batches completed with one or more errors, to date. A batch is a group of one or more transactions.
BatchescompletedwPerwarningsUInt32Number of batches completed with warnings but no errors, to date. A batch is a group of one or more transactions.
BatchescompletelysuccessfulUInt32Number of batches completed without warnings or errors, to date. A batch is a group of one or more transactions.
BatchesdoneUInt32Number of all batches completed or aborted to date. This counter is incremented after the completion status is sent to SQL.
BatchesFPCUInt32Number of current batches past filter phase complete. This counter is incremented after all the transactions in the batch are filtered by the filter daemon and given to the plugin(s) for processing.
BatchesinprogressUInt32Number of batches currently being processed. This counter is incremented when a batch of transactions is accepted by the MSFTESQL service and is decremented after the completion is sent or attempted to be sent back to the SQL process.
BatchesinreadyqueueUInt32Number of batches in the ready queue. This queue buffers work that will be given to the filter daemons.
BatchesreceivedUInt32Number of batches received to date. This counter is incremented when a batch of transactions is accepted by the MSFTESQL service.
CaptionStringA short textual description (one-line string) for the statistic or metric.
CatalogsmonitoredUInt32Number of catalogs with PERFMON counters
CatalogsmountedUInt32Number of catalogs mounted
CBsacquiredUInt32Number of chunk buffers that have been returned from the FD. Chunk buffers are blocks of shared memory common to the msftesql service and the filter daemons.
CBsdestroyedUInt32Number of chunk buffers destructed, returned to the o/s, to date. Chunk buffers are blocks of shared memory common to the msftesql service and the filter daemons.
CBsgarbagecollectedUInt32Number of chunk buffers that have been garbage collected from the filter daemons to date. Chunk buffers are blocks of shared memory common to the msftesql service and the filter daemons.
CBsgivenUInt32Number of chunk buffers given to the filter daemons to date. Chunk buffers are blocks of shared memory common to the msftesql service and the filter daemons.
CBsinuseUInt32Number of chunk buffers that are currently in use. Chunk buffers are blocks of shared memory common to the msftesql service and the filter daemons.
CBsizeUInt32Amount of memory (MB) currently being used by chunk buffers. Chunk buffers are blocks of shared memory common to the msftesql service and the filter daemons.
CBsreleasedUInt32Number of chunk buffers returned back to the free list to date. Chunk buffers are blocks of shared memory common to the msftesql service and the filter daemons.
CBstotalUInt32Current total number of chunk buffers. Chunk buffers are blocks of shared memory common to the msftesql service and the filter daemons.
DescriptionStringA textual description of the statistic or metric.
FDHDactiveUInt32Number of active huge document filter daemons
FDHDCBemptyUInt32Number of times to date that the huge document filter daemons have run out of chunk buffers.
FDHDlaunchedUInt32Number of launched huge document filter daemons to date
FDHDterminatedAVUInt32Number of terminated huge document filter daemons to date due to an access violation. This type of error indicates that the filter daemon process may be unstable or corrupt and consequently, it is recycled.
FDHDterminatedexcessivememoryUInt32Number of terminated huge document filter daemons to date due to excessive memory usage. The max, by default, is a percentage of the pagefile however an explicit memory amount can be set using the FTE_SingleThreadedFilterDaemonMemoryMax admin parameter.
FDHDterminatedidleUInt32Number of terminated huge document filter daemons to date due to having been idle. Each time the filter daemon gets work, the clock is reset to 0. The idle time interval can be explicitly set by the FTE_FilterDaemonIdleTimeMax admin paramer.
FDHDterminatedotherUInt32Number of terminated huge document filter daemons to date due to a variety of other errors. Further details may be found in the crawl log, through retail tracing if configured and through watson reporting if configured.
FDHDterminatedpipeUInt32Number of huge document filter daemons that appear to have exited abruptly as indicated by an interprocess communication failure which may have been due to an unhandled error. A watson report should be generated in this case to allow further analaysis.
FDHDterminatedtimeoutUInt32Number of terminated huge document filter daemons to date due to a time-out. A time out occurs when the FD takes too long to process a document. These timeouts are controlled by the FTE_FilterDaemonBatchAgingInterval and FTE_ChunkBufferTimeOutSeconds admin parameters.
FDHDunresponsivetoshutdownUInt32Number of times to date that the huge document filter daemons were given a directive to shutdown but didn't respond in time.
FDMTactiveUInt32Number of multi-threaded filter daemons currently active
FDMTCBemptyUInt32Number of times to date that the multi-threaded filter daemons have run out of chunk buffers.
FDMTlaunchedUInt32Number of launched multi-threaded filter daemons to date
FDMTterminatedAVUInt32Number of terminated multi-threaded filter daemons to date due to an access violation. This type of error indicates that the filter daemon process may be unstable or corrupt and consequently, it is recycled.
FDMTterminatedexcessivememoryUInt32Number of terminated multi-threaded filter daemons to date due to excessive memory usage. The max, by default, is a percentage of the pagefile however an explicit memory amount can be set using the FTE_MultiThreadedFilterDaemonMemoryMax admin parameter.
FDMTterminatedidleUInt32Number of terminated multi-threaded filter daemons to date due to having been idle. Each time the filter daemon gets work, the clock is reset to 0. The idle time interval can be explicitly set by the FTE_FilterDaemonIdleTimeMax admin paramer.
FDMTterminatedotherUInt32Number of terminated multi-threaded filter daemons to date due to a variety of other errors. Further details may be found in the crawl log, through retail tracing if configured and through watson reporting if configured.
FDMTterminatedpipeUInt32Number of multi-threaded filter daemons that appear to have exited abruptly as indicated by an interprocess communication failure which may have been due to an unhandled error. A watson report should be generated in this case to allow further analaysis.
FDMTterminatedtimeoutUInt32Number of terminated multi-threaded filter daemons to date due to a time-out. A time out occurs when the FD takes too long to process a document. These timeouts are controlled by the FTE_FilterDaemonBatchAgingInterval and FTE_ChunkBufferTimeOutSeconds admin parameters.
FDMTunresponsivetoshutdownUInt32Number of times to date that the multi-threaded filter daemons were given a directive to shutdown but didn't respond in time.
FDSTactiveUInt32Number of single-threaded filter daemons currently active
FDSTCBemptyUInt32Number of times to date that the single-threaded filter daemons have run out of chunk buffers.
FDSTlaunchedUInt32Number of launched single-threaded filter daemons to date
FDSTterminatedAVUInt32Number of terminated single-threaded filter daemons to date due to an access violation. This type of error indicates that the filter daemon process may be unstable or corrupt and consequently, it is recycled.
FDSTterminatedexcessivememoryUInt32Number of terminated single-threaded filter daemons to date due to excessive memory usage. The max, by default, is a percentage of the pagefile however an explicit memory amount can be set using the FTE_SingleThreadedFilterDaemonMemoryMax admin parameter.
FDSTterminatedidleUInt32Number of terminated single-threaded filter daemons to date due to having been idle. Each time the filter daemon gets work, the clock is reset to 0. The idle time interval can be explicitly set by the FTE_FilterDaemonIdleTimeMax admin paramer.
FDSTterminatedotherUInt32Number of terminated single-threaded filter daemons to date due to a variety of other errors. Further details may be found in the crawl log, through retail tracing if configured and through watson reporting if configured.
FDSTterminatedpipeUInt32Number of single-threaded filter daemons that appear to have exited abruptly as indicated by an interprocess communication failure which may have been due to an unhandled error. A watson report should be generated in this case to allow further analaysis.
FDSTterminatedtimeoutUInt32Number of terminated single-threaded filter daemons to date due to a time-out. A time out occurs when the FD takes too long to process a document. These timeouts are controlled by the FTE_FilterDaemonBatchAgingInterval and FTE_ChunkBufferTimeOutSeconds admin parameters.
FDSTunresponsivetoshutdownUInt32Number of times to date that the single-threaded filter daemons were given a directive to shutdown but didn't respond in time.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
HeartbeatsUInt32Incremented by a timer task which does maintenance and self-monitoring
IndexperflevelUInt32Indexing performance level
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.
QueryperflevelUInt32Query performance level
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
TotalnoisewordfilesUInt32Number of noise word files loaded to date
TotalstemmersUInt32Number of stemmers loaded to date
TotalthesaurusUInt32Number of thesaurus files loaded to date
TotalwordbreakersUInt32Number of wordbreakers loaded to date
SAMPLE DATA INSTANCE
   Invalid class