An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Eclipse Jifa

[![Eclipse License](https://img.shields.io/github/license/eclipse/jifa?label=License)](https://github.com/eclipse/jifa/blob/main/LICENSE)
![Commit Check](https://github.com/eclipse/jifa/actions/workflows/commit-check.yml/badge.svg?branch=main)

> [δΈ­ζ–‡](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/)