BACK TO INDEX

Win32_PerfFormattedData_MSSQLSERVER_SQLServerLatches
Collects statistics associated with internal server latches
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AverageLatchWaitTimemsUInt64Average latch wait time (milliseconds) for latch requests that had to wait.
CaptionStringA short textual description (one-line string) for the statistic or metric.
DescriptionStringA textual description of the statistic or metric.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
LatchWaitsPersecUInt64Number of latch requests that could not be granted immediately and had to wait before being granted.
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.
NumberofSuperLatchesUInt64Number of latches that are currently SuperLatches.
SuperLatchDemotionsPersecUInt64Number of SuperLatches that have been demoted to regular latches
SuperLatchPromotionsPersecUInt64Number of latches that have been promoted to SuperLatches
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
TotalLatchWaitTimemsUInt64Total latch wait time (milliseconds) for latch requests that had to wait in the last second.
SAMPLE DATA INSTANCE
   [Description("Collects statistics associated with internal server latches"): ToInstance Amended, DisplayName("SQLServer:Latches"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]
   instance of Win32_PerfFormattedData_MSSQLSERVER_SQLServerLatches
   {
    [Description("Average latch wait time (milliseconds) for latch requests that had to wait."): ToInstance Amended, DisplayName("Average Latch Wait Time (ms)"): ToInstance Amended] AverageLatchWaitTimems = "0";
    [Description("Number of latch requests that could not be granted immediately and had to wait before being granted."): ToInstance Amended, DisplayName("Latch Waits/sec"): ToInstance Amended] LatchWaitsPersec = "0";
    [Description("Number of latches that are currently SuperLatches."): ToInstance Amended, DisplayName("Number of SuperLatches"): ToInstance Amended] NumberofSuperLatches = "0";
    [Description("Number of SuperLatches that have been demoted to regular latches"): ToInstance Amended, DisplayName("SuperLatch Demotions/sec"): ToInstance Amended] SuperLatchDemotionsPersec = "0";
    [Description("Number of latches that have been promoted to SuperLatches"): ToInstance Amended, DisplayName("SuperLatch Promotions/sec"): ToInstance Amended] SuperLatchPromotionsPersec = "0";
    [Description("Total latch wait time (milliseconds) for latch requests that had to wait in the last second."): ToInstance Amended, DisplayName("Total Latch Wait Time (ms)"): ToInstance Amended] TotalLatchWaitTimems = "0";
   };