Skip to content
/ jifa Public
forked from eclipse-jifa/jifa

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

License

Notifications You must be signed in to change notification settings

xlvchao/jifa

This branch is 10 commits behind eclipse-jifa/jifa:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 20, 2024
Aug 31, 2024
Feb 23, 2024
Oct 11, 2024
Dec 7, 2023
Apr 23, 2024
Nov 4, 2024
Oct 11, 2024
May 10, 2024
Dec 3, 2024
Jul 27, 2020
Jan 20, 2022
Jul 9, 2024
Jul 9, 2024
Oct 20, 2023
Mar 20, 2024
Mar 20, 2024
Oct 20, 2023
Oct 9, 2023
Oct 9, 2023
Feb 23, 2024
Oct 24, 2023
Jan 17, 2024
Feb 23, 2024
Nov 1, 2023

Repository files navigation

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

Run Jifa Locally

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

Links

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 75.5%
  • Vue 14.9%
  • TypeScript 6.0%
  • JavaScript 3.0%
  • Perl 0.2%
  • SCSS 0.1%
  • Other 0.3%