Monitoring
-
DevOps
Health Checks, Run-time Asserts and Monkey Armies
After going live, we started building health checks into the system – run-time checks on operational dependencies and status to…
Read More » -
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 » -
DevOps
Monitoring Sucks. But Monitoring as Testing Sucks a Lot More
At Devopsdays I listened to a lot of smart people saying smart things. And to some people saying things that…
Read More » -
Enterprise Java
Introduction to BTrace for Java applications
The aim of this article is to learn how to dynamically trace/observe running Java applications (JDK 6+) using BTrace without…
Read More » -
DevOps
Monitoring : Making sense of the buzz word jungle
Nowadays we are constantly reminded of the virtues of being proactive or more colloquially put “Being one step ahead of…
Read More » -
Core Java
Monitoring OpenJDK from the CLI
Currently I do quite a bit of work in and around the Java virtual machine (JVM), most of the time…
Read More »