An introduction to profiling an application using NetBeans IDE 6.0
cld
NetBeans 6.0 includes a great profiler as part of its core features. This tutorial provides an introdcution which shows you how to profile your applications. More...
Recently I asked a colleague about Java profilers. Four years ago I worked on a Java project (my first) and am currently working on my second one. Profiling was not really an issue on the first project but I am hitting some performance issues with this current one. He pointed me to to YourKit which looks very full featured, it is also not cheap at $500/license. I did a little bit of looking around and found JRat, a command line profiling tool which seems to work well for command line applica
TheServerSide.com: News
In this article I discuss a new approach to Java profiling (resource metering) that combines the advantages of both sampling and event profiling into a simple, extensible, and extremely powerful runtime performance monitoring solution that can scale from development all the way through to production.
