?? bea-weblogic-mib.asn1
字號:
BEA-WEBLOGIC-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises, Counter
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
DisplayString
FROM RFC1213-MIB
TRAP-TYPE
FROM RFC-1215;
bea OBJECT IDENTIFIER ::= { enterprises 140 }
wls OBJECT IDENTIFIER ::= { bea 625 }
experimental OBJECT IDENTIFIER ::= { wls 10 }
--
-- Trap Related MIBs
trapVars OBJECT IDENTIFIER ::= { wls 100 }
--
-- Runtime tables
--
-- ApplicationRuntimeMBean
applicationRuntimeTable OBJECT-TYPE
SYNTAX SEQUENCE OF ApplicationRuntimeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table used for any application specific parameters"
::= { wls 105 }
applicationRuntimeEntry OBJECT-TYPE
SYNTAX ApplicationRuntimeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Entry of applicationRuntimeTable"
INDEX { applicationRuntimeIndex }
::= { applicationRuntimeTable 1 }
ApplicationRuntimeEntry ::= SEQUENCE {
applicationRuntimeIndex DisplayString,
applicationRuntimeObjectName DisplayString,
applicationRuntimeType DisplayString,
applicationRuntimeName DisplayString,
applicationRuntimeParent DisplayString,
applicationRuntimeApplicationName DisplayString
}
applicationRuntimeIndex OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 16 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Unique value directed from ObjectName which is used as table index"
::= { applicationRuntimeEntry 1 }
applicationRuntimeObjectName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"JMX-standard MBean name"
::= { applicationRuntimeEntry 5 }
applicationRuntimeType OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 64 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary MBean type"
::= { applicationRuntimeEntry 10 }
applicationRuntimeName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 64 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary MBean name"
::= { applicationRuntimeEntry 15 }
applicationRuntimeParent OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary Parent object's identification, with syntax
<type>:<name>"
::= { applicationRuntimeEntry 20 }
applicationRuntimeApplicationName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 2048 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The application Name."
::= { applicationRuntimeEntry 25 }
-- CacheMonitorRuntimeMBean
cacheMonitorRuntimeTable OBJECT-TYPE
SYNTAX SEQUENCE OF CacheMonitorRuntimeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table used for any cacheMonitor specific parameters"
::= { wls 107 }
cacheMonitorRuntimeEntry OBJECT-TYPE
SYNTAX CacheMonitorRuntimeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Entry of cacheMonitorRuntimeTable"
INDEX { cacheMonitorRuntimeIndex }
::= { cacheMonitorRuntimeTable 1 }
CacheMonitorRuntimeEntry ::= SEQUENCE {
cacheMonitorRuntimeIndex DisplayString,
cacheMonitorRuntimeObjectName DisplayString,
cacheMonitorRuntimeType DisplayString,
cacheMonitorRuntimeName DisplayString,
cacheMonitorRuntimeParent DisplayString,
cacheMonitorRuntimeAccessCount INTEGER,
cacheMonitorRuntimeHitCount INTEGER,
cacheMonitorRuntimeCurrentTotalEntries INTEGER,
cacheMonitorRuntimeFlushesCount INTEGER,
cacheMonitorRuntimeInsertCount INTEGER,
cacheMonitorRuntimeCurrentSize INTEGER,
cacheMonitorRuntimeAccessTime INTEGER,
cacheMonitorRuntimeInsertTime INTEGER,
cacheMonitorRuntimeTimeCreated DisplayString,
cacheMonitorRuntimeTimeSinceStart INTEGER
}
cacheMonitorRuntimeIndex OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 16 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Unique value directed from ObjectName which is used as table index"
::= { cacheMonitorRuntimeEntry 1 }
cacheMonitorRuntimeObjectName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"JMX-standard MBean name"
::= { cacheMonitorRuntimeEntry 5 }
cacheMonitorRuntimeType OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 64 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary MBean type"
::= { cacheMonitorRuntimeEntry 10 }
cacheMonitorRuntimeName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 64 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary MBean name"
::= { cacheMonitorRuntimeEntry 15 }
cacheMonitorRuntimeParent OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary Parent object's identification, with syntax
<type>:<name>"
::= { cacheMonitorRuntimeEntry 20 }
cacheMonitorRuntimeAccessCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns the number of times the cache is accessed to get the data."
::= { cacheMonitorRuntimeEntry 25 }
cacheMonitorRuntimeHitCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns the number of accesses succeeded in getting the data from cache."
::= { cacheMonitorRuntimeEntry 30 }
cacheMonitorRuntimeCurrentTotalEntries OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns the number of current entries in the cache."
::= { cacheMonitorRuntimeEntry 35 }
cacheMonitorRuntimeFlushesCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns the number of times the entries in the cache is flushed."
::= { cacheMonitorRuntimeEntry 40 }
cacheMonitorRuntimeInsertCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns the number of times the cache is updated/inserted with values."
::= { cacheMonitorRuntimeEntry 45 }
cacheMonitorRuntimeCurrentSize OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns the current size of the cache."
::= { cacheMonitorRuntimeEntry 50 }
cacheMonitorRuntimeAccessTime OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns the time spent in the data retrival from the cache."
::= { cacheMonitorRuntimeEntry 55 }
cacheMonitorRuntimeInsertTime OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns the time spent in updating/inserting the cache with values."
::= { cacheMonitorRuntimeEntry 60 }
cacheMonitorRuntimeTimeCreated OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 2048 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns the time cache was created."
::= { cacheMonitorRuntimeEntry 65 }
cacheMonitorRuntimeTimeSinceStart OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns the time since start in mins/hours."
::= { cacheMonitorRuntimeEntry 70 }
-- ClusterMonitorRuntimeMBean
clusterRuntimeTable OBJECT-TYPE
SYNTAX SEQUENCE OF ClusterRuntimeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table is used for monitoring a server's view of the members
of a Weblogic cluster within a Weblogic domain"
::= { wls 110 }
clusterRuntimeEntry OBJECT-TYPE
SYNTAX ClusterRuntimeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Entry of clusterRuntimeTable"
INDEX { clusterRuntimeIndex }
::= { clusterRuntimeTable 1 }
ClusterRuntimeEntry ::= SEQUENCE {
clusterRuntimeIndex DisplayString,
clusterRuntimeObjectName DisplayString,
clusterRuntimeType DisplayString,
clusterRuntimeName DisplayString,
clusterRuntimeParent DisplayString,
clusterRuntimeAliveServerCount INTEGER,
clusterRuntimeResendRequestsCount INTEGER,
clusterRuntimeFragmentsSentCount INTEGER,
clusterRuntimeFragmentsReceivedCount INTEGER,
clusterRuntimeMulticastMessagesLostCount INTEGER,
clusterRuntimeServerNames DisplayString,
clusterRuntimeSecondaryDistributionNames DisplayString,
clusterRuntimePrimaryCount INTEGER
}
clusterRuntimeIndex OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 16 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Unique value directed from ObjectName which is used as table index"
::= { clusterRuntimeEntry 1 }
clusterRuntimeObjectName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"JMX-standard MBean name"
::= { clusterRuntimeEntry 5 }
clusterRuntimeType OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 64 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary MBean type"
::= { clusterRuntimeEntry 10 }
clusterRuntimeName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 64 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary MBean name"
::= { clusterRuntimeEntry 15 }
clusterRuntimeParent OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary Parent object's identification, with syntax
<type>:<name>"
::= { clusterRuntimeEntry 20 }
clusterRuntimeAliveServerCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current total number of alive servers in this cluster."
::= { clusterRuntimeEntry 25 }
clusterRuntimeResendRequestsCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of state-delta messages that had to be resent
because a receiving server in the cluster missed a message."
::= { clusterRuntimeEntry 30 }
clusterRuntimeFragmentsSentCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of multicast fragments sent
from this server into the cluster."
::= { clusterRuntimeEntry 35 }
clusterRuntimeFragmentsReceivedCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of multicast messages received
on this server from the cluster."
::= { clusterRuntimeEntry 40 }
clusterRuntimeMulticastMessagesLostCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of in-coming multicast messages that
were lost according to this server."
::= { clusterRuntimeEntry 45 }
clusterRuntimeServerNames OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 2048 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The names of the servers in the cluster."
::= { clusterRuntimeEntry 50 }
clusterRuntimeSecondaryDistributionNames OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 2048 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Answer the names of the remote servers (e.g. myserver) of which the local
server is hosting secondary objects. The name is appended with a number
to indicate the number of secondaries hosted on behalf of that server."
::= { clusterRuntimeEntry 55 }
clusterRuntimePrimaryCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Answer the number of object that the local server hosts as primaries."
::= { clusterRuntimeEntry 60 }
-- DeploymentRuntimeMBean
deploymentRuntimeTable OBJECT-TYPE
SYNTAX SEQUENCE OF DeploymentRuntimeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table is used for monitoring a Weblogic deployment."
::= { wls 120 }
deploymentRuntimeEntry OBJECT-TYPE
SYNTAX DeploymentRuntimeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Entry of deploymentRuntimeTable"
INDEX { deploymentRuntimeIndex }
::= { deploymentRuntimeTable 1 }
DeploymentRuntimeEntry ::= SEQUENCE {
deploymentRuntimeIndex DisplayString,
deploymentRuntimeObjectName DisplayString,
deploymentRuntimeType DisplayString,
deploymentRuntimeName DisplayString,
deploymentRuntimeParent DisplayString,
deploymentRuntimeComponent DisplayString,
deploymentRuntimeLocation DisplayString,
deploymentRuntimeState DisplayString,
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -