Posts Tagged ‘jmap’

Analyzing java heaps with jmap and jhat

Jmap and jhat are a couple of tools really useful to analyze the memory consume of a java program. Both are included in the JVM 1.6 so there is no need to install any extra stuff. Jmap allows you to create a dump of the java memory heap at any moment in the life of [...]

Subscribe to RSS Feed Follow me on Twitter!