By default thread dump goes to System.out log.How can we send it to a particular file so that when we take the thread dump, instead of searching in System.out we can analyse a particular file
Answer Posted / guest
Kill -3 <PID> Filename.txt
If you specify a particular file name after the above cmd u
will get the thread dump in that file.
Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
What can I do when I get java.lang.outofmemoryerror because producers are faster than consumers? : BEA Weblogic
In Future how the role of WEBLOGIC in realtime ?
What are the different versions of nm?
In corba, which of the files generated by the idltojava compiler must be compiled before running the server application? : BEA Weblogic
What are the modes of operation for Weblogic server domains ?
How do I set up my classpath? : BEA Weblogic
What is t3 protocol?
What is the default jvm used for weblogic?
What should an xpath selector look like? : BEA Weblogic
Can I set the deployment order for application modules? For standalone modules?
What is the purpose of using multipools in web logic server?
The multicast ttl setting for a cluster in the weblogic admin console sets which of the values? : BEA Weblogic
How can default jvm be changed to others?
Why do I get an error while trying to retrieve the text for ora-12705? : BEA Weblogic
How Work Manager works in wls 9.2 and above versions?