Oracle Weblogic Server (MOSC)

MOSC Banner

jmap and application heap size

edited Sep 27, 2016 10:49AM in Oracle Weblogic Server (MOSC) 2 commentsAnswered ✓

We are running multiple applications on the same jvms. Trying to find out how much space one application is utilizing. Weblogic 10.3.6 and jdk 1.6u121. I have used jmap -histo <PID>. The output is like:

num     #instances         #bytes  class name

----------------------------------------------

   1:       1610518      305143064  [C

   2:        133075      182485480  [I

   3:       5582115      178627680  java.util.HashMap$Entry

Please confirm for num 1 all instances  together meaning 1610518 instances of class [C take total of 305143064 bytes.

I was thinking to find all classes related to application and add all #bytes.

Would you know if there is any better way?

Thanks

Andrew

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center