Yes. You can generate an hprof file (containing heap memory usage) on the fly using the jmap tool, which ships with Sun’s Java VM:
jmap -dump:file=<file_name> <pid>
Yes. You can generate an hprof file (containing heap memory usage) on the fly using the jmap tool, which ships with Sun’s Java VM:
jmap -dump:file=<file_name> <pid>