8000 GitHub - eclipse-jifa/jifa at v0.2.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eclipse-jifa/jifa

Repository files navigation

Eclipse Jifa

Eclipse License Commit Check

中文

Introduction

Eclipse Jifa is an open-source project that makes troubleshooting easy.

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

0