Hi All,

I am a load test engineer and pretty new to tomcat. I would really
appreciate if someone can help me with couple of my basic questions:

1) have seen some of my colleagues using kill -3 to take the thread dumps?
So, do i need to supply process id with this command. Like: kill -3 <process
id>. Then does the output goes to catalina.out which is our log file or do i
need to do anything else? And do i need to be in specific directory to run
this command?

2) once the thread dumps are in catalina.out, how do i mail the catalina.out
as an attachment? Should something like below work? As you know it's a huge
file

mail -s "Catalina.out" [EMAIL PROTECTED] < catalina.out

Thanks in Advance
Parki


-- 
View this message in context: 
http://www.nabble.com/Thread-Dumps--Emailing-Results...-tp20282144p20282144.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to