On Mon, Apr 7, 2008 at 4:30 PM, Mike Klaas <[EMAIL PROTECTED]> wrote: > 'top', 'vmstat' tell exactly what's going on in terms of io and cpu on > unix. Perhaps someone has gotten these to work under windows with cygwin.
The windows task manager is a pretty good replacement of top... do "select columns" and you can get all sorts of stuff like number of threads, file handles, page faults, etc. You can also simply see if things are CPU bound or not (sort by the CPU column, or go to the "Performance" tab. For a better view inside the JVM, use JDK16 and run jconsole. -Yonik