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 September 2024

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 286 contents

eBPF based continuous profiling of your system has been possible for years, but it's only now that we can see it easily producing Java stack traces from a simple install. The donation of Elastic's mature eBPF continuous profiling agent to OpenTelemetry means that on any Unix system, for a 1% overhead, you can see stack traces of all Java apps including both native and Java stack entries. (Note I currently work in the Elastic Java agent team). You also get other language specific traces.

Because this will become easy, low cost, and very useful, this OpenTelemetry eBPF profiling agent will become widespread. But while it's very useful, at least for now this is limited tech. That's because this profiling is currently only CPU profiling. The other types of common profiling that we need for our Java apps - wall clock, lock, contention, allocation, GC, IO - are not available (yet). It's fantastically useful tech for identifying some types of problems, but it's not a replacement for general profilers. Nevertheless it's definitely something you should know about.

For a look at how those eBPF profiles can be used, see our first news item below ... and continue to all the usual newsletter list of links, tips, tools, news and articles. And as usual I've extracted all the Java performance and memory tips into this month's tips page

A note from this newsletter's sponsor

JProfiler
Get rid of your performance problems and memory leaks!

News

Java performance tuning related news

Tools

Java performance tuning related tools

Articles

Jack Shirazi


Back to newsletter 286 contents


Last Updated: 2024-12-27
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/news286.shtml
RSS Feed: http://www.JavaPerformanceTuning.com/newsletters.rss
Trouble with this page? Please contact us