jifa icon indicating copy to clipboard operation
jifa copied to clipboard

Does it not support JFR?

Open youngledo opened this issue 1 year ago • 3 comments

image

No JFR.

youngledo avatar Sep 04 '24 08:09 youngledo

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.

yanglong1010 avatar Sep 04 '24 12:09 yanglong1010

I don't want to do that. Aren't you going to update the docker image?

youngledo avatar Sep 04 '24 13:09 youngledo

I will update the docker image, but it needs some time, may be in this month.

yanglong1010 avatar Sep 05 '24 02:09 yanglong1010

Haven't you pushed yet? It's just an order. 😂

youngledo avatar Nov 30 '24 01:11 youngledo

@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.

D-D-H avatar Dec 03 '24 08:12 D-D-H

But there are two problems. The first problem is that the latest tag is not pushed: image

The second problem is that the supported architecture is only linux/amd64, not linux/arm64 image

youngledo avatar Dec 03 '24 09:12 youngledo

@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

D-D-H avatar Dec 04 '24 03:12 D-D-H