[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.
Technical Discussion :: WebMethod

9 / 166

How do you get thread dumps.

Answer:

Following are methods for generating a Java thread dump on Unix:

Note the process ID number of the Java process (e.g. using top, a grep on ps -axw, etc.) 



Example: PS -ef | grep -i java

Send a QUIT signal to the process with the kill -QUIT or kill -3 command.



Example: kill -3 JAVA_PID

Asked In ::

Post Your Answer Here:


Rate This: +0 -0     
Report    

Post Your Reply Here:

Alert me
q4i-reply-your-answer

Report Error

Please Login First Click Here

Rate This: +1 -0      +
Report    

Post Your Reply Here:

Alert me
q4i-reply-your-answer

Report Error

Please Login First Click Here

Most Popular Qs.