1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
| [elastic@3f24eb371050 opt]$ curl -O https://arthas.aliyun.com/arthas-boot.jar % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 135k 100 135k 0 0 217k 0 --:--:-- --:--:-- --:--:-- 217k [elastic@3f24eb371050 opt]$ java -jar arthas-boot.jar --repo-mirror aliyun --use-http [INFO] arthas-boot version: 3.4.4 [INFO] Found existing java process, please choose one and input the serial number of the process, eg : 1. Then hit ENTER. * [1]: 513 org.elasticsearch.bootstrap.Elasticsearch 1 [INFO] Start download arthas from remote server: http://arthas.aliyun.com/download/3.4.4?mirror=aliyun [INFO] File size: 11.94 MB, downloaded size: 4.32 MB, downloading ... [INFO] File size: 11.94 MB, downloaded size: 7.45 MB, downloading ... [INFO] File size: 11.94 MB, downloaded size: 9.85 MB, downloading ... [INFO] Download arthas success. [INFO] arthas home: /home/elastic/.arthas/lib/3.4.4/arthas [INFO] Try to attach process 513 [INFO] Attach process 513 success. [INFO] arthas-client connect 127.0.0.1 3658 ,---. ,------. ,--------.,--. ,--. ,---. ,---. / O \ | .--. ''--. .--'| '--' | / O \ ' .-' | .-. || '--'.' | | | .--. || .-. |`. `-. | | | || |\ \ | | | | | || | | |.-' | `--' `--'`--' '--' `--' `--' `--'`--' `--'`-----'
wiki https://arthas.aliyun.com/doc tutorials https://arthas.aliyun.com/doc/arthas-tutorials.html version 3.4.4 pid 513 time 2020-11-30 05:37:25
[arthas@513]$ shutdown
|