Dump current thread traces.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 13 Oct 2014 16:43:17 +0300
changeset 1629 32f8c509119d
parent 1628 5f433b1c2d6a
child 1630 e3bffa18d09d
Dump current thread traces.
java.rst
--- a/java.rst	Tue Oct 07 12:35:00 2014 +0300
+++ b/java.rst	Mon Oct 13 16:43:17 2014 +0300
@@ -180,6 +180,10 @@
 
   $ jdb -attach $PORT
 
+Dump current thread traces and memory statistic to stdout::
+
+  $ kill -QUIT $PID
+
 Find jar by class.
 ==================