SkillAgentSearch skills...

Jifa

πŸ”¬ Online Heap Dump, GC Log, Thread Dump & JFR File Analyzer.

Install / Use

/learn @eclipse-jifa/Jifa
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- Copyright (c) 2020, 2023 Contributors to the Eclipse Foundation See the NOTICE file(s) distributed with this work for additional information regarding copyright ownership. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0 SPDX-License-Identifier: EPL-2.0 -->

Eclipse Jifa

Eclipse License Commit Check

δΈ­ζ–‡

Introduction

Online Analyzer for Heap Dump, GC Log, Thread Dump and JFR File.

Please refer to GitHub Pages for more information.

Quick Start

Playground πŸ›

Run Jifa Locally

Docker

# Default service address is at http://localhost:8102
curl -fsSL https://raw.githubusercontent.com/eclipse/jifa/main/jifa.sh | bash

# Change the server port
curl -fsSL https://raw.githubusercontent.com/eclipse/jifa/main/jifa.sh | bash -s -- -p <port>

# Analyze local files
curl -fsSL https://raw.githubusercontent.com/eclipse/jifa/main/jifa.sh | bash -s -- <file1 path> <file2 path> ...

# Set JVM Options
curl -fsSL https://raw.githubusercontent.com/eclipse/jifa/main/jifa.sh | bash -s -- --jvm-options "<JVM options>"

Note: Please make sure that Docker is installed.

jpackage

Use the 'jpackage' command provided by Java 14 and above to package it into a binary installation package for local use (stand-alone mode). Please execute the following script:


jifa-jpackage.{sh | bat}

Links

Related Skills

View on GitHub
GitHub Stars668
CategoryDevelopment
Updated1d ago
Forks117

Languages

Java

Security Score

100/100

Audited on Mar 27, 2026

No findings