JGroups Troubleshooting Techniques: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
=Suspend JVM Execution= | =Suspend JVM Execution= | ||
A JVM running JGroups can be suspended from executing by sending the SIGSTOP signal into it: | A JVM running JGroups can be suspended from executing by sending the [[Linux Signals#SIGSTOP_.2819.29|SIGSTOP]] signal into it: | ||
<pre> | <pre> | ||
Line 13: | Line 13: | ||
</pre> | </pre> | ||
Execution can be later resumed by sending SIGCONT: | Execution can be later resumed by sending [[Linux Signals#SIGCONT_.2818.29|SIGCONT]]: | ||
<pre> | <pre> |