logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jattach - dynamc attach utility for the jvm

Description

       jattach is an all in one jmap, jstack, jcmd, jinfo implementation as a tiny single C program.

Name

       jattach - dynamc attach utility for the jvm

Options

load load agent library

       properties print system properties

       agentProperties print agent properties

       datadump show heap and thread summary

       threaddump dump all stack traces (like jstack)

       dumpheapmydumpfile.hprof dump heap (like jmap -dump:live,format=b)

       inspectheap create a heap histrogram (like jmap -histo)

       setflag modify manageable JVM flag

       printflag print JVM flag

       jcmd execute jcmd command

                                                 January 16 2024                                      JATTACH(1)

Synopsis

jattach                                                                                               pid
       [load|properties|agentProperties|datadump|threaddump|dumpheap|inspectheap|setflag|printflag|jcmd] [args]

See Also