Application integration & Middleware My JVM Memory Analyzes Toolkit 24.07.2023 by Middleware Team One of the most common errors while running an application is “out of memory”. And Java is no different besides errors being named exceptions. The exact exception name you might have encountered is: java.lang.OutOfMemoryError And, in most cases, it is(…)
Application integration & Middleware Defining Custom Monitoring Metric in Zabbix 15.06.2023 by Middleware Team In this blog, we will see how to add custom monitoring metric into Zabbix and, more precisely, get Java Virtual Machine (JVM) garbage collector heap statics. jstat OpenJDK includes an interesting tool to monitor a JVM: jstat. Let’s see what(…)