visualize garbage collector log

S

schtieF

Hi,

Has someone experiences in visualizing the java garbage collector log?
Is there any tool or trick to create a diagram?

Here are two lines of the log

238371.981: [Full GC 238371.982: [Tenured: 122764K->122775K(218740K),
0.1597260 secs] 122829K->122775K(243444K), [Perm : 12223K-
12223K(16384K)], 0.1599150 secs]
238404.485: [GC 238404.485: [DefNew: 21614K->2687K(24704K), 0.0287660
secs] 144390K->128876K(243444K), 0.0289980 secs]
 
R

rabbi

Hi,

Has someone experiences in visualizing the java garbage collector log?
Is there any tool or trick to create a diagram?

Here are two lines of the log

238371.981: [Full GC 238371.982: [Tenured: 122764K->122775K(218740K),
0.1597260 secs] 122829K->122775K(243444K), [Perm : 12223K->12223K(16384K)], 0.1599150 secs]

238404.485: [GC 238404.485: [DefNew: 21614K->2687K(24704K), 0.0287660
secs] 144390K->128876K(243444K), 0.0289980 secs]

i want to briefly know about this and want to get software.
 
R

Roedy Green

Hi,

Has someone experiences in visualizing the java garbage collector log?
Is there any tool or trick to create a diagram?

Here are two lines of the log

238371.981: [Full GC 238371.982: [Tenured: 122764K->122775K(218740K),
0.1597260 secs] 122829K->122775K(243444K), [Perm : 12223K-
12223K(16384K)], 0.1599150 secs]
238404.485: [GC 238404.485: [DefNew: 21614K->2687K(24704K), 0.0287660
secs] 144390K->128876K(243444K), 0.0289980 secs]

I would imagine you would want some ordinary line graphs. To get them
use a graphing package and write a little java program to extract the
data of interest.

See http://mindprod.com/jgloss/graph.html
 

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
473,777
Messages
2,569,604
Members
45,228
Latest member
MikeMichal

Latest Threads

Top