SFBeans Test

This test reports the time taken by the EJB container for passivating and activating stateful session beans.

Target of the test : A BES server

Agent deploying the test : An internal agent

Outputs of the test : One set of results for every BES partition being monitored.

Configurable parameters for the test
Parameter Description

Test Period

How often should the test be executed.

Host

The IP address of the host for which this test is to be configured.

Port

The smart agent port number.

MGMT_Port_Number

The port number where the management agent listens.

User

The name of a BES user.

Password

The password of the specified user

Confirm Password

Confirm the Password by retyping it here.

Realm

The BES server realm

Measurements made by the test
Measurement Description Measurement Unit Interpretation

Activation time

Indicates the time spent in activating a stateful session bean.

Secs

If the EJB container spends more time in passivating and activating the bean instances, then try increasing the timeout period for EJBs. The default value is five seconds. This property can be set in the container properties file for the Partition you are configuring. This file is located at: /var/servers//adm/properties/partitions/(partition-name)/services/ejbcontainer.properties. This file can be edited to set the ejb.sfsb.passivation_timeout property.

Passivation time

Indicates the time spent passivating stateful session beans.

Secs

If the EJB container spends more time in passivating and activating the bean instances, then try increasing the timeout period for EJBs. The default value is five seconds. This property can be set in the container properties file for the Partition you are configuring. This file is located at: /var/servers//adm/properties/partitions/(partition-name)/services/ejbcontainer.properties. This file can be edited to set the ejb.sfsb.passivation_timeout property.