
|
|
![]() MonkeyWrench is a Swing-based Java profiling application. It takes advantage of Java's management interface and instrumentation hooks, enabling you to:
ResourcesMonkeyWrench uses well-defined Java APIs, and its Swing interface makes it easy to begin profiling an application. It can be launched at target launch time, or, for HotSpot JVMs, a MonkeyWrench launcher application can be used to locate and attach to already-running JVMs. MonkeyWrench provides in one place information you'd normally need to collect from multiple applications (e.g., method CPU times, hprof-style site summaries, and thread-contention monitoring). Finally, since the source is available, you can customize it to provide just what you want, and only what you want, for your needs. |