Issue
In Java Mission Control 5.x, you could easily view the total size of allocated TLABs. See the "Allocation Summary" in the bottom right of this image.
src="https://i.stack.imgur.com/8vTcs.png" alt="enter image description here" />
In Java Mission Control 7.x, I can't find an easy way to find this high-level information. I can view TLABs in blocks, and get a rough idea of periods of heavy TLAB allocation, but I can't find the total TLABs allocated.
Is there a way in JMC 7.x to view the total size of TLABs allocated during the recording period?
Solution
Yes. Go to the Summary tab on the TLAB Allocations page. You'll need JMC 8.1.0+.
Answered By - Hirt
Answer Checked By - David Marino (JavaFixing Volunteer)