Initial Contribution
158 files changed
tree: 7aea853225bd785bf91919aef4a64faf7e91df65
  1. backend/
  2. frontend/
  3. gradle/
  4. build.gradle
  5. gradlew
  6. gradlew.bat
  7. LICENSE
  8. NOTICE
  9. README.md
  10. settings.gradle
README.md

Introduction

Eclipse Jifa uses Vert.x as the main backend framework, and uses Vue 2.0 as the frontend framework.

Currently, supported features:

Heap dump Analysis:

  • Overview
  • Leak Suspects
  • GC Roots
  • Dominator Tree
  • Thread Overview
  • OQL
  • Some other features

Quick start

./gradlew build

cd build/distributions && unzip jifa-0.1.zip && cd jifa-0.1

./bin/worker

Jifa will now be reachable at http://localhost:8102.

Licenses

Eclipse Public License 2.0