What are the required WebSphere Application Server PMI perfservlet metrics for AppManager Monitoring?

  • 7005565
  • 27-Apr-2012
  • 25-Jun-2012

Environment

  • NetIQ UNIX Agent 7.1
  • NetIQ AppManager for UNIX 7.0.1
  • NetIQ AppManager for UNIX 6.x
  • WebSphere Application Server (WAS)

Situation

What are the required PerfServlet Module and Counter Dependencies to enable AppManager UNIX to monitor WebSphere Application Server?

Resolution

Dynamic Cache Monitoring
Knowledge Script
Required PerfServlet Module
Metric Counter Dependency
DynamicCacheHits
cacheModule
HitsInMemoryCount, HitsOnDiskCount, MissCount
DynamicCacheEviction
cacheModule
LruInvalidationCount, TimeoutInvalidationCount, ExplicitMemoryInvalidationCount, ExplicitDiskInvalidationCount

Enterprise Java Bean Monitoring
Knowledge Script
Required PerfServlet ModuleMetric Counter Dependency
EJBActivation 1
beanModule
ActivationTime, PassivationTime
EJBPersistence 2
beanModuleLoadTime, StoreTime
EJBMethodCalls
beanModuleMethodResponseTime, ActiveMethodCount
EJBPool
beanModuleRetrieveFromPoolCount, RetrieveFromPoolSuccessCount, ReturnsToPoolCount, ReturnsDiscardCount
EJBMessageDelivery
beanModuleMessageCount, MessageBackoutCount
EJBMessageSession
beanModuleWaitTime, ServerSessionPoolUsage
Note 1: Activation and Passivation counts supported; Activation and Passivation times are not.
Note 2: Load and Store counts are supported; Load and Store times are not.


JDBC Connection Pool Monitoring

Knowledge Script
Required PerfServlet ModuleMetric Counter Dependency
JDBCWaits
connectionPoolModule
WaitingThreadCount, WaitTime, FaultCount
JDBCUsage
connectionPoolModuleUseTime, PercentUsed, PercentMaxed, ManagedConnectionCount, ConnectionHandleCount
JDBCDriver
connectionPoolModuleJDBCTime