TLE Summary Panel

This panel displays various information about Thread-Local Eden behavior.  Most of the information on this panel is self-explanatory.

n Threads actively using the heap.

This is the number of threads that have requested heap storage.

Thread Local Eden Size

This section shows the smallest, largest and average sizes of TLE allocation buffers allocated for the lifetime of the application.

Thread Memory Allocation Activity

This section shows the range of work done by an application's threads, based on the total amount of object space they request.  As a general rule of thumb, your application should be spreading its work out evenly across several threads.

On average n  Byte(s) of space is wasted per Thread

This shows the amount of heap space wasted in TLE allocation buffers.  The waste shows up as unused space in TLE allocation buffers when garbage collection is performed.