admin on October 26th, 2009

Profiling is an essential part of software development. Profiling tools are generally expensive and not affordable for individual developers and freelancers. But, there are several free, open source profiling tools that are as good as commercial tools.

Continue reading about 13 Great Tools for Profiling Your Java Applications

admin on October 25th, 2009

JVMPI based visualization using a TreeMap

Continue reading about JavaTreeProfiler

admin on October 25th, 2009

*J is a toolkit which serves two primary purposes:

  • To facilitate the collection of dynamic execution data for
    Java programs
  • To provide a framework for implementing analyses of this
    collected data quickly and easily

Continue reading about Star J

admin on October 25th, 2009

A zero-overhead JVMPI plugin for finding first indications of memory leaks in production environments.
Where commercial tools kill the performance of your application by collecting uninteresting performance data (such as who allocated this object ),

Continue reading about heapprofile

admin on October 25th, 2009

The Garbage Collector Spy Tool, or GCspy for short, is a generic and highly-adaptable heap visualisation framework, designed to visualise a wide range of memory management systems, whether they depend on garbage collection or implement explicit de-allocation.

Continue reading about Garbage Collector Spy Tool