Re: Concurrent heap monitoring

2022-06-01 Thread daniel . daugherty
*From:* Volker Simonis *Sent:* Saturday, May 21, 2022 12:49 AM *To:* Kemper, William *Cc:* serviceability-dev *Subject:* RE: [EXTERNAL]Concurrent heap monitoring *CAUTION*: This email originated from outside of the organization. Do not click

Re: Concurrent heap monitoring

2022-05-23 Thread Chris Plummer
Adding hotspot-gc-dev. On 5/21/22 12:49 AM, Volker Simonis wrote: This sounds very interesting. Does this feature work with every GC orĀ  does the implementation depend on specific GCs (and if the latter, which GCs does your prototype currently support). Kemper, William schrieb am Fr., 20. Ma

Re: Concurrent heap monitoring

2022-05-21 Thread Volker Simonis
This sounds very interesting. Does this feature work with every GC or does the implementation depend on specific GCs (and if the latter, which GCs does your prototype currently support). Kemper, William schrieb am Fr., 20. Mai 2022, 23:46: > Taking a heap dump is a stop the world event. Garbage

Concurrent heap monitoring

2022-05-20 Thread Kemper, William
Taking a heap dump is a stop the world event. Garbage collection events can provide heap utilization information only after a cycle completes. We've found that detailed heap occupancy data (such as heap inspections provide) are too expensive to use for production monitoring. Similarly, we find