Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once the console is opened, you can connect to Carbon by providing the following URL as the Remote Process URL. You can type in the default username and password combination admin/admin to login. Note that this is the same administrator account that is used to log into the Application Server's the Management Console. Any user having the admin role can login to JMX.

Image Modified

The "Jave Monitoring & Management Console" opens. The first window you see looks similar to the following:

Image Modified

Click on the "MBeans" tab to see the "org.wso2.carbon" domain, which contains some MBeans as follows:

Image Modified 

Instance MBean

Instance MBean is used to monitor instance information about the current instances in BPS.

You can see an attribute named "InstanceInfoFromInstanceId" within instance MBean. This consists of a String array with information about all instances currently resides in BPS.

(tip- to get the content of the information array, double click on it)

You can find the following information about an instance

  • Instace id
  • Process id
  • Status of the instance
  • Started date and time
  • Last activate date and time

Image Added


Process MBean

Process MBean is used to Monitor processes in BPS.

The Process MBean has the following operations

  • retireProcess - Retire a currently deployed process.
  • activateProcsess- Activate a currently deployed process
  • disableProcess- Disable a currently deployed process.