It will be extremely helpful to have a JFR event for tracking RSS (Resident Set Size) of a JVM process. Currently, we have to depend on OS tools (ps/top) to monitor the RSS.
This event will be in addition to the two events NativeMemoryUsage and NativeMemoryUsageTotal that help track native memory usage and were added to JDK20 (https://bugs.openjdk.org/browse/JDK-8157023)
This event will be in addition to the two events NativeMemoryUsage and NativeMemoryUsageTotal that help track native memory usage and were added to JDK20 (https://bugs.openjdk.org/browse/JDK-8157023)
- causes
-
JDK-8309846 jdk/jfr/event/runtime/TestResidentSetSizeEvent.java fails on AIX after 8307374
-
- Open
-
- relates to
-
JDK-8157023 Integrate NMT with JFR
-
- Resolved
-