Let's assume the application is written in Java.
First, we can use jstack combined with jps to print out threads' stack trace, which gives us a good idea about which methods are being executed.
We can also use jconsole with some plugin to display threads' CPU usage. The jconsole plugin is based on JTop (
/demo/management/JTop).
1 comment:
Thoughtful blog, thanks for posting.
Post a Comment