try (var rs = new RecordingStream()) { rs.onEvent("jdk.GCPhasePause", event -> { System.out.println(event.getDuration()); }); }