Friday, June 8, 2012

WebSphere Server Monitored Parameters

WebSphere servers are monitored based on the following parameters or the attributes listed in the table.

Parameters Description
Monitor Details
WebSphere Version Denotes the version of the WebSphere server monitor.
State Refers to different states of the Websphere server such as running and down.
HTTP Port Refers to HTTP Transport port.
Transaction Details Specifies Global Commit Duration, Committed Transactions, Transactions Rolled Back and Transactions Optimized.
Server Response Time Specifies Minimum, Maximum, Average and Current Response Time.
Availability Specifies the status of the WebSphere server - available or not available.
JVM Memory Usage Specifies the total memory in JVM run time.
CPU Utilization Specifies the average system CPU utilization taken over the time interval since the last reading.
Free Memory Specifies the amount of real free memory available on the system.
Average CPU Utilization Specifies the average percent CPU Usage that is busy after the server is started
Session Details of Web Applications
User Sessions Specifies the total number of sessions that were created.
Invalidated Sessions Specifies the total number of sessions that were invalidated.
Affinity Breaks The total number of requests received for sessions that were last accessed from other Web applications. This value can indicate failover processing or a corrupt plug-in configuration.
EJB Details
Name Mentions the names of the different EJB present in the WebSphere server with JAR and EAR name. Move the mouse pointer over the EJB name to view the JAR and EAR name.
Type Denotes the different types of the bean such as entity, stateless session, stateful session, and message driven.
Concurrent Lives Specifies the number of concurrent live beans.
Total Method Calls Specifies the total number of method calls.
Average Method Response Time Specifies the average time required to respond to the method calls.
Pool Size Specifies the number of objects in the pool (entity and stateless).
Activation Time Specifies the average time in milliseconds that the total bean is activated for that particular Bean container, including the time at the database, if any.
Passivation Time Specifies the average time in milliseconds that the total bean is passivated for that particular Bean container, including the time at the database, if any
Current JDBC Connection Pool Details
Name Mentions the name of the current JDBC Connection pool.
Pool Type Refers to the type of the connection pool.
Create Count Refers to the total number of connections created.
Pool Size Specifies the size of the connection pool.
Concurrent Waiters Specifies the number of threads that are currently waiting for a connection.
Faults Specifies the total number of faults in the connection pool such as timeouts.
Average Wait Time Specifies the average waiting time, in milliseconds, until a connection is granted.
Percent Maxed Specifies the average percent of the time that all connections are in use.
Thread Pool Details
Name Mentions the name of the thread pool.
Thread Creates Specifies the total number of threads created.
Thread Destroys Specifies the total number of threads destroyed.
Active Threads Specifies the number of concurrently active threads.
Pool Size Specifies the average number of threads in pool.
Percent Maxed Specifies the average percent of the time that all threads are in use.

No comments:

Post a Comment