-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

jmap


> Java Memory Map Tool.

More information.


Print shared object mappings for a Java process (output like pmap):

jmap {java_pid}

Print heap summary information:

jmap -heap {filename.jar} {java_pid}

Print histogram of heap usage by type:

jmap -histo {java_pid}

Dump contents of the heap into a binary file for analysis with jhat:

jmap -dump:format=b,file={filename} {java_pid}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 17:32:03 2024