mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 18:26:02 +02:00
Copy pasta oopsies.
This commit is contained in:
parent
67e2c723af
commit
99396717c4
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue