• 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

suggest me good book on profilers

 
Ranch Hand
Posts: 121
IBM DB2 Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,

Can you tell me good book on java profilers.
Eagerly needed a book.

Thanks in advance
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do not think there are good books on profilers - dedicated to just the profilers.

Java Performance Tuning - book by Shirazi is quite good.
There is this web site - www.javaperformancetuning.com

Most tools like - YourKit, JProbe, JProfiler will have their own documentation.

Those documentation would be fine to get your started and useful.

What exactly do you want to know about profilers - do you wish to learn the internals of how a profiler works.
 
Ranch Hand
Posts: 862
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There probably isn't one book exclusively about profilers. I saw this book (which is pretty old) has a chapter on profilers. The chapter is a downloadable pdf too.

http://www.theserverside.com/news/1364561/Java-Doctor-Book-in-Review-and-Community-Contribution-Project

You should google. I am sure you can get lots of information that way, and also some free trials of profilers.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
[ UD: removed spam ]
 
Jagdeep Sharma
Ranch Hand
Posts: 121
IBM DB2 Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

erwin smith wrote: [ UD: removed spam ]




Hi Erwin

I am also looking for good book on profilers. But there is no alone good book on profilers. Which tool are you using for profiling. I am using the built-in tool in eclipse. I am facing problem in interpreting result of profiling. There are so many graphs and charts are available. I am unable to link up all the things. These are my pain points.

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic