BACK TO INDEX

Win32_PerfRawData_MSSQLSERVER_SQLServerAccessMethods
Collects statistics associated with the database server access methods
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AUcleanupbatchesPersecUInt64The number of batches that completed successfully per second by the background task that cleans up deferred dropped allocation units.
AUcleanupsPersecUInt64The number of allocation units per second that were successfully dropped by the background task that cleans up deferred dropped allocation units. Each allocation unit drop requires multiple batches.
ByreferenceLobCreateCountUInt64Count of large object (LOB) values that were passed by reference. By-reference lobs are used in certain bulk operations to avoid the cost of passing them by value.
ByreferenceLobUseCountUInt64Count of by-reference lob values that were used. By-reference lobs are used in certain bulk operations to avoid the cost of passing them by value.
CaptionStringA short textual description (one-line string) for the statistic or metric.
CountLobReadaheadUInt64Count of lob pages on which readahead was issued.
CountPullInRowUInt64Count of values that were pulled in-row from off-row.
CountPushOffRowUInt64Count of values that were pushed from in-row to off-row.
DeferreddroppedAUsUInt64The number of allocation units waiting to be dropped by the background task that cleans up deferred dropped allocation units.
DeferredDroppedrowsetsUInt64The number of rowsets created as a result of aborted online index build operations that are waiting to be dropped by the background task that cleans up deferred dropped rowsets.
DescriptionStringA textual description of the statistic or metric.
DroppedrowsetcleanupsPersecUInt64The number of rowsets per second created as a result of aborted online index build operations that were successfully dropped by the background task that cleans up deferred dropped rowsets.
DroppedrowsetsskippedPersecUInt64The number of rowsets per second created as a result of aborted online index build operations that were skipped by the background task that cleans up deferred dropped rowsets created.
ExtentDeallocationsPersecUInt64Number of extents deallocated per second in all databases in this SQL Server instance.
ExtentsAllocatedPersecUInt64Number of extents allocated per second in all databases in this SQL Server instance.
FailedAUcleanupbatchesPersecUInt64The number of batches per second that failed and required retry, by the background task that cleans up deferred dropped allocation units. Failure could be due to lack of memory or disk space, hardware failure and other reasons.
FailedleafpagecookieUInt64The number of times that a leaf page cookie could not be used during an index search since changes happened on the leaf page. The cookie is used to speed up index search.
FailedtreepagecookieUInt64The number of times that a tree page cookie could not be used during an index search since changes happened on the parent pages of those tree pages. The cookie is used to speed up index search.
ForwardedRecordsPersecUInt64Number of records fetched through forwarded record pointers.
FreeSpacePageFetchesPersecUInt64Number of pages fetched per second by free space scans. These scans search for free space within pages already allocated to an allocation unit, to satisfy requests to insert or modify record fragments.
FreeSpaceScansPersecUInt64Number of scans per second that were initiated to search for free space within pages already allocated to an allocation unit to insert or modify record fragments. Each scan may find multiple pages.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
FullScansPersecUInt64Number of unrestricted full scans. These can either be base table or full index scans.
IndexSearchesPersecUInt64Number of index searches. Index searches are used to start range scans, single index record fetches, and to reposition within an index.
LobHandleCreateCountUInt64Count of temporary LOBs created.
LobHandleDestroyCountUInt64Count of temporary LOBs destroyed.
LobSSProviderCreateCountUInt64Count of LOB Storage Service Providers created. One worktable created per LOB Storage Service Provider.
LobSSProviderDestroyCountUInt64Count of LOB Storage Service Providers destroyed.
LobSSProviderTruncationCountUInt64Count of LOB Storage Service Providers truncated.
MixedpageallocationsPersecUInt64Number of pages allocated per second from mixed extents. These could be used for storing the IAM pages and the first eight pages that are allocated to an allocation unit.
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.
PageDeallocationsPersecUInt64Number of pages deallocated per second in all databases in this SQL Server instance. These include pages from mixed extents and uniform extents.
PagesAllocatedPersecUInt64Number of pages allocated per second in all databases in this SQL Server instance. These include pages allocations from both mixed extents and uniform extents.
PageSplitsPersecUInt64Number of page splits per second that occur as a result of overflowing index pages.
ProbeScansPersecUInt64Number of probe scans per second that are used to find at most one single qualified row in an index or base table directly.
RangeScansPersecUInt64Number of qualified range scans through indexes per second.
ScanPointRevalidationsPersecUInt64Number of times the scan point had to be revalidated to continue the scan.
SkippedGhostedRecordsPersecUInt64Number of ghosted records per second skipped during scans.
TableLockEscalationsPersecUInt64The number of times locks on a table were escalated.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
UsedleafpagecookieUInt64Number of times a leaf page cookie was used successfully during an index search since no change happened on the leaf page. The cookie is used to speed up index search.
UsedtreepagecookieUInt64Number of times a tree page cookie was used successfully during an index search since no change happened on the parent page of the tree page. The cookie is used to speed up index search.
WorkfilesCreatedPersecUInt64Number of work files created per second. For example, work files could be used to store temporary results for hash joins and hash aggregates.
WorktablesCreatedPersecUInt64Number of work tables created per second. For example, work tables could be used to store temporary results for query spool, LOB variables, XML variables, and cursors.
WorktablesFromCacheRatioUInt64Percentage of work tables created where the initial two pages of the work table were not allocated but were immediately available from the work table cache.
WorktablesFromCacheRatio_BaseUInt64Percent of worktables from cache base.
SAMPLE DATA INSTANCE
   Class does not currently contain data instances