rdbmsSrvInfoTable
The following list summarizes this table:
- Contents:
- Information about the database server since it was started
- Index:
- applIndex
- Scope of a row:
- One database server
The table has the following MIB objects.
MIB Object | Description |
---|---|
applIndex | See applTable. |
rdbmsSrvInfoStartupTime | Date and time when the database server was last started |
rdbmsSrvInfoFinishedTransactions | Number of transactions completed, either with a commit or with an abort |
rdbmsSrvInfoDiskReads | Number of reads from the physical disk |
rdbmsSrvInfoLogicalReads | Number of logical reads |
rdbmsSrvInfoDiskWrites | Number of writes to the physical disk |
rdbmsSrvInfoLogicalWrites | Number of logical writes |
rdbmsSrvInfoPageReads | Number of page reads |
rdbmsSrvInfoPageWrites | Number of page writes |
rdbmsSrvInfoDiskOutOfSpaces | Number of times that the database server has been unable to obtain the desired disk space |
rdbmsSrvInfoHandledRequests | Number of requests made to the database server on inbound associations |
rdbmsSrvInfoRequestRecvs | Number of receive operations that the database server made while it was processing requests on inbound associations |
rdbmsSrvInfoRequestSends | Number of send operations that the database server made while it was processing requests on inbound associations |
rdbmsSrvInfoHighwaterInbound-Associations | Greatest number of inbound associations that have been open at the same time |
rdbmsSrvInfoMaxInbound-Associations | Greatest number of inbound associations that can be open at the same time |