Skip to content

Commit

Permalink
Update Java.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Oct 16, 2024
1 parent 9620c6d commit 3153008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cheat Sheets/DevOps Services/Java.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
jcmd <pid> GC.heap_dump -all /tmp/heap_dump.hprof # Heap dump without full GC

jcmd <pid> Thread.print # Create thread dump
kill -3 <pid> # Create thread dump to JVM stdout

## Legacy CLI

Expand Down

0 comments on commit 3153008

Please sign in to comment.