The thread dumps can be taken from the administration
console, shell or using jrcmd command in weblogic
a) Using administration console
console — environment — servers– server name — monitoring —
threads — Dump Thread Stacks
b) Using jrcmd
$ps aux | grep Prod_server01 | grep -v grep | awk ‘{print
$2}
$jrcmd PID print_threads some_log_file
c) Using a
shell command
$Kill -3 Server PID
No comments:
Post a Comment