BACK TO INDEX

Win32_PerfFormattedData_NETCLRData_NETCLRData
.Net CLR Data
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
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
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.
SqlClientCurrentNumberconnectionpoolsUInt32Current number of pools associated with the process.
SqlClientCurrentNumberpooledandnonpooledconnectionsUInt32Current number of connections, pooled or not.
SqlClientCurrentNumberpooledconnectionsUInt32Current number of connections in all pools associated with the process.
SqlClientPeakNumberpooledconnectionsUInt32The highest number of connections in all pools since the process started.
SqlClientTotalNumberfailedcommandsUInt32The total number of command executes that have failed for any reason.
SqlClientTotalNumberfailedconnectsUInt32The total number of connection open attempts that have failed for any reason.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
SAMPLE DATA INSTANCE
   [Description(".Net CLR Data"): ToInstance Amended, DisplayName(".NET CLR Data"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]
   instance of Win32_PerfFormattedData_NETCLRData_NETCLRData
   {
    [Description("Current number of pools associated with the process."): ToInstance Amended, DisplayName("SqlClient: Current # connection pools"): ToInstance Amended] SqlClientCurrentNumberconnectionpools = 0;
    [Description("Current number of connections, pooled or not."): ToInstance Amended, DisplayName("SqlClient: Current # pooled and nonpooled connections"): ToInstance Amended] SqlClientCurrentNumberpooledandnonpooledconnections = 0;
    [Description("Current number of connections in all pools associated with the process."): ToInstance Amended, DisplayName("SqlClient: Current # pooled connections"): ToInstance Amended] SqlClientCurrentNumberpooledconnections = 0;
    [Description("The highest number of connections in all pools since the process started."): ToInstance Amended, DisplayName("SqlClient: Peak # pooled connections"): ToInstance Amended] SqlClientPeakNumberpooledconnections = 0;
    [Description("The total number of command executes that have failed for any reason."): ToInstance Amended, DisplayName("SqlClient: Total # failed commands"): ToInstance Amended] SqlClientTotalNumberfailedcommands = 0;
    [Description("The total number of connection open attempts that have failed for any reason."): ToInstance Amended, DisplayName("SqlClient: Total # failed connects"): ToInstance Amended] SqlClientTotalNumberfailedconnects = 0;
   };