We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89f202 commit 8cb5caeCopy full SHA for 8cb5cae
sjk-core/COMMANDS.md
@@ -263,9 +263,11 @@ Example
263
264
`stcap` command
265
----
266
-stcap commands dumps threads from target process with configured period (or non-stop) to a file
+stcap commands dumps threads from target process with configured period (or non-stop)
267
268
- > java -jar sjk.jar mx -p 6344 -mg -b java.lang:type=Memory -f HeapMemoryUsage
+Command example (command below would sample target process for 30 seconds)
269
+
270
+ > java -jar sjk.jar stcap -p PID -o dump.std
271
272
[Stack Capture] Dumps stack traces to file for further processing
273
Usage: stcap [options]
0 commit comments