The Artima Developer Community
Sponsored Link

Java Buzz Forum
Finding Performance Bottlenecks in Your J2EE Application

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Simon Brown

Posts: 636
Nickname: simonbrown
Registered: Jun, 2003

Simon Brown is a Java developer, architect and author.
Finding Performance Bottlenecks in Your J2EE Application Posted: Jun 29, 2004 7:56 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Simon Brown.
Original Post: Finding Performance Bottlenecks in Your J2EE Application
Feed Title: Simon Brown's weblog
Feed URL: http://www.simongbrown.com/blog/feed.xml?flavor=rss20&category=java
Feed Description: My thoughts on Java, software development and technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Simon Brown
Latest Posts From Simon Brown's weblog

Advertisement

The other session I went to this morning was about performance bottlenecks in J2EE apps. This was a fascinating look into some of the problems that the Sun team have encountered and how you go about diagnosing them. I think as Java developers we're sometimes too shielded from the underlying operating system and it was great to see that OS level tools (like top, iostat, mpstat, etc on UNIX) can be useful in diagnosing what's going wrong. For example, a high degree of system CPU usage may indicate that your app is calling out to the OS too much, perhaps for writing to disk.

They also talked about the benefit of using thread dumps to figure out threading and synchronization problems. On Windows, I think you get a thread dump by doing Ctrl-Break. How do you do this on a Mac?

Read: Finding Performance Bottlenecks in Your J2EE Application

Topic: JavaOne tip #8 : Avoid the freebies you can really do without! Previous Topic   Next Topic Topic: [Jun 24, 2004 01:19 PDT] 6 Links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use