]> git.sven.stormbind.net Git - sven/jattach.git/blobdiff - debian/jattach.1
releasing package jattach version 2.2-1
[sven/jattach.git] / debian / jattach.1
index a12608dfb1ef1ff7d7675d2fa41925eb8533b66d..62c2195d805f50a3e4e2d1475db364669bcc6648 100644 (file)
@@ -1,10 +1,10 @@
 .\"                                      Hey, EMACS: -*- nroff -*-
-.\" (C) Copyright 2019 Sven Hoexter <sven@stormbind.net>,
+.\" (C) Copyright 2019-2024 Sven Hoexter <sven@stormbind.net>,
 .\"
 .\" 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)