This panel displays various information about Thread-Local Eden behavior. Most of the information on this panel is self-explanatory.
This is the number of threads that have requested heap storage.
This section shows the smallest, largest and average sizes of TLE allocation buffers allocated for the lifetime of the application.
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.
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.