Java Performance Tuning
Java(TM) - see bottom of page
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 June 2022
JProfiler
|
Get rid of your performance problems and memory leaks!
|
JProfiler
|
Get rid of your performance problems and memory leaks!
|
|
|
Back to newsletter 259 contents
You most likely know Java has an agent option (-javaagent). Maybe you've had a go at building your own agent (I covered agent basics in a recent newsletter). Perhaps you've tried attaching to a JVM too, after it has started. But you've probably found that building your own robust full featured agent is too much work. Wouldn't it be nice if someone handled all the complexities of classloading, async comms, etc, and just left you the easy work of instrumenting the specific thing you want to instrument?
Now Elastic has done exactly that. (Note that I currently work on the Elastic APM Java agent). By providing a simple plugin capability to the open source Elastic APM Java agent, you can now essentially build your own fully robust dedicated agent with very little effort! I think that's pretty cool!
Now on to all the usual newsletter list of links, tips, tools, news and articles, and as usual I've extracted all the 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 259 contents
Last Updated: 2024-09-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/news259.shtml
RSS Feed: http://www.JavaPerformanceTuning.com/newsletters.rss
Trouble with this page? Please contact us