BACK TO INDEX

Win32_PerfRawData_NETDataProviderforSqlServer_NETDataProviderforSqlServer
Counters for System.Data.SqlClient
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
HardConnectsPerSecondUInt32The number of actual connections per second that are being made to servers
HardDisconnectsPerSecondUInt32The number of actual disconnects per second that are being made to servers
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.
NumberOfActiveConnectionPoolGroupsUInt32The number of unique connection strings
NumberOfActiveConnectionPoolsUInt32The number of active connection pools
NumberOfActiveConnectionsUInt32The number of connections currently in-use
NumberOfFreeConnectionsUInt32The number of connections currently available for use
NumberOfInactiveConnectionPoolGroupsUInt32The number of unique connection strings waiting for pruning
NumberOfInactiveConnectionPoolsUInt32The number of inactive connection pools
NumberOfNonPooledConnectionsUInt32The number of connections that are not using connection pooling
NumberOfPooledConnectionsUInt32The number of connections that are managed by the connection pooler
NumberOfReclaimedConnectionsUInt32The number of connections we reclaim from GCed external connections
NumberOfStasisConnectionsUInt32The number of connections currently waiting to be made ready for use
SoftConnectsPerSecondUInt32The number of connections we get from the pool per second
SoftDisconnectsPerSecondUInt32The number of connections we return to the pool per second
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
SAMPLE DATA INSTANCE
   [Description("Counters for System.Data.SqlClient"): ToInstance Amended, DisplayName(".NET Data Provider for SqlServer"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]
   instance of Win32_PerfRawData_NETDataProviderforSqlServer_NETDataProviderforSqlServer
   {
    Frequency_Object = "3579545";
    Frequency_PerfTime = "3579545";
    Frequency_Sys100NS = "10000000";
    [Description("The number of actual connections per second that are being made to servers"): ToInstance Amended, DisplayName("HardConnectsPerSecond"): ToInstance Amended] HardConnectsPerSecond = 0;
    [Description("The number of actual disconnects per second that are being made to servers"): ToInstance Amended, DisplayName("HardDisconnectsPerSecond"): ToInstance Amended] HardDisconnectsPerSecond = 0;
    Name = "defaultdomain[6476]";
    [Description("The number of unique connection strings"): ToInstance Amended, DisplayName("NumberOfActiveConnectionPoolGroups"): ToInstance Amended] NumberOfActiveConnectionPoolGroups = 0;
    [Description("The number of active connection pools"): ToInstance Amended, DisplayName("NumberOfActiveConnectionPools"): ToInstance Amended] NumberOfActiveConnectionPools = 0;
    [Description("The number of connections currently in-use"): ToInstance Amended, DisplayName("NumberOfActiveConnections"): ToInstance Amended] NumberOfActiveConnections = 0;
    [Description("The number of connections currently available for use"): ToInstance Amended, DisplayName("NumberOfFreeConnections"): ToInstance Amended] NumberOfFreeConnections = 0;
    [Description("The number of unique connection strings waiting for pruning"): ToInstance Amended, DisplayName("NumberOfInactiveConnectionPoolGroups"): ToInstance Amended] NumberOfInactiveConnectionPoolGroups = 0;
    [Description("The number of inactive connection pools"): ToInstance Amended, DisplayName("NumberOfInactiveConnectionPools"): ToInstance Amended] NumberOfInactiveConnectionPools = 0;
    [Description("The number of connections that are not using connection pooling"): ToInstance Amended, DisplayName("NumberOfNonPooledConnections"): ToInstance Amended] NumberOfNonPooledConnections = 0;
    [Description("The number of connections that are managed by the connection pooler"): ToInstance Amended, DisplayName("NumberOfPooledConnections"): ToInstance Amended] NumberOfPooledConnections = 0;
    [Description("The number of connections we reclaim from GCed external connections"): ToInstance Amended, DisplayName("NumberOfReclaimedConnections"): ToInstance Amended] NumberOfReclaimedConnections = 0;
    [Description("The number of connections currently waiting to be made ready for use"): ToInstance Amended, DisplayName("NumberOfStasisConnections"): ToInstance Amended] NumberOfStasisConnections = 0;
    [Description("The number of connections we get from the pool per second"): ToInstance Amended, DisplayName("SoftConnectsPerSecond"): ToInstance Amended] SoftConnectsPerSecond = 0;
    [Description("The number of connections we return to the pool per second"): ToInstance Amended, DisplayName("SoftDisconnectsPerSecond"): ToInstance Amended] SoftDisconnectsPerSecond = 0;
    Timestamp_Object = "615123015428";
    Timestamp_PerfTime = "615123014891";
    Timestamp_Sys100NS = "1718439116000";
   };