JMX
-
Enterprise Java
VisualVM: Monitoring Remote JVM Over SSH (JMX Or Not)
VisualVM is a great tool for monitoring JVM (5.0+) regarding memory usage, threads, GC, MBeans etc. Let’s see how to…
Read More » -
Enterprise Java
JMX and Spring – Part 1
This is the first of three articles which will show how to empower your Spring applications with JMX support. Maven…
Read More » -
Enterprise Java
JMX and Spring – Part 2
This post continues from Part 1 of the tutorial. Hi, in my previous article I explained how to setup a…
Read More » -
Enterprise Java
JMX and Spring – Part 3
This article is the last one of this series. Take a look at Part 1 and Part 2. In this…
Read More » -
Enterprise Java
JMX : Some Introductory Notes
JMX (Java Management Extensions) is a J2SE technology which enables management and monitoring of Java applications. The basic idea is…
Read More » -
Enterprise Java
Client-side server monitoring with Jolokia and JMX
The choice of Java monitoring tools is tremendous (random selection and order powered by Google): javamelody psi-probe JVisualVM jconsole JAMon…
Read More » -
Enterprise Java
Enabling JMX in Hibernate, EhCache, Quartz, DBCP and Spring
Continuing our journey with JMX (see: JMX for human beings) we will learn how to enable JMX support (typically statistics…
Read More » -
Enterprise Java
Exposing a POJO as a JMX MBean with Spring
Here is a very nice tutorial on how “Exposing a POJO as a JMX MBean easily with Spring” can be…
Read More »