Java Performance Tuning

Java(TM) - see bottom of page

|home |services |training |newsletter |tuning tips |tool reports |articles |resources |about us |site map |contact us |
Tools: | GC log analysers| Multi-tenancy tools| Books| SizeOf| Thread analysers| Heap dump analysers|

Our valued sponsors who help make this site possible
JProfiler: Get rid of your performance problems and memory leaks! 

Training online: Concurrency, Threading, GC, Advanced Java and more ... 

News November 2011

JProfiler
Get rid of your performance problems and memory leaks!

Modern Garbage Collection Tuning
Shows tuning flow chart for GC tuning


Java Performance Training Courses
COURSES AVAILABLE NOW. We can provide training courses to handle all your Java performance needs

Java Performance Tuning, 2nd ed
The classic and most comprehensive book on tuning Java

Java Performance Tuning Newsletter
Your source of Java performance news. Subscribe now!
Enter email:


Training online
Threading Essentials course


JProfiler
Get rid of your performance problems and memory leaks!


Back to newsletter 132 contents

jvisualvm is an excellent tool - given that's it's free. It's not the best JVM profiler out there by a long shot, but it's free and comes with the JDK. However, it's very very definitely a development tool, as anyone who has run it for a while against their JVM can attest. It does have a strong tendency to crash your JVM anytime you try and get any detailed profiling data. You can get there eventually, by being gentle, slow, repeating runs, and uttering some magical incantations. It'd be lovely to attach it to a prod process and get the data every once in a while, but the risk of creating a crash is way too high.

JRockit Mission Control provides similar kind of data to jvisualvm - but can work against production JVMs. When I first saw the information you get out of JRockit Mission Control, I thought that would be an excellent spur to other JVM creators, and specifically Sun's HotSpot team (Sun still existed then), to get out that kind of hugely useful telemetry.

A note from this newsletter's sponsor

Free Java Performance Tool - From AppDynamics
Fight fires in production with less than 2% overhead.
Gain complete visibility into your java app. Free Download!

Now, Marcus Hirt, the team lead for Mission Control, tells us that this excellent technology is being rolled into the merged JRockit/HotSpot JVM - the HotRockit JVM (see the news item below, referencing his JavaOne presentation). The overhead is low and stability high, because HotRockit Mission Control basically accesses the internal counters of the JVM to derive the data it is displaying, and for the most part those counters are used by the JVM itself.

Think about what the JVM already knows - or can know. The JVM contains it's own always on profiler; it does the garbage collection and knows all about the heap, what's in it and (with a little bit of additional counting) what's been cleaned up; the JVM also knows exactly what it has executed, which theoretically allows for the sequence of executions to be recorded and potentially investigated later - which is exactly what you get with the Java Flight Recorder!

The time-to-market appears to be for Mission Control features to come available gradually over the JDK 7 and JDK 8 releases, which means that potentially, in two years time, you'll have the ability to performance monitor your production JVM with HotRockit Mission Control. You can try the current Mission Control as JRockit now has the same license as HotSpot, and Marcus is very keen for your feedback.

Now on with this month's newsletter and all our usual Java performance tools, news, and article links. We also have a new cartoon over at fasterj.com use the latest evolution of your JVM, and, as usual, all the extracted tips from all of this month's referenced articles.

A note from this newsletter's sponsor

ManageEngine: Application Performance Management for Java EE Apps.
Monitor App Servers: JBoss, WebSphere, WebLogic, JVMs and JMX Apps.
*** Monitor up to 25 App Servers, Databases & Servers at $795/Yr***.

News

Java performance tuning related news.

Tools

Java performance tuning related tools.

A note from this newsletter's sponsor

New Relic RPM - The Revolution in Java Performance Management is Here!
Affordable SaaS APM tool to monitor, troubleshoot, and tune apps
running on Websphere, Weblogic, Tomcat, Jetty, JBoss, Solr, Resin

Articles

Jack Shirazi


Back to newsletter 132 contents


Last Updated: 2024-11-29
Copyright © 2000-2024 Fasterj.com. All Rights Reserved.
All trademarks and registered trademarks appearing on JavaPerformanceTuning.com are the property of their respective owners.
Java is a trademark or registered trademark of Oracle Corporation in the United States and other countries. JavaPerformanceTuning.com is not connected to Oracle Corporation and is not sponsored by Oracle Corporation.
URL: http://www.JavaPerformanceTuning.com/news/news132.shtml
RSS Feed: http://www.JavaPerformanceTuning.com/newsletters.rss
Trouble with this page? Please contact us