Does it not support JFR?
No JFR.
Have you used jifa.sh ? If used jifa.sh, the docker image used by jifa.sh is not up-to-date, so JFR feature is missing.
I suggest you clone the code and run.
git clone https://github.com/eclipse/jifa.git
cd jifa
./gradlew runStandaloneWorker
cd frontend
npm run dev
Then open http://127.0.0.1:8089/ in browser.
I don't want to do that. Aren't you going to update the docker image?
I will update the docker image, but it needs some time, may be in this month.
Haven't you pushed yet? It's just an order. 😂
@youngledo Hi, I've pushed the latest version at https://hub.docker.com/layers/eclipsejifa/jifa/0.3.0-SNAPSHOT/images/sha256-bb8e0bb62eae68a513ba26c903e0b843c05e5b4c743f167e6ad120455e879627
Currently, JFR support of Jifa is very preliminary. We'll add more features in the future.
But there are two problems. The first problem is that the latest tag is not pushed:
The second problem is that the supported architecture is only linux/amd64, not linux/arm64
@yanglong1010
We only push the latest image when a new version is released. [1]
And for a snapshot version, we don't build Docker image for arm64. [2]
[1] https://github.com/eclipse/jifa/blob/main/.github/workflows/release.yml [2] https://github.com/eclipse/jifa/blob/main/.github/workflows/docker.yml