Database Performance Check Comments
Connection Pool Usage
Datasource Test
Long running DB queries/DB Locks
Server Performance Check Comments
Monitor CPU utilization
Monitor Swap Usage
Monitor Heap Garbage Collection
Performance
Websphere JVM Check Comments
Check if Node and DMGR are in Sync
Check JVM logs for Hung thread/Connection
pool exhaust/OutOfMemory
Description
The Connection High should not be the
same as the JDBC pool size.
Check if all the datasource is passing.
Check DB for any long running query. Check for
any DB locks.
Description
Monitor CPU utilization to ensure there
are no CPU contention.
If there is not enough space left on the
swap device (or paging file), the OS could
prevent another process from starting or
Monitoring
in some cases heapbeGC performance
forced is
to kill running
critical for
processes. performance and availability.
For example, if the amount of heap free
after a GC is continually increasing and
approaching the maximum heap size, the
JVM could experience OutOfMemory
exceptions.
Description