Showing posts with label memory management. Show all posts
Showing posts with label memory management. Show all posts
Tuesday, May 15, 2018
Wednesday, May 9, 2018
Tuesday, May 8, 2018
Java VisualVM [ Heap Dump, Thread Dump, Memory Dump, CPU Dump ] ?
Java VisualVM is a tool that provides a visual interface for viewing detailed information about Java applications while they are running on a Java Virtual Machine (JVM), and for troubleshooting and profiling these applications.
Tools:
click oracle doc for more details
Tools:
- jvisualvm - the man/manual page for Java VisualVM for Solaris, Linux, or Mac OS X or Windows.
- uses-> open cmd -> type -> jvisualvm -> enter
Heap dump, Thread dump, Memory dump
Subscribe to:
Posts (Atom)
Blueprint for self-improvement
To learn faster: Make the process fun To understand yourself : Write To understand the world better : Read To build deeper connection : Lis...
-
Problem statement: There is a colony of 8 cells arranged in a straight line where each day every cell competes with its adjacent cells(neig...
-
Problem statement: Given an array of positive or negative integer. How will you write an algorithm to find out the largest element in the ...
-
Problem statement: Write a function to print spiral order traversal of a tree. For example. Input - 10 J H I A C D F E B G...

