mchr3k / org.intrace

Java tracing agent and live trace client
http://mchr3k.github.com/org.intrace/
73 stars 18 forks source link

enhancement #31 is really slow #38

Closed eostermueller closed 10 years ago

eostermueller commented 10 years ago

I made a jar with this enhancement: https://github.com/mchr3k/org.intrace/issues/31#issuecomment-42270590

...and performance of iterating/transforming on the agent side is significantly slower.

Still need to quantify the time it takes with/without this enhancement...but its real noticeable.

--Erik

eostermueller commented 10 years ago

Performance degrades over time. If I repeatedly connect and disconnect, things the transformation process is slower each time.

I hooked up JVisualVM last night. It showed that the process gets slower as perm gen space is used up. So when they're is, say, just 10% perm gen space available, the transformation process is very slow.

eostermueller commented 10 years ago

I'm closing this issue, because its basically a duplicate of issue 37. --Erik