⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bea-weblogic-mib.asn1

📁 BEA-WEBLOGIC-MIB.asn1.zip MIB信息库
💻 ASN1
📖 第 1 页 / 共 5 页
字号:
	::=  {  ejbStatelessHomeRuntimeEntry  40  }

ejbStatelessHomeRuntimeBeanType	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The type of the bean, (Stateful Session, Stateless Session, Entity, or Message Driven)."
	
	::=  {  ejbStatelessHomeRuntimeEntry  45  }

ejbStatelessHomeRuntimeWaiterTotalCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The total number of times a client had to wait to get an
         instance of a stateless session bean from the freepool."
	
	::=  {  ejbStatelessHomeRuntimeEntry  50  }

ejbStatelessHomeRuntimeTimeoutTotalCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The total number of times a client timed-out waiting to get an
         instance of a stateless session bean from the freepool."
	
	::=  {  ejbStatelessHomeRuntimeEntry  55  }

ejbStatelessHomeRuntimeCachedBeansIdleCurrentCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The number of beans allocated but idle."
	
	::=  {  ejbStatelessHomeRuntimeEntry  60  }

ejbStatelessHomeRuntimeCachedBeansInUseCurrentCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The number of beans currently in use."
	
	::=  {  ejbStatelessHomeRuntimeEntry  65  }

-- EJBTransactionRuntimeMBean                               

ejbTransactionRuntimeTable	OBJECT-TYPE
	SYNTAX	SEQUENCE  OF  EJBTransactionRuntimeEntry
	ACCESS	not-accessible
STATUS	mandatory
 	DESCRIPTION
		"This table is used to monitor ejb transaction runtime."
	::=  { wls  171 }

ejbTransactionRuntimeEntry	OBJECT-TYPE
	SYNTAX	EJBTransactionRuntimeEntry
	ACCESS	not-accessible
	STATUS	mandatory
 	DESCRIPTION
		"Entry of ejbTransactionRuntimeTable"
	INDEX	{  ejbTransactionRuntimeIndex  }
	::=  { ejbTransactionRuntimeTable 1 }

EJBTransactionRuntimeEntry  ::=  SEQUENCE {
	ejbTransactionRuntimeIndex  DisplayString,
	ejbTransactionRuntimeObjectName  DisplayString,
	ejbTransactionRuntimeType  DisplayString,
	ejbTransactionRuntimeName  DisplayString,
	ejbTransactionRuntimeParent  DisplayString,
	ejbTransactionRuntimeTransactionsCommittedTotalCount  INTEGER,
	ejbTransactionRuntimeTransactionsRolledBackTotalCount  INTEGER,
	ejbTransactionRuntimeTransactionsTimedOutTotalCount  INTEGER
	}
ejbTransactionRuntimeIndex	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Unique value directed from ObjectName which is used as table index"
	
	::=  {  ejbTransactionRuntimeEntry  1  }

ejbTransactionRuntimeObjectName	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"JMX-standard MBean name"
	
	::=  {  ejbTransactionRuntimeEntry  5  }

ejbTransactionRuntimeType	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 64 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary MBean type"
	
	::=  {  ejbTransactionRuntimeEntry  10  }

ejbTransactionRuntimeName	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 64 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary MBean name"
	
	::=  {  ejbTransactionRuntimeEntry  15  }

ejbTransactionRuntimeParent	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"
	
	::=  {  ejbTransactionRuntimeEntry  20  }

ejbTransactionRuntimeTransactionsCommittedTotalCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"  the total number of transactions committed by beans of this Home."
	
	::=  {  ejbTransactionRuntimeEntry  25  }

ejbTransactionRuntimeTransactionsRolledBackTotalCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"  the total number of transactions rolled back by beans of this Home."
	
	::=  {  ejbTransactionRuntimeEntry  30  }

ejbTransactionRuntimeTransactionsTimedOutTotalCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"  the total number of transactions timed out."
	
	::=  {  ejbTransactionRuntimeEntry  35  }

-- EntityCacheCumulativeRuntimeMBean                             

entityCacheCumulativeRuntimeTable	OBJECT-TYPE
	SYNTAX	SEQUENCE  OF  EntityCacheCumulativeRuntimeEntry
	ACCESS	not-accessible
STATUS	mandatory
 	DESCRIPTION
		"This table is used to monitor an XML Cache."
	::=  { wls  172 }

entityCacheCumulativeRuntimeEntry	OBJECT-TYPE
	SYNTAX	EntityCacheCumulativeRuntimeEntry
	ACCESS	not-accessible
	STATUS	mandatory
 	DESCRIPTION
		"Entry of entityCacheCumulativeRuntimeTable"
	INDEX	{  entityCacheCumulativeRuntimeIndex  }
	::=  { entityCacheCumulativeRuntimeTable 1 }

EntityCacheCumulativeRuntimeEntry  ::=  SEQUENCE {
	entityCacheCumulativeRuntimeIndex  DisplayString,
	entityCacheCumulativeRuntimeObjectName  DisplayString,
	entityCacheCumulativeRuntimeType  DisplayString,
	entityCacheCumulativeRuntimeName  DisplayString,
	entityCacheCumulativeRuntimeParent  DisplayString,
	entityCacheCumulativeRuntimeAvgEntrySizeDiskPurged  INTEGER,
	entityCacheCumulativeRuntimeAvgEntrySizeMemoryPurged  INTEGER,
	entityCacheCumulativeRuntimeDiskPurgesPerHour  INTEGER,
	entityCacheCumulativeRuntimeMostRecentDiskPurge  INTEGER,
	entityCacheCumulativeRuntimeMostRecentMemoryPurge  INTEGER,
	entityCacheCumulativeRuntimePercentRejected  INTEGER,
	entityCacheCumulativeRuntimeTotalItemsDiskPurged  INTEGER,
	entityCacheCumulativeRuntimeTotalItemsMemoryPurged  INTEGER,
	entityCacheCumulativeRuntimeTotalNumberDiskPurges  INTEGER,
	entityCacheCumulativeRuntimeTotalNumberMemoryPurges  INTEGER,
	entityCacheCumulativeRuntimeTotalNumberOfRejections  INTEGER,
	entityCacheCumulativeRuntimeTotalNumberOfRenewals  INTEGER,
	entityCacheCumulativeRuntimeTotalSizeOfRejections  INTEGER
	}
entityCacheCumulativeRuntimeIndex	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Unique value directed from ObjectName which is used as table index"
	
	::=  {  entityCacheCumulativeRuntimeEntry  1  }

entityCacheCumulativeRuntimeObjectName	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"JMX-standard MBean name"
	
	::=  {  entityCacheCumulativeRuntimeEntry  5  }

entityCacheCumulativeRuntimeType	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 64 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary MBean type"
	
	::=  {  entityCacheCumulativeRuntimeEntry  10  }

entityCacheCumulativeRuntimeName	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 64 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary MBean name"
	
	::=  {  entityCacheCumulativeRuntimeEntry  15  }

entityCacheCumulativeRuntimeParent	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"
	
	::=  {  entityCacheCumulativeRuntimeEntry  20  }

entityCacheCumulativeRuntimeAvgEntrySizeDiskPurged	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Disks purged"
	
	::=  {  entityCacheCumulativeRuntimeEntry  25  }

entityCacheCumulativeRuntimeAvgEntrySizeMemoryPurged	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"the total number of transactions committed by beans of this Home."
	
	::=  {  entityCacheCumulativeRuntimeEntry  26  }

entityCacheCumulativeRuntimeDiskPurgesPerHour	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"the total number of transactions committed by beans of this Home."
	
	::=  {  entityCacheCumulativeRuntimeEntry  27  }

entityCacheCumulativeRuntimeMostRecentDiskPurge	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"the total number of transactions committed by beans of this Home."
	
	::=  {  entityCacheCumulativeRuntimeEntry  28  }

entityCacheCumulativeRuntimeMostRecentMemoryPurge	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"the total number of transactions committed by beans of this Home."
	
	::=  {  entityCacheCumulativeRuntimeEntry  29  }

entityCacheCumulativeRuntimePercentRejected	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"the total number of transactions committed by beans of this Home."
	
	::=  {  entityCacheCumulativeRuntimeEntry  30  }

entityCacheCumulativeRuntimeTotalItemsDiskPurged	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"JMX-standard MBean name"
	
	::=  {  entityCacheCumulativeRuntimeEntry  31  }

entityCacheCumulativeRuntimeTotalItemsMemoryPurged	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"JMX-standard MBean name"
	
	::=  {  entityCacheCumulativeRuntimeEntry  32  }

entityCacheCumulativeRuntimeTotalNumberDiskPurges	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"JMX-standard MBean name"
	
	::=  {  entityCacheCumulativeRuntimeEntry  33  }

entityCacheCumulativeRuntimeTotalNumberMemoryPurges	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"JMX-standard MBean name"
	
	::=  {  entityCacheCumulativeRuntimeEntry  34  }

entityCacheCumulativeRuntimeTotalNumberOfRejections	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"JMX-standard MBean name"
	
	::=  {  entityCacheCumulativeRuntimeEntry  35  }

entityCacheCumulativeRuntimeTotalNumberOfRenewals	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"JMX-standard MBean name"
	
	::=  {  entityCacheCumulativeRuntimeEntry  36  }

entityCacheCumulativeRuntimeTotalSizeOfRejections	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"JMX-standard MBean name"
	
	::=  {  entityCacheCumulativeRuntimeEntry  37  }

-- EntityCacheCurrentStateRuntimeMBean                             

entityCacheCurrentStateRuntimeTable	OBJECT-TYPE
	SYNTAX	SEQUENCE  OF  EntityCacheCurrentStateRuntimeEntry
	ACCESS	not-accessible
STATUS	mandatory
 	DESCRIPTION
		"This table is used to monitor an XML Cache."
	::=  { wls  173 }

entityCacheCurrentStateRuntimeEntry	OBJECT-TYPE
	SYNTAX	EntityCacheCurrentStateRuntimeEntry
	ACCESS	not-accessible
	STATUS	mandatory
 	DESCRIPTION
		"Entry of entityCacheCurrentStateRuntimeTable"
	INDEX	{  entityCacheCurrentStateRuntimeIndex  }
	::=  { entityCacheCurrentStateRuntimeTable 1 }

EntityCacheCurrentStateRuntimeEntry  ::=  SEQUENCE {
	entityCacheCurrentStateRuntimeIndex  DisplayString,
	entityCacheCurrentStateRuntimeObjectName  DisplayString,
	entityCacheCurrentStateRuntimeType  DisplayString,
	entityCacheCurrentStateRuntimeName  DisplayString,
	entityCacheCurrentStateRuntimeParent  DisplayString,
	entityCacheCurrentStateRuntimeDiskUsage  INTEGER,
	entityCacheCurrentStateRuntimeMemoryUsage  INTEGER
	}
entityCacheCurrentStateRuntimeIndex	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Unique value directed from ObjectName which is used as table index"
	
	::=  {  entityCacheCurrentStateRuntimeEntry  1  }

entityCacheCurrentStateRuntimeObjectName	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"JMX-standard MBean name"
	
	::=  {  entityCacheCurrentStateRuntimeEntry  5  }

entityCacheCurrentStateRuntimeType	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 64 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary MBean type"
	
	::=  {  entityCacheCurrentStateRuntimeEntry  10  }

entityCacheCurrentStateRuntimeName	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 64 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary MBean name"
	
	::=  {  entityCacheCurrentStateRuntimeEntry  15  }

entityCacheCurrentStateRuntimeParent	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"
	
	::=  {  entityCacheCurrentStateRuntimeEntry  20  }

entityCacheCurrentStateRuntimeDiskUsage	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Disks usage"
	
	::=  {  entityCacheCurrentStateRuntimeEntry  25  }

entityCacheCurrentStateRuntimeMemoryUsage	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Disks usage"
	
	::=  {  entityCacheCurrentStateRuntimeEntry  30  }

-- EntityCacheRuntimeMBean                             

entityCacheRuntimeTable	OBJECT-TYPE
	SYNTAX	SEQUENCE  OF  EntityCacheRuntimeEntry
	ACCESS	not-accessible
STATUS	mandatory
 	DESCRIPTION
		"This table is used to mo

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -