-Xdump:help Print general dump help -Xdump:none Ignore all previous/default dump options -Xdump:events List available trigger events -Xdump:request List additional VM requests -Xdump:tokens List recognized label tokens -Xdump:dynamic Enable support for pluggable agents -Xdump:what Show registered agents on startup
-Xdump::help Print detailed dump help -Xdump::none Ignore previous dump options of this type -Xdump::defaults Print/update default settings for this type -Xdump: Request this type of dump (using defaults)
Dump types:
-Xdump:console Basic thread dump to stderr -Xdump:system Capture raw process image -Xdump:tool Run command line program -Xdump:java Write application summary -Xdump:heap Capture raw heap image -Xdump:snap Take a snap of the trace buffers
Example:
java -Xdump:heap:none -Xdump:heap:events=fullgc class [args...]
Turns off default heapdumps, then requests a heapdump on every full GC.
No comments:
Post a Comment