Skip to content

Arthas is a Java Diagnostic tool open sourced by Alibaba. Arthas allows developers to troubleshoot production issues for Java applications without modifying code or restarting servers.

License

Notifications You must be signed in to change notification settings

quarkiverse/quarkus-arthas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus - Arthas

Purpose

This Quarkus extension integrates Arthas into Quarkus Dev Mode thus allowing users to deeply probe their application using Arthas.


NOTE

The extension has absolutely no impact on the production Quarkus application

Usage

  • Add the extension the application's dependencies
  • Start Quarkus in Dev Mode with the following configuration property quarkus.arthas.enabled=true
  • A short while after the application has started, you should see something like Arthas started and is accessible at http://localhost:8563 in the application logs
  • Browse the URL mentioned above to access the Web UI of Arthas

About

Arthas is a Java Diagnostic tool open sourced by Alibaba. Arthas allows developers to troubleshoot production issues for Java applications without modifying code or restarting servers.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages