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
Enterprise Java Bean Monitoring
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 Module | Metric Counter Dependency |
| DynamicCacheHits | cacheModule | HitsInMemoryCount, HitsOnDiskCount, MissCount |
| DynamicCacheEviction | cacheModule | LruInvalidationCount, TimeoutInvalidationCount, ExplicitMemoryInvalidationCount, ExplicitDiskInvalidationCount |
Enterprise Java Bean Monitoring
| Knowledge Script | Required PerfServlet Module | Metric Counter Dependency |
| EJBActivation 1 | beanModule | ActivationTime, PassivationTime |
| EJBPersistence 2 | beanModule | LoadTime, StoreTime |
| EJBMethodCalls | beanModule | MethodResponseTime, ActiveMethodCount |
| EJBPool | beanModule | RetrieveFromPoolCount, RetrieveFromPoolSuccessCount, ReturnsToPoolCount, ReturnsDiscardCount |
| EJBMessageDelivery | beanModule | MessageCount, MessageBackoutCount |
| EJBMessageSession | beanModule | WaitTime, ServerSessionPoolUsage |
Note 2: Load and Store counts are supported; Load and Store times are not.
JDBC Connection Pool Monitoring
| Knowledge Script | Required PerfServlet Module | Metric Counter Dependency |
| JDBCWaits | connectionPoolModule | WaitingThreadCount, WaitTime, FaultCount |
| JDBCUsage | connectionPoolModule | UseTime, PercentUsed, PercentMaxed, ManagedConnectionCount, ConnectionHandleCount |
| JDBCDriver | connectionPoolModule | JDBCTime |