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
that might or might not changeable at run time, or visible in
the rbmsSrvParamTable. Examples would be the number of
available locks, or number of concurrent executions allowed
in a server. Arrays of resources are supported through an
integer subindex, which should have the value of one for
single-instance names.
Limited resources that are shared across servers or databases
are best duplicated in this table across
all servers accessing the resource."
INDEX { applIndex, rdbmsSrvLimitedResourceName }
View at oid-info.com
An entry for a single limited resource kept by the server.
A limited resource has maximum use determined by a parameter
that might or might not changeable at run time, or visible in
the rbmsSrvParamTable. Examples would be the number of
available locks, or number of concurrent executions allowed
in a server. Arrays of resources are supported through an
integer subindex, which should have the value of one for
single-instance names.
Limited resources that are shared across servers or databases
are best duplicated in this table across
all servers accessing the resource.
Parsed from file rdbmsMIB.txt
Company: siemens
Module: RDBMS-MIB
Automatically extracted from RFC1697
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 that might or might not changeable at run time, or visible in the rbmsSrvParamTable. Examples would be the number of available locks, or number of concurrent executions allowed in a server. Arrays of resources are supported through an integer subindex, which should have the value of one for single-instance names. Limited resources that are shared across servers or databases are best duplicated in this table across all servers accessing the resource." INDEX { applIndex, rdbmsSrvLimitedResourceName } ::= { rdbmsSrvLimitedResourceTable 1 }
Internet Assigned Numbers Authority
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.2.1.39.1.8.1.1 | rdbmsSrvLimitedResourceName | 0 | 0 | The name of the resource, for instance 'threads' or 'semaphores', or 'buffer pages' |
1.3.6.1.2.1.39.1.8.1.2 | rdbmsSrvLimitedResourceID | 0 | 0 | The ID of the resource which may be described in some other MIB. If there is no ID for this rdbmsSrvLimitedResourceName, attempt… |
1.3.6.1.2.1.39.1.8.1.3 | rdbmsSrvLimitedResourceLimit | 0 | 0 | The maximum value the resource use may attain. Note that a compliant agent does not need to allow write access to this object. |
1.3.6.1.2.1.39.1.8.1.4 | rdbmsSrvLimitedResourceCurrent | 0 | 0 | The current value for the resource. |
1.3.6.1.2.1.39.1.8.1.5 | rdbmsSrvLimitedResourceHighwater | 0 | 0 | The maximum value of the resource seen since applUpTime was reset. |
1.3.6.1.2.1.39.1.8.1.6 | rdbmsSrvLimitedResourceFailures | 0 | 0 | The number of times the system wanted to exceed the limit of the resource since applUpTime was reset. |
1.3.6.1.2.1.39.1.8.1.7 | rdbmsSrvLimitedResourceDescription | 0 | 0 | A description of the resource and the meaning of the integer units used for Limit, Current, and Highwater. Note that a compliant… |