InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

YourKit Java Profiler Version 6.0 Released

Posted by Rob Thornton on Jan 25, 2007

Sections
Development,
Architecture & Design
Topics
Performance & Scalability ,
Java
Tags
YourKit

YourKit released version 6 of their Java Profiler recently. Version 6 includes support for Java 6 as well as adaptive recording of object memory allocation which allows you to skip monitoring of some allocation events and thus improves performance during profiling.

YourKit Java Profiler is one of the main profiler's for Java, along with JProfiler, OptimizeIT and JProbe. There have been several recent discussions of YourKit, with Mark Levison finding it better than the Eclipse TPTP, Steph choosing JProfiler over it and Artima commenting on the ease of profiling production applications.

Among the new features in version 6.0 are:

  • High-level J2EE profiling (SQL, JSP, Servlets,JNDI)
  • Runtime filters to control overhead of CPU profiling
  • Sorting by retained size in "Class List"
  • New innovative "Merged paths" view for memory profiling
  • Greatly improved object allocation recording
  • Automatically memory snapshots on OutOfMemoryError
  • UI usability improvements
  • Java 6 support
  • Automatic deadlock detection and ability to get current stack traces in telemetry
  • New and improved J2EE server support
YourKit ease of installation by Kurt Christensen Posted
Re: YourKit ease of installation by Dorel Vaida Posted
Re: YourKit ease of installation by Kurt Christensen Posted
YourKit Rocks by Dan Diephouse Posted
  1. Back to top

    YourKit ease of installation

    by Kurt Christensen

    I could gush about YourKit's intuitive interface, but the main reason I love YourKit is the ease of installation. While my co-workers flail about trying to get other Java or .NET profilers to work, I just double-click the installer, click the "profile" button from within the IDE, and I'm flying. No muss, no fuss.

  2. Back to top

    Re: YourKit ease of installation

    by Dorel Vaida

    Agree on Yourkit. Install, run, found my code issues in 1 hour. Really mean. Not something you're used in a day to day developer life :-D. I can't see the GUI issues of it, actually I think it's GUI looks excellent. Also you're one click away of anything you'd need.

  3. Back to top

    YourKit Rocks

    by Dan Diephouse

    I love YourKit. I have used it a lot to tune XFire. (Yourkit: Big kudos for providing a free license to OSS projects!) Even though it was free for use with XFire, I'd still pay for it for commercial projects. It's well worth it if your application is performance sensitive. It just works.

    Dan Diephouse
    Envoi Solutions

  4. Back to top

    Re: YourKit ease of installation

    by Kurt Christensen

    Sorry - I sometimes use oddball American slang. By "gush", I mean that I *love* the UI. Totally intuitive. But as great as the UI is, I think what *really* separates YourKit from the competition is how amazingly easy it is to install.

Educational Content

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.