Thread command
-
Thread ID Displays stack information about a thread
-
Thread-n Displays the busiest threads
-
Thread-b finds the thread currently blocking another thread
jad
-
Decompile class files online
stack
-
Look at the method call chain
watch
-
Observe the argument and return value of the method. The effect is the same as that of the -f argument
-
Observe the method input
-
Observe the return value at the end of the method
-
Observe the return value of the exception thrown by the method
-
Observe the return value at the end of the method, specifying the depth of view with the -x argument
-
Observe abnormal information
-
Filter according to the input parameter
-
Filter by method execution time
-
View object property values
monitor
-
-c indicates the statistical period
trace
-
Prints the time taken for method calls
-
Input method Time Includes JDK methods
-
Filter by time