Alibaba Arthas use open source tools

Hello everyone, I am a duck:

     A long time not updated, too busy recently, only taking the time to water the point of the article, to introduce today is the use of open source tools Arthas of Ali.

1. Open source address

     Arthas is an open source Java diagnostic tools Alibaba

     https://github.com/alibaba/arthas

     Chinese Description:

     https://github.com/alibaba/arthas/blob/master/README_CN.md

2. Installation

#下载
wget https://alibaba.github.io/arthas/arthas-boot.jar
#启动
java -jar arthas-boot.jar -h
#实时监测具体的java应用
java -jar arthas-boot.jar pid

  Figure dashboard


More recommendations go to the official online tutorials experience.
 

 https://alibaba.github.io/arthas/arthas-tutorials?language=cn

 

Published 115 original articles · won praise 58 · Views 230,000 +

Guess you like

Origin blog.csdn.net/Angry_Mills/article/details/104050421