📄 rfc1697.mib
字号:
rdbmsSrvInfoFinishedTransactions Gauge32, rdbmsSrvInfoDiskReads Counter32, rdbmsSrvInfoDiskWrites Counter32, rdbmsSrvInfoLogicalReads Counter32, rdbmsSrvInfoLogicalWrites Counter32, rdbmsSrvInfoPageWrites Counter32, rdbmsSrvInfoPageReads Counter32, rdbmsSrvInfoDiskOutOfSpaces Counter32, rdbmsSrvInfoHandledRequests Counter32, rdbmsSrvInfoRequestRecvs Counter32, rdbmsSrvInfoRequestSends Counter32, rdbmsSrvInfoHighwaterInboundAssociations Gauge32, rdbmsSrvInfoMaxInboundAssociations Gauge32 } rdbmsSrvInfoStartupTime OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "The date and time at which this server was last started." ::= { rdbmsSrvInfoEntry 1 } rdbmsSrvInfoFinishedTransactions OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of transactions visible to this server that have been completed by either commit or abort. Some database operations, such as read-only queries, may not result in the creation of a transaction." ::= { rdbmsSrvInfoEntry 2 } rdbmsSrvInfoDiskReads OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of reads of database files issued to the operating system by this server since startup. Numbers are not comparable between products. What constitutes a readand how it is accounted is product-specific." ::= { rdbmsSrvInfoEntry 3 } rdbmsSrvInfoLogicalReads OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of logical reads of database files made internally by this server since startup. The values of this object and those of rdbmsSrvInfoDiskReads reveal the effect of caching on read operation. Numbers are not comparable between products, and may only be meaningful when aggregated across all servers sharing a common cache." ::= { rdbmsSrvInfoEntry 4 } rdbmsSrvInfoDiskWrites OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of writes to database files issued to the operating system by this server since startup. Numbers are not comparable between products." ::= { rdbmsSrvInfoEntry 5 } rdbmsSrvInfoLogicalWrites OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of times parts of the database files have been marked 'dirty' and in need of writing to the disk. This value and rdbmsSrvInfoDiskWrites give some indication of the effect of 'write-behind' strategies in reducing the number of disk writes compared to database operations. Because the writes may be done by servers other than those marking the parts of the database files dirty, these values may only be meaningful when aggregated across all servers sharing a common cache. Numbers are not comparable between products." ::= { rdbmsSrvInfoEntry 6 } rdbmsSrvInfoPageReads OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of pages in database files read by this server since startup. 'Pages' are product specific units of disk i/o operations. This value, along with rdbmsSrvInfoDiskReads, reveals the effect of any grouping read-ahead that may be used to enhance performance of some queries, such as scans." ::= { rdbmsSrvInfoEntry 7} rdbmsSrvInfoPageWrites OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of pages in database files written by this server since startup. Pages are product-specific units of disk I/O. This value, with rdbmsSrvInfoDiskWrites, shows the effect of write strategies that collapse logical writes of contiguous pages into single calls to the operating system." ::= { rdbmsSrvInfoEntry 8 } rdbmsSrvInfoDiskOutOfSpaces OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of times the server has been unable to obtain disk space that it wanted, since server startup. This would be inspected by an agent on receipt of an rdbmsOutOfSpace trap." ::= { rdbmsSrvInfoEntry 9 } rdbmsSrvInfoHandledRequests OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of requests made to the server on inbound associations. The meaning of 'requests' is product specific, and is not comparable between products. This is intended to encapsulate high level semantic operations between clients and servers, or between peers. For instance, one request might correspond to a 'select' or an 'insert' statement. It is not intended to capture disk i/o described in rdbmsSrvInfoDiskReads and rdbmsSrvInfoDiskWrites." ::= { rdbmsSrvInfoEntry 10 } rdbmsSrvInfoRequestRecvs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of receive operations made processing any requests on inbound associations. The meaning of operations is product specific, and is not comparable between products. This is intended to capture lower-level i/o operations than shown by HandledRequests, between clients and servers, or between peers. For instance, it might roughly correspond to the amount of data given with an 'insert' statement. It is not intended to capture disk i/o described in rdbmsSrvInfoDiskReads and rdbmsSrvInfoDiskWrites." ::= { rdbmsSrvInfoEntry 11 } rdbmsSrvInfoRequestSends OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of send operations made processing requests handled on inbound associations. The meaning of operations is product specific, and is not comparable between products. This is intended to capture lower-level i/o operations than shown by HandledRequests, between between clients and servers, or between peers. It might roughly correspond to the number of rows returned by a 'select' statement. It is not intended to capture disk i/o described in DiskReads." ::= { rdbmsSrvInfoEntry 12 } rdbmsSrvInfoHighwaterInboundAssociations OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The greatest number of inbound associations that have been simultaneously open to this server since startup." ::= { rdbmsSrvInfoEntry 13 } rdbmsSrvInfoMaxInboundAssociations OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-write STATUS current DESCRIPTION "The greatest number of inbound associations that can be simultaneously open with this server. If there is no limit, then the value should be zero. Note that a compliant agent does not need to allow write access to this object." ::= { rdbmsSrvInfoEntry 14 } ---------------------------------------------------------------- rdbmsSrvParamTable OBJECT-TYPE SYNTAX SEQUENCE OF RdbmsSrvParamEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The table of configuration parameters for a server. Entries should be populated according to the following guidelines: (1) The value should be specified through administrative (human) intervention. (2) It should be configured on a per-server or a more global basis, with duplicate entries for each server sharing use of the parameter. (3) One of the following is true: (a) The parameter has a non-numeric value; (b) The current value is numeric, but it only changes due to human intervention; (c) The current value is numeric and dynamic, but the RDBMS does not track access/allocation failures related to the parameter; (d) The current value is numeric and dynamic, the RDBMS tracks changes in access/allocation failures related to the parameter, but the failure has no significant impact on RDBMS performance or availability. (e) The current value is numeric and dynamic, the RDBMS tracks changes in access/allocation failures related to the parameter, the failure has significant impact on RDBMS performance or availability, and is shown in the rdbmsSrvLimitedResource table." ::= { rdbmsObjects 7 } rdbmsSrvParamEntry OBJECT-TYPE SYNTAX RdbmsSrvParamEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry for a single configuration parameter for a server. Parameters with single values have a subindex value of one. If the parameter is naturally considered to contain a variable number of members of a class, e.g. members of the DBA user group, or tracepoints active in the server, then it must be presented as a set of rows. If, on the other hand, the parameter represents a set of choices from a class, e.g. the permissions on a file or the options chosen out of the set of all options allowed, AND is guaranteed to always fit in the 255 character length of a DisplayString, then it may be presented as a comma separated list with a subindex value of one. Zero may not be used as a subindex value. Entries for a server must be present if the value of the corresponding applOperStatus object is up(1). If an instance of applOperStatus is not up(1), then attempts to access corresponding instances in this table may result in either noSuchName (SNMPv1) or noSuchInstance (SNMPv2) being returned by the agent." INDEX { applIndex, rdbmsSrvParamName, rdbmsSrvParamSubIndex } ::= { rdbmsSrvParamTable 1 } RdbmsSrvParamEntry ::= SEQUENCE { rdbmsSrvParamName DisplayString, rdbmsSrvParamSubIndex INTEGER, rdbmsSrvParamID AutonomousType, rdbmsSrvParamCurrValue DisplayString, rdbmsSrvParamComment DisplayString } rdbmsSrvParamName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..64)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The name of a configuration parameter for a server. This name is product-specific. The length is limited to 64 characters to constrain the number of sub-identifiers needed for instance identification (and to minimize network traffic)." ::= { rdbmsSrvParamEntry 1 } rdbmsSrvParamSubIndex OBJECT-TYPE SYNTAX INTEGER (1..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The subindex value for this parameter. If the parameter is naturally considered to contain a variable number of members of a class, e.g. members of the DBA user group, or files which are part of the database, then it must be presented as a set of rows. If, on the other hand, the parameter represents a set of choices from a class, e.g. the permissions on a file or the options chosen out of the set of all options allowed, AND is guaranteed to always fit in the 255 character length of a DisplayString, then it may be presented as a comma separated list with a subindex value of one. Zero may not be used as a value." ::= { rdbmsSrvParamEntry 2 } rdbmsSrvParamID OBJECT-TYPE SYNTAX AutonomousType MAX-ACCESS read-only STATUS current DESCRIPTION "The ID of the parameter which may be described in some other MIB. If there is no ID for this rdbmsSrvParamName, attempts to access this object will return noSuchName (SNMPv1) or noSuchInstance (SNMPv2)." ::= { rdbmsSrvParamEntry 3 } rdbmsSrvParamCurrValue OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The value for a configuration parameter now in effect, the actual setting for the server. While there may multiple values in the temporal domain of interest (for instance, the value to take effect at the next restart), this is the current setting. Note that a compliant agent does not need to allow write access to this object." ::= { rdbmsSrvParamEntry 4 } rdbmsSrvParamComment OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Annotation which describes the purpose of a configuration parameter or the reason for a particular parameter's setting. Note that a compliant agent does not need to allow write access to this object." ::= { rdbmsSrvParamEntry 5 } ---------------------------------------------------------------- rdbmsSrvLimitedResourceTable OBJECT-TYPE SYNTAX SEQUENCE OF RdbmsSrvLimitedResourceEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The table of limited resources relevant to a server." ::= { rdbmsObjects 8 } rdbmsSrvLimitedResourceEntry OBJECT-TYPE SYNTAX RdbmsSrvLimitedResourceEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry for a single limited resource kept by the server. A limited resource has maximum use determined by a parameter
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -