Copy pasta oopsies.

This commit is contained in:
Peter Tripp
2016-02-16 12:36:36 -08:00
parent 67e2c723af
commit 99396717c4
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
- Print heap summary information:
`java -heap {{filename.jar}} {{java_pid}}`
`jmap -heap {{filename.jar}} {{java_pid}}`
- Print histogram of heap usage by type:

View File

@@ -8,7 +8,7 @@
- Print mixed mode (java/c++) stack traces for all threads in a java process:
`jstack {{java_pid}}`
`jstack -m {{java_pid}}`
- Print stack traces from java core dump: