0% found this document useful (0 votes)
43 views

Practical Exercise - Monitoring

This document provides instructions for monitoring WSO2 products using Java Management Extensions (JMX). It outlines configuring JMX in WSO2 products, and monitoring products with the tools JConsole and Jolokia. JMX is enabled by default in WSO2 products to start the JMX server when a product launches. JConsole is a JMX monitoring tool that comes with the JDK, while Jolokia is a JMX-HTTP bridge for agent-based cross-platform monitoring.

Uploaded by

Vivek R Koushik
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Practical Exercise - Monitoring

This document provides instructions for monitoring WSO2 products using Java Management Extensions (JMX). It outlines configuring JMX in WSO2 products, and monitoring products with the tools JConsole and Jolokia. JMX is enabled by default in WSO2 products to start the JMX server when a product launches. JConsole is a JMX monitoring tool that comes with the JDK, while Jolokia is a JMX-HTTP bridge for agent-based cross-platform monitoring.

Uploaded by

Vivek R Koushik
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Product Administration Training Lab Kit

6. Monitoring WSO2 Products

6.1. Training Objective

Java Management Extensions (JMX) is a technology that lets you implement management interfaces for
Java applications.

https://docs.wso2.com/display/ADMIN44x/Monitoring

6.2. High Level Steps

Configuring JMX in a WSO2 product


Monitoring a WSO2 product with JConsole and Jolokia

6.3. Detailed Instructions

6.3.1. Configuring JMX in a WSO2 product


JMX is enabled in WSO2 products by default, which ensures that the JMX server starts automatically
when you start a particular product.

JMX Based Monitoring

6.3.2. Monitoring a WSO2 product with JConsole

Jconsole is a JMX-compliant monitoring tool, which comes with the Java Development Kit (JDK) 1.5 and
newer versions.

Monitoring with JConsole

Jolokia is a JMX-HTTP bridge, which is an alternative to JSR-160 connectors. It is an agent-based


approach that supports many platforms.

Monitoring with Jolokia

You might also like