The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


View by: Most Recent | Topic | Community | Webloggers | James Gosling   
Monthly Archives:    

Blogs by topic Performance and user claudio

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • Grid • GUI 
• IDE • Instant Messaging • J2EE • J2ME • J2SE 
• JavaOne • Jini • JSP • JSR • JXTA 
• LDAP • Linux • Mobility • NetBeans • Open Source 
• OpenSolaris • P2P • Patterns • Performance • Porting 
• Programming • Research • Security • Servlets • Struts 
• Swing • Testing • Tools • Virtual Machine • Web Applications 
• Web Design • Web Development Tools • Web Services and XML 


Performance

With the current stable JDK 6u7 it is not possible to generate heap dump on linux 64 bits. Looks like it was a bug, fixed on JDK 6 u10 RC. Read on for more details.
on Oct 1, 2008 | Permalink | Discuss
There is a very useful site at wikis.sun.com where you can have a better understanding of HotSpot Internals, maintained by HotSpot programmers, highly valuable.
on Aug 20, 2008 | Permalink | Discuss
You can see my presentation about Tools and Tips to Diagnose Performance Issues on-line or download it. It was great, because the room was almost full, people keep taking pictures, looks like the topic was interesting. Some people asked questions at the end, where I want to answer here, to a broad audience.
on Jun 25, 2008 | Permalink | Discuss
What are the available tools to read and understand heap and thread dump files ? How to detect a memory leak on Java applications ? How to detect thread contention issues ? Those are all question I want to answer and show some examples at Jazoon conference, along other tools and tips. My session is "Tools and Tips to Diagnose Performance Issues", scheduled to go on June, 24, 5:30pm.
on Jun 13, 2008 | Permalink | Discuss
I am very proud to be a Jazooner this year, my session "Tools and Tips to Diagnose Performance Issues" is scheduled to June, 24. I want to share with the audience my experience on diagnosing performance problems related to Java technology at server side applications.
on Apr 12, 2008 | Permalink | Discuss
I developed a performance utility to test the scalability of threads per java process. Test it and see how many threads you system can afford to create and run concurrently.
on May 23, 2007 | Permalink | Discuss