1.Use operating system commands to get the thread dumps: On Windows OS, thread dumps can be created by
2.Using beasvc:
o service_name is the Windows service that is running the server instance (e.g. mydomain_myserver)
o td_pathname is the full path and the name of the file in which the thread dump will be generated into
beasvc -dump -svcname:service_name -log:td_pathname
3. Using weblogic.WLST:
java weblogic.WLST
connect("username","password","t3://
threadDump()
the thread dump will be generated in Thread_Dump_AdminServer.txt
4.From a command line or shell, a thread dump can be generated via the following command:
java weblogic.Admin
The thread dump will be generated in the server stdout defined
5.From the WLS Administration Console a thread dump can be created by navigating to Server ->
6.From the JRockit command line: jrcmd
No comments:
Post a Comment