| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Eclipse Jifa is open-source software for better troubleshooting common problems that occurred in Java applications.
Many of the useful tools are client-based. When faced with problems in the production environment or the cloud environment, such tools cannot be used directly due to network or resource problems. Jifa provides a web solution, allowing developers to use the browser to troubleshoot.
The following features are supported:
The backend of Jifa uses Vert.x as the main framework and consists of two modules:
The frontend of Jifa uses Vue as the main framework.
Prerequisites
JDK 11+, and make sure $JAVA_HOME is set properly
npm
Build All
$ ./gradlew buildJifaBuild Worker Only
$ ./gradlew buildWorkerMaster & Worker
Default pattern
$ cd deploy/default_pattern
$ ./deploy_jifa.shK8S pattern, workers are scheduled by K8S
$ cd deploy/k8s_pattern
$ ./deploy.shWorker Only
$ cd deploy
$ ./depoy_worker.shSee deployment document for more details.
$ docker pull jifadocker/jifa-worker:demo
$ docker run -p 8102:8102 jifadocker/jifa-worker:demoNote: if running Apple's M1 Max chip, include the --platform linux/amd64 switch after the run command.
Then, you can visit Jifa at http://localhost:8102
Join the Eclipse Jifa developer community mailing list. The community primarily uses this list for project announcements and administrative discussions amongst committers. Questions are welcome here as well.
Ask a question or start a discussion via the GitHub issue.(Recommend)
Slack channel: Eclipse Jifa
钉钉中文交流群
| Back | FazBrowse Home | New Git URL |