eclipse / jifa

🔬 Online Heap Dump, GC Log, Thread Dump & JFR File Analyzer.
https://eclipse.github.io/jifa/
Eclipse Public License 2.0
541 stars 96 forks source link

Does it not support JFR? #295

Open youngledo opened 2 months ago

youngledo commented 2 months ago
image

No JFR.

yanglong1010 commented 2 months ago

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.

youngledo commented 2 months ago

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

yanglong1010 commented 2 months ago

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