• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tool to check or optimize performance

 
Ranch Hand
Posts: 469
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there any free tool to check performance?
Thanks,
Angela
 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try hprof. It is freely with jsdk. If you type java -Xrunhprof:help you will get a help screen on how to use.
I also recommend this link which gives some tutorial on how to use it:
<a href="http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/perf3.html#profile<a href="http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/perf3.html#profile" target="_blank" rel="nofollow">Advanced" target="_blank">http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/perf3.html#profile[URL=http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/perf3.html#profile]Advanced Programming for the JavaTM 2 Platform - Profiling
 
Angela D'souza
Ranch Hand
Posts: 469
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks. I will try.
Angela
 
Ranch Hand
Posts: 862
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try out JAMon. JAMon is free, fast, easy to use and comes with source code and javadocs:
http://www.jamonapi.com
A list of tools including JAMon are available at
http://www.javaperformancetuning.com/resources.shtml
Steve - http://www.jamonapi.com
 
reply
    Bookmark Topic Watch Topic
  • New Topic