JProbe vs GC memory graphs

F

Fahd Shariff

Hello,

When I look at the "Runtime Heap Summary" in JProbe (which shows memory
usage) and compare it with graphs plotted in excel using GC output they
look completely different. Using the GC output I plotted the before and
after memory graphs and neither remotely resembles JProbe's.

Any ideas?
 
J

John Currier

Fahd said:
Hello,

When I look at the "Runtime Heap Summary" in JProbe (which shows memory
usage) and compare it with graphs plotted in excel using GC output they
look completely different. Using the GC output I plotted the before and
after memory graphs and neither remotely resembles JProbe's.

Any ideas?

JProbe's memory utilization graphs are sampled at a significantly
higher frequency than the GC's output. The graphed GC output is
usually only after the GC has occurred whereas JProbe's output is
throughout the life of the JVM. There should, however, be some
correlation between the post-GC results of both graphs.

John
http://schemaspy.sourceforge.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top