Skip to content

Commit 8f3a6ae

Browse files
committed
Some minor adjustments
1 parent ef1475c commit 8f3a6ae

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

_posts/2023-06-16-profile-and-monitor-in-native-mode.adoc

Lines changed: 0 additions & 10 deletions
This file was deleted.
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)