BACK TO INDEX

Win32_PerfFormattedData_MSSQLSERVER_SQLServerGeneralStatistics
Server General Statistics
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
ActiveTempTablesUInt64Number of temporary tables/table variables in use
CaptionStringA short textual description (one-line string) for the statistic or metric.
DescriptionStringA textual description of the statistic or metric.
EventNotificationsDelayedDropUInt64Number of event notifications waiting to be dropped by a system thread
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
HTTPAuthenticatedRequestsUInt64Number of authenticated HTTP requests started per second.
LogicalConnectionsUInt64Number of logical connections to the system.
LoginsPersecUInt64Total number of logins started per second.
LogoutsPersecUInt64Total number of logouts started per second.
MarsDeadlocksUInt64Number of Mars Deadlocks detected.
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.
NonatomicyieldrateUInt64Number of non-atomic yields per second.
ProcessesblockedUInt64Number of currently blocked processes.
SOAPEmptyRequestsUInt64Number of empty SOAP requests started per second.
SOAPMethodInvocationsUInt64Number of SOAP method invocations started per second.
SOAPSessionInitiateRequestsUInt64Number of SOAP Session initiate requests started per second.
SOAPSessionTerminateRequestsUInt64Number of SOAP Session terminate requests started per second.
SOAPSQLRequestsUInt64Number of SOAP SQL requests started per second.
SOAPWSDLRequestsUInt64Number of SOAP Web Service Description Language requests started per second.
SQLTraceIOProviderLockWaitsUInt64Number of waits for the File IO Provider lock per second
TempTablesCreationRateUInt64Number of temporary tables/table variables created/sec
TempTablesForDestructionUInt64Number of temporary tables/table variables waiting to be destroyed by the cleanup system thread
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
TraceEventNotificationQueueUInt64Number of trace event notification instances waiting in the internal queue to be sent thru Service Broker
TransactionsUInt64Number of transaction enlistments (local, dtc, and bound).
UserConnectionsUInt64Number of users connected to the system.
SAMPLE DATA INSTANCE
   [Description("Server General Statistics"): ToInstance Amended, DisplayName("SQLServer:General Statistics"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]
   instance of Win32_PerfFormattedData_MSSQLSERVER_SQLServerGeneralStatistics
   {
    [Description("Number of temporary tables/table variables in use"): ToInstance Amended, DisplayName("Active Temp Tables"): ToInstance Amended] ActiveTempTables = "0";
    [Description("Number of event notifications waiting to be dropped by a system thread"): ToInstance Amended, DisplayName("Event Notifications Delayed Drop"): ToInstance Amended] EventNotificationsDelayedDrop = "0";
    [Description("Number of authenticated HTTP requests started per second."): ToInstance Amended, DisplayName("HTTP Authenticated Requests"): ToInstance Amended] HTTPAuthenticatedRequests = "0";
    [Description("Number of logical connections to the system."): ToInstance Amended, DisplayName("Logical Connections"): ToInstance Amended] LogicalConnections = "0";
    [Description("Total number of logins started per second."): ToInstance Amended, DisplayName("Logins/sec"): ToInstance Amended] LoginsPersec = "0";
    [Description("Total number of logouts started per second."): ToInstance Amended, DisplayName("Logouts/sec"): ToInstance Amended] LogoutsPersec = "0";
    [Description("Number of Mars Deadlocks detected."): ToInstance Amended, DisplayName("Mars Deadlocks"): ToInstance Amended] MarsDeadlocks = "0";
    [Description("Number of non-atomic yields per second."): ToInstance Amended, DisplayName("Non-atomic yield rate"): ToInstance Amended] Nonatomicyieldrate = "0";
    [Description("Number of currently blocked processes."): ToInstance Amended, DisplayName("Processes blocked"): ToInstance Amended] Processesblocked = "0";
    [Description("Number of empty SOAP requests started per second."): ToInstance Amended, DisplayName("SOAP Empty Requests"): ToInstance Amended] SOAPEmptyRequests = "0";
    [Description("Number of SOAP method invocations started per second."): ToInstance Amended, DisplayName("SOAP Method Invocations"): ToInstance Amended] SOAPMethodInvocations = "0";
    [Description("Number of SOAP Session initiate requests started per second."): ToInstance Amended, DisplayName("SOAP Session Initiate Requests"): ToInstance Amended] SOAPSessionInitiateRequests = "0";
    [Description("Number of SOAP Session terminate requests started per second."): ToInstance Amended, DisplayName("SOAP Session Terminate Requests"): ToInstance Amended] SOAPSessionTerminateRequests = "0";
    [Description("Number of SOAP SQL requests started per second."): ToInstance Amended, DisplayName("SOAP SQL Requests"): ToInstance Amended] SOAPSQLRequests = "0";
    [Description("Number of SOAP Web Service Description Language requests started per second."): ToInstance Amended, DisplayName("SOAP WSDL Requests"): ToInstance Amended] SOAPWSDLRequests = "0";
    [Description("Number of waits for the File IO Provider lock per second"): ToInstance Amended, DisplayName("SQL Trace IO Provider Lock Waits"): ToInstance Amended] SQLTraceIOProviderLockWaits = "0";
    [Description("Number of temporary tables/table variables created/sec"): ToInstance Amended, DisplayName("Temp Tables Creation Rate"): ToInstance Amended] TempTablesCreationRate = "0";
    [Description("Number of temporary tables/table variables waiting to be destroyed by the cleanup system thread"): ToInstance Amended, DisplayName("Temp Tables For Destruction"): ToInstance Amended] TempTablesForDestruction = "0";
    [Description("Number of trace event notification instances waiting in the internal queue to be sent thru Service Broker"): ToInstance Amended, DisplayName("Trace Event Notification Queue"): ToInstance Amended] TraceEventNotificationQueue = "0";
    [Description("Number of transaction enlistments (local, dtc, and bound)."): ToInstance Amended, DisplayName("Transactions"): ToInstance Amended] Transactions = "0";
    [Description("Number of users connected to the system."): ToInstance Amended, DisplayName("User Connections"): ToInstance Amended] UserConnections = "0";
   };