Remote use of VisualVM with Xming

Regarding post about problems with remote monitoring here is some more help needed when cases described in this post fails. This solution will work even if your remote host is hidden behind firewall, NAT etc. Having SSH access to it is enough. You will need Putty and XMing. Istructions: 1. Put the visualVM files on the … Continue reading Remote use of VisualVM with Xming

Setting up Glassfish Monitoring – handling connection problems

On a production environment I came across few (mainly connection related) issues while trying to monitor glassfish application remotely with either JConsole or VisualVM. Tools does not differ in a connection method - problems were exactly the same and not caused by tools, but by glassfish setup, application statuses and firewall configuration. Standard Settings Required … Continue reading Setting up Glassfish Monitoring – handling connection problems

Java VM Monitoring for glassfish applications

Sample VisualVM performance graph

Monitoring resource utlilzation is a good way to know Your app better. here are some tips and my preferences about which tools are best to use. I used these tools in production environment so they are verified and checked - time to share my knowledge! We all know that programming is easy nowadays, having Java, IDEs etc - You don't have to care about memory allocation. But caring about efficiency and resources usage is crucial. This post will help.