eG Monitoring
 

Measures reported by WLServerTest

The WLServerTest reports key run-time statistics pertaining to the instances of a WebLogic server. The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
Server_availability Indicates the state of the WebLogic server instance Percent A server instance can assume any of the following states:
State Description
ACTIVE_LATER Indicates that MaxRestart restart attempts have been made in current RestartInterval, and Node Manager will attempt additional restarts
FAILED A critical subsystem is not functioning
FAILED_NOT_RESTARTABLE Indicates that the Managed Server has failed or was killed by Node Manager as a result of the Managed Server's AutoKillIfFailed attribute being set to True, but Node Manager cannot restart the Managed Server because its AutoRestart attribute is set to False.
FAILED_RESTARTING Indicates that Node Manager is currently restarting a failed Managed Server
RESUMING The server is transitioning from the STANDBY state to RUNNING.
RUNNING The server can receive and process requests from external clients as well as administrative requests.
SHUTDOWN The server is configured but inactive.
SHUTDOWN_IN_PROCESS Indicates that the shutdown is in progress
SHUTDOWN_PENDING Indicates that a shutdown request has been sent, but the actual shutdown process is yet to begin
SHUTTING_DOWN The server is transitioning from either the RUNNING or STANDBY state to SHUTDOWN.
STANDBY The server can receive and process only administrative requests.
STARTING The server is initializing all it's subsystems.
SUSPENDING The server is transitioning from either the SHUTDOWN or RUNNING state to STANDBY.
UNKNOWN The state of the server cannot be determined, perhaps because it cannot be contacted.
If the state of the server instance is STARTING, RUNNING, or RESUMING, then the value of this measure will be 100. For any other state, the value of this measure will be 0.
Sockets_curr_count The number of sockets registered for socket muxing on this server instance Number  
Sockets_opened The total number of registrations for socket muxing on this server Number