eclipse / jifa

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

Home Page:https://eclipse.github.io/jifa/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://eclipse.github.io/jifa/

License:Eclipse Public License 2.0


Languages

Language:Java 75.5%Language:Vue 14.9%Language:TypeScript 6.0%Language:JavaScript 3.0%Language:Perl 0.2%Language:SCSS 0.1%Language:Smarty 0.1%Language:Dockerfile 0.1%Language:Shell 0.1%Language:HTML 0.0%