Copy pasta oopsies.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
- Print heap summary information:
|
- Print heap summary information:
|
||||||
|
|
||||||
`java -heap {{filename.jar}} {{java_pid}}`
|
`jmap -heap {{filename.jar}} {{java_pid}}`
|
||||||
|
|
||||||
- Print histogram of heap usage by type:
|
- Print histogram of heap usage by type:
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
- Print mixed mode (java/c++) stack traces for all threads in a java process:
|
- 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:
|
- Print stack traces from java core dump:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user