Withdrawn: 8247471: Enhance CPU load events with the actual elapsed CPU time

duke duke at openjdk.java.net
Wed May 19 16:13:43 UTC 2021


On Thu, 21 Jan 2021 17:34:58 GMT, Jaroslav Bachorik <jbachorik at openjdk.org> wrote:

> A continuation of an RFR thread started last year - https://mail.openjdk.java.net/pipermail/hotspot-jfr-dev/2020-June/001533.html
> 
> This change adds the raw CPU time value to CPU load events (per-thread and per-process as well). 
> The CPU time value is already known and used to calculate the load so adding it to the events does not incur any extra overhead while making it much easier for the end users to eg. aggregate and compare the active execution time per time period without the detailed knowledge how JFR computes and normalizes the CPU load.

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.java.net/jdk/pull/2186


More information about the hotspot-jfr-dev mailing list