JGroups Troubleshooting Techniques: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * JGroups")
 
No edit summary
Line 2: Line 2:


* [[JGroups#Subjects|JGroups]]
* [[JGroups#Subjects|JGroups]]
=Verbose Logging=
=Suspend JVM Execution=
A JVM running JGroups can be suspended from executing by sending the SIGSTOP signal into it:
<pre>
kill -SIGSTOP <jvm-pid>
</pre>

Revision as of 01:27, 5 March 2016

Internal


Verbose Logging

Suspend JVM Execution

A JVM running JGroups can be suspended from executing by sending the SIGSTOP signal into it:

kill -SIGSTOP <jvm-pid>