|
|
Question : linux - jboss - thread dump
|
|
|
|
OS: Linux JVM: Sun Server: JBoss
I connect to the linux machine using putty from remote. I was trying to get the thread dump of the JVM. I used kill -3 <jvm pid>. The result I could see in the putty console. My question is,
1.) When I close the putty session, and re-open it connecting to the linux machine again, the kill -3 won't work. There are no output in the console (the java process was running). Is jvm re-directing the thread dump output to somewhere else?
2.) Can I redirect the jboss jvm thread dump output to a file rather than console? Do I need to change anything in the run.sh?
Note: I have used JMX tools to trigger the threaddump beans, but would like to have the output of kill -3 as I can compare the nids from the dump and the pids in the OS commands (top, ps etc)
|
|
|
|
Answer : linux - jboss - thread dump
|
|
|
|
|
|
|
|
|