How to monitor JMX Metrics using Byteman

In this article, we will dive deep into the world of JMX metrics collection using Byteman, a powerful Java agent, and explore how it can help your monitoring and optimization efforts. Whether you are a seasoned developer or an operations professional, this guide will equip you with the knowledge and tools to unlock the full potential of your application. Let’s embark on this journey to harness the power of JMX metrics with Byteman and take your monitoring to new heights.

Read more

Introduction to Byteman

This tutorial introduces the Byteman framework which is part of the JBoss Ecosystem, showing how it can be used to increase your productivity. What is Byteman? Byteman is a tracing, debugging and testing tool which you can use in any Java application. You might wonder why do we need to learn another tool for tracing … Read more

Byteman advanced tutorial

Welcome to the advanced tutorial on Byteman, a Java bytecode manipulation tool!  Byteman is a powerful tool that allows you to inject code into your Java application at runtime. This can be useful for a wide range of tasks, including debugging, testing, and performance monitoring.

In this tutorial, we will cover some of the more advanced features of Byteman, such as how to intercept a JMS message received by an MDB so that we can perform some extra actions on it, without changing the actual MDB code.

Read more