Download List

Project Description

Profiler4j is a simple-to-use CPU profiler for Java that supports remote profiling and on-the-fly configuration.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-06-26 05:51
1.0-beta2

This release fixes a critical start-up error when the Profiler4j Console is run under Linux. A new feature that allows the user to monitor threads (stack trace, state, monitor contention, etc.) was added.
Tags: Major bugfixes

2006-06-16 14:36
1.0-beta1

This release includes major UI improvements, such
as support for loading and saving of profiling
projects, a more detailed memory monitor, and huge
code refactorings. Additionally, a bug when the
console is installed under a directory containing
spaces was fixed.
Tags: Major feature enhancements

2006-06-08 10:16
1.0-alpha7

This release fixes a critical bug that could cause deadlocks when profiling JBoss. Many other user interface improvements were added as well.
Tags: Major bugfixes

2006-06-05 16:28
1.0-alpha6

The agent now redefines bytecodes only if it's
really needed, and all synchronized blocks were
replaced with reentrant locks (which are faster
with high contention). A bug with console closing,
a bug with process termination, and another minor
bug with a Tomcat internal class were fixed.
Tags: Major feature enhancements

2006-06-03 13:03
1.0-alpha5

This release adds fast snapshot serialization (with must less memory
required), unblocking of the UI when connecting/disconnecting/applying
rules/taking snapshots, display of enhanceable classes and the ability
for the user to easily create rules, validation of the agent and console
versions in a network handshake, display of methods' details in the
graph, and a reduction of the maximum number of visible methods in a
call graph. The client should disconnect cleanly now when the user
closes the window without an explicit disconnection.
Tags: Major feature enhancements

Project Resources