Integrated: JDK-8325139: JFR SwapSpace event - add free swap space information on Linux when running in a container environment

Matthias Baesken mbaesken at openjdk.org
Tue Mar 5 15:36:51 UTC 2024


On Thu, 22 Feb 2024 15:32:27 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> The JFR SwapSpace event (added by [JDK-8324287](https://bugs.openjdk.org/browse/JDK-8324287)) has been added but in a Linux containerized environment we currently just report -1, this should be enhanced. There is already some code in the mbeans (but in Java) that does something similar .

This pull request has now been integrated.

Changeset: 3d106cb0
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3d106cb091de6b6ef2a9bf483fb0f5c98c28263c
Stats:     101 lines in 9 files changed: 91 ins; 0 del; 10 mod

8325139: JFR SwapSpace event - add free swap space information on Linux when running in a container environment

Reviewed-by: lucy, sgehwolf

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

PR: https://git.openjdk.org/jdk/pull/17966


More information about the hotspot-runtime-dev mailing list