JFR Event for live set size in ZGC
Jaroslav Bachorík
jaroslav.bachorik at datadoghq.com
Thu Jan 12 15:56:04 UTC 2023
Hello,
I am trying to resurrect my PR (https://github.com/openjdk/jdk/pull/2579)
about adding a JFR event for live set size but in a less ambitious form.
Having this information in a JFR recording would be extremely useful for
Datadog but I am sure that other perf tools vendors might be interested in
this as well.
Instead of trying to add this event to all GC implementations I would like
to circle back and add this event to a single implementation at a time,
given that adding such an event would not be controversial or negatively
affect the GC implementation by doing significantly more work just in order
to compute the live set size.
I would like to start with ZGC where the live set size is already known and
quite easy to use without any additional computation.
>From my previous work on this problem it seems like adding this event for
Shenandoah, ParallelGC and Epsilon should also not create a lot of
controversy.
I am looking for feedback before investing more time in this effort - I
would really like to avoid the situation I experienced with my previous PR
when it was basically shot down after quite a lot of time spent on
developing and reviewing it.
Cheers,
-JB-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20230112/660c5435/attachment-0001.htm>
More information about the hotspot-gc-dev
mailing list