开发者

Are there any clojure tools to see how Clojure uses JVM memory?

I would like to be able to analyze my Clojure program to see how the memory is used. Ar开发者_StackOverflowe there any tools to do this?

Update: I have tried the JVM tools mentioned in the answers but none of these tools allow me to visualise any of my clojure data structures, although they do give me some indication


jvisualvm allows you to do that


Perform a jvm heap dump using jmap. You can then load the dump into Eclipse Memory Analyser which will show you where memory is being used. Alternatively, you can just use jhat to browse the heap dump.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜