We have a JRE installed in our production environment, but not a JDK. Below are the versions of JRE and OS.
[me@mymachine ~]$ java -version java version "1.6.0_45" Java(TM) SE Runtime Environment (build 1.6.0_45-b06) Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode) [me@mymachine ~]$ uname -a Linux mymachine.mydomain.com 3.10.35-43.137.amzn1.x86_64 #1 SMP Wed Apr 2 09:36:59 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
It does not look as if the jmap tool was present anywhere on the system and without root access, I could not install it anywhere on the system. What can I do to get a bunch of heaps (i.e. create a .hprof file)?
In addition, we use JBoss 7.1.3.AS, if that matters.
java heap-dump
Dave
source share