https://github.com/eclipse-jifa/jifa
π¬ Online Heap Dump, GC Log, Thread Dump & JFR File Analyzer.
https://github.com/eclipse-jifa/jifa
gc-log heap-dump java jfr jvm k8s online-analyzer thread-dump troubleshooting
Last synced: 10 months ago
JSON representation
π¬ Online Heap Dump, GC Log, Thread Dump & JFR File Analyzer.
- Host: GitHub
- URL: https://github.com/eclipse-jifa/jifa
- Owner: eclipse-jifa
- License: epl-2.0
- Created: 2020-08-25T14:00:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T09:43:41.000Z (11 months ago)
- Last Synced: 2025-02-17T10:31:46.712Z (11 months ago)
- Topics: gc-log, heap-dump, java, jfr, jvm, k8s, online-analyzer, thread-dump, troubleshooting
- Language: Java
- Homepage: https://eclipse-jifa.github.io/jifa
- Size: 4.9 MB
- Stars: 588
- Watchers: 12
- Forks: 100
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eclipse Jifa
[](https://github.com/eclipse/jifa/blob/main/LICENSE)

> [δΈζ](https://github.com/eclipse/jifa/blob/main/README_zh.md)
## Introduction
Online Analyzer for Heap Dump, GC Log, Thread Dump and JFR File.
Please refer to [GitHub Pages](https://eclipse-jifa.github.io/jifa/) for more information.
## Quick Start
### [Playground π](https://jifa.dragonwell-jdk.io)
### Run Jifa Locally
```shell
# 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
# Analyze local files
curl -fsSL https://raw.githubusercontent.com/eclipse/jifa/main/jifa.sh | bash -s -- ...
# Set JVM Options
curl -fsSL https://raw.githubusercontent.com/eclipse/jifa/main/jifa.sh | bash -s -- --jvm-options ""
```
Note: Please make sure that Docker is installed.
## Links
- [GitHub Pages](https://eclipse-jifa.github.io/jifa/)