X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fjattach.git;a=blobdiff_plain;f=debian%2Fjattach.1;h=22335f910150124640ad10e9a205a534adddf16a;hp=a12608dfb1ef1ff7d7675d2fa41925eb8533b66d;hb=HEAD;hpb=6803695dfc497f6cabb34f11e5c6f57a53e0d2db diff --git a/debian/jattach.1 b/debian/jattach.1 index a12608d..62c2195 100644 --- a/debian/jattach.1 +++ b/debian/jattach.1 @@ -1,10 +1,10 @@ .\" Hey, EMACS: -*- nroff -*- -.\" (C) Copyright 2019 Sven Hoexter , +.\" (C) Copyright 2019-2024 Sven Hoexter , .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH JATTACH 1 "September 06 2019" +.TH JATTACH 1 "January 16 2024" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -23,7 +23,7 @@ jattach \- dynamc attach utility for the jvm .B jattach .RI "pid [load|properties|agentProperties|datadump|threaddump|dumpheap|inspectheap|setflag|printflag|jcmd] [args]" .SH DESCRIPTION -jattach is an all in one jamp, jstack, jcmd, jinfo implementation as a tiny single C program. +jattach is an all in one jmap, jstack, jcmd, jinfo implementation as a tiny single C program. .SH OPTIONS .B load load agent library @@ -40,8 +40,8 @@ show heap and thread summary .B threaddump dump all stack traces (like jstack) .PP -.B dumpheap -dump heap (like jmap) +.B dumpheap mydumpfile.hprof +dump heap (like jmap -dump:live,format=b) .PP .B inspectheap create a heap histrogram (like jmap -histo)