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 July 2006

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

I've done many a performance design review - that's where I look at the design from a performance perspective, looking for good and potentially bad performance issues. It doesn't take long to see the main performance design issues in an application. On several occasions I've done this review with a group of people, consisting of architects and several observers. Typically, the observers are there to learn more about the system, i.e. the customer is combining the review with a session for some others to learn more about the system - which makes extra good use of everyone's time (I encourage this, the architects are more comfortable knowing their time is being used in this extra productive way).

After these group reviews I've often had people come up to me and ask how it was that we managed to detail so much that was important about the system in such a short time. On one memorable occasion, a manager of one of the external teams told me he had been trying for a year and a half, to tease out the details we had just covered, but we had done it in a day. So what is my secret?

Its a simple, well known, but seemingly out of fashion technique called data flow analysis. Performance of most complex systems is critically constrained by the flow of data. How it flows, where it flows, how much of it flows to particular places, and what delays it from getting to where it needs to be next. Well, you may well be reading this and saying to yourself "yes, of course, why are you telling me this, everyone knows that!". Which is true. It's kind of like the well known - and completely accurate - advice on how to make money from shares: buy low and sell high. The knowledge is well known, the trick is to apply the knowledge consistently.

A note from this newsletter's sponsor

Don't get burned by Java code problems in your applications. Learn
how to pinpoint performance problems and memory leaks before code
moves into production. Watch the Quest Software demo now.

Many of the places I've been to will even have some old data flow analysis report they can pull out. But the thing is, it's not one of those "going through the motions" things. You have to do it regularly, and use that knowledge to see why the data doesn't or can't flow through the system as well as it needs to. You don't need any formal techniques either. Just ask those questions about the data flow. And keep asking them, until you know where all the data flows in the system.

Information Technology - we do love our fashions! But we always seem to be a bit too quick to drop the useful bits of our trade, in the rush to use the next cool fashionable technique.

Moving on to our news, here's some news for you Javva the Hutt fans. I've tracked Javva down to his current location, and he's agreed to carry on his column ... Yay! I'm hoping to have his first contribution in September's newsletter, but its vaguely possible that we'll have something next month. Meanwhile, for those of you who don't know Javva, or want a reminder, we've added a page for you to access all his old columns here

Now read on for our other news, this months selected articles and new tools, and of course our many new extracted performance tips.

A note from this newsletter's sponsor

Wily Technology delivers what you need: Availability, Performance and Control
The most critical web applications in the world are managed by
software from Wily, the leader in enterprise application management

News

Java performance tuning related news.

Tools

Java performance tuning related tools.

A note from this newsletter's sponsor

Symantec i3 for J2EE helps you optimize application performance through
out the application life cycle. Its unique adaptive instrumentation
auto-adapts to application changes. Download an eBook on J2EE performance

Articles

Jack Shirazi


Back to newsletter 068 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/news068.shtml
RSS Feed: http://www.JavaPerformanceTuning.com/newsletters.rss
Trouble with this page? Please contact us