Skip to content

Commit 06dd389

Browse files
authored
Merge pull request #1729 from roberttoyonaga/jfr-post
Add post about JFR in native mode
2 parents 4326c8c + 8f3a6ae commit 06dd389

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

_data/authors.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,3 +468,9 @@ lthon:
468468
job_title: "Principal Software Engineer"
469469
twitter: "_Ladicek"
470470
bio: "Books. Software. Imagination..."
471+
rtoyonag:
472+
name: "Robert Toyonaga"
473+
474+
emailhash: "4c720895d3cfe6ac32bd2fc326bfebab"
475+
job_title: "Software Engineer"
476+
bio: "Software Engineer, working at Red Hat on GraalVM Native Image."
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: post
3+
title: 'Use JFR to profile and monitor native executables'
4+
date: 2023-07-24
5+
tags: development-tips native
6+
synopsis: Learn more about how you can profile and monitor Quarkus native executables with JFR.
7+
author: rtoyonag
8+
---
9+
10+
Quarkus native executables offer many benefits such as even faster start-up time and low footprint.
11+
However, one major drawback is that such native binaries can be less observable.
12+
The good news is that you can still use JDK Flight Recorder (JFR) when running your Quarkus applications as native executables.
13+
14+
Native executable JFR is still limited compared to regular JFR in the JVM.
15+
However, major improvements have been made over the past couple of years that make it a very powerful tool to profile and monitor your native executables.
16+
17+
Check out these recent articles to find out more about how you can start using JFR with native executables:
18+
19+
- https://developers.redhat.com/articles/2023/06/13/how-monitor-quarkus-native-executables-jfr[How to monitor Quarkus native executables with JFR]
20+
- https://developers.redhat.com/articles/2023/06/13/improvements-native-image-jfr-support-graalvm-jdk-20[Improvements to Native Image JFR support in GraalVM for JDK 20]

0 commit comments

Comments
 (0)