Reference record for OID 1.3.6.1.4.1.11308.3.24.1


parent
1.3.6.1.4.1.11308.3.24 (sqlPoolXATable)
node code
1
node name
sqlPoolXAEntry
dot oid
1.3.6.1.4.1.11308.3.24.1
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) swapcom(11308) scc(3) sqlPoolXATable(24) sqlPoolXAEntry(1)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprises(1) swapcom(11308) scc(3) sqlPoolXATable(24) sqlPoolXAEntry(1)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) swapcom(11308) scc(3) sqlPoolXATable(24) sqlPoolXAEntry(1)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) swapcom(11308) scc(3) sqlPoolXATable(24) sqlPoolXAEntry(1)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprise(1) swapcom(11308) scc(3) sqlPoolXATable(24) sqlPoolXAEntry(1)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) swapcom(11308) scc(3) sqlPoolXATable(24) sqlPoolXAEntry(1)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/swapcom/scc/sqlPoolXATable/sqlPoolXAEntry
  • /iso/identified-organization/dod/internet/private/enterprises/swapcom/scc/sqlPoolXATable/sqlPoolXAEntry
  • /iso/org/dod/internet/private/enterprise/swapcom/scc/sqlPoolXATable/sqlPoolXAEntry
  • /iso/org/dod/internet/private/enterprises/swapcom/scc/sqlPoolXATable/sqlPoolXAEntry
  • /iso/iso-identified-organization/dod/internet/private/enterprise/swapcom/scc/sqlPoolXATable/sqlPoolXAEntry
  • /iso/iso-identified-organization/dod/internet/private/enterprises/swapcom/scc/sqlPoolXATable/sqlPoolXAEntry
  • Description by circitor

    The entry for sqlPoolXATable

    Parsed from file SWAPCOM-SCC.mib
    Module: SWAPCOM-SCC

    Information by circitor

    sqlPoolXAEntry OBJECT-TYPE SYNTAX SqlPoolXAEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The entry for sqlPoolXATable" INDEX { sqlPoolXAName } ::= { sqlPoolXATable 1 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.11308)

    Aguiard Frederic

    Children (23)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.11308.3.24.1.1 sqlPoolXAName 0 0 Name of the connection pool
    1.3.6.1.4.1.11308.3.24.1.2 sqlPoolXASqlPlatformName 0 0 Detected database type
    1.3.6.1.4.1.11308.3.24.1.3 sqlPoolXADatabaseName 0 0 Raw database name
    1.3.6.1.4.1.11308.3.24.1.4 sqlPoolXADriverName 0 0 Name of the JDBC driver
    1.3.6.1.4.1.11308.3.24.1.5 sqlPoolXADriverClassName 0 0 Name of the JDBC driver class
    1.3.6.1.4.1.11308.3.24.1.6 sqlPoolXAMaximumSize 0 0 Maximum size of connection pool
    1.3.6.1.4.1.11308.3.24.1.7 sqlPoolXAMaximumIdleTime 0 0 Maximum life duration of a connection in the pool
    1.3.6.1.4.1.11308.3.24.1.8 sqlPoolXAMaximumWaitTime 0 0 Maximum waiting time for getting a connection when the pool is exhausted
    1.3.6.1.4.1.11308.3.24.1.9 sqlPoolXACheckIsClosedInterval 0 0 Minimum time between two connection checking
    1.3.6.1.4.1.11308.3.24.1.10 sqlPoolXACreateConnectionSuccessCumulativeCount 0 0 Number of connections succesfully created
    1.3.6.1.4.1.11308.3.24.1.11 sqlPoolXACreateConnectionFailureCumulativeCount 0 0 Number of connection creation failure
    1.3.6.1.4.1.11308.3.24.1.12 sqlPoolXACreateConnectionLastError 0 0 Last exception message during checkout failure
    1.3.6.1.4.1.11308.3.24.1.13 sqlPoolXAConnectionCurrentCount 0 0 Current size of the connection pool
    1.3.6.1.4.1.11308.3.24.1.14 sqlPoolXAConnectionMinCount 0 0 Minimum size reached by the connection pool
    1.3.6.1.4.1.11308.3.24.1.15 sqlPoolXAConnectionMaxCount 0 0 Maximum size reached by the connection pool
    1.3.6.1.4.1.11308.3.24.1.16 sqlPoolXACheckedOutConnectionCurrentCount 0 0 Current number of connection that are checked out from the pool
    1.3.6.1.4.1.11308.3.24.1.17 sqlPoolXACheckedOutConnectionMinCount 0 0 Minimum number of simultaneous checked out connections reached by the pool
    1.3.6.1.4.1.11308.3.24.1.18 sqlPoolXACheckedOutConnectionMaxCount 0 0 Maximum number of simultaneous checked out connections reached by the pool
    1.3.6.1.4.1.11308.3.24.1.19 sqlPoolXACheckedOutConnectionCumulativeCount 0 0 Number of checkout performed from pool
    1.3.6.1.4.1.11308.3.24.1.20 sqlPoolXACheckedOutConnectionCumulativeTime 0 0 Cumulation of time that the connections are checked out from the pool
    1.3.6.1.4.1.11308.3.24.1.21 sqlPoolXACheckedOutConnectionMinTime 0 0 Minimum time that a connection has been checked out from the pool
    1.3.6.1.4.1.11308.3.24.1.22 sqlPoolXACheckedOutConnectionMaxTime 0 0 Maximum time that a connection has been checked out from the pool
    1.3.6.1.4.1.11308.3.24.1.23 sqlPoolXACheckedOutConnectionAverageTime 0 0 Connection checkedout average time (equals to CheckedOutConnectionCumulativeTime divided by CheckedOutConnectionCumulativeCount