Show TOC Start of Content Area

Background documentation Cluster Manager  Locate the document in its SAP Library structure

The AS Java Cluster Manager is responsible for handling the elements in the cluster.

 

Monitored Unit

Description

MessageContext Communication/Data Per Listener/Total MS Bytes Received

The total number of bytes received from the specified service through the message server communication layer.

MessageContext Communication/Data Per Listener/Total MS Bytes Sent

The total number of bytes sent from the specified service through the message server communication layer.

MessageContext Communication/General (MessageContext)/Average MS Process Time

The average time in milliseconds that a message spends in the message queue of the message server communication layer. This is the time between the call of the send method and the actual writing of the message in the socket.

MessageContext Communication/General (MessageContext)/Current Lazy Pool Size

The current size of the message object pool in the lazy communication layer.

MessageContext Communication/General (MessageContext)/Current MS Pool Size

The current size of the message object pool in the message server communication layer.

MessageContext Communication/General (MessageContext)/Lazy Pool Size Rate

Ratio of the current size to the maximum size of the message object pool in the lazy communication layer.

MessageContext Communication/General (MessageContext)/MS Pool Size Rate

Maximum size of the message object pool in the message server communication layer.

MessageContext Communication/General (MessageContext)/Max Lazy Pool Size

The maximum size of the message object pool in the lazy communication layer.

MessageContext Communication/General (MessageContext)/Max MS Pool Size

The maximum size of the message object pool in the message server communication layer.

SessionContext Communication/Data Per Processors/Current Session Queue Size

The current size of the message queue in the session communication layer.

SessionContext Communication/Data Per Processors/Session Queue Size Rate

The ratio of the current size to the maximum size of the message queue in the session communication layer.

SessionContext Communication/Data Per Processors/Total Session Bytes Received

The total number of bytes received from the specified service through the session communication layer.

SessionContext Communication/Data Per Processors/Total Session Bytes Sent

The total number of bytes sent from the specified service to the cluster through the session communication layer.

SessionContext Communication/General (SessionContext)/Average Session Process Time

Average time in microseconds (us) that a message spends in the message queue of the session communication layer. This is the time between the call of the send method and the actual writing of the message in the socket.

SessionContext Communication/General (SessionContext)/Max Session Queue Size

The maximum size of the message queue in the session communication layer.

 

End of Content Area