启动执行的命令如下: [root@localhost script]# java -jar arthas-boot.jar --启动命令 [INFO] arthas-boot version: 3.6.3 [INFO] Found existing java process, please choose one and input the serial number of the process, eg : 1. Then hit ENTER. * [1]: 9097 -- process information unavaila...
[INFO] arthas home: /root/.arthas/lib/3.5.3/arthas [INFO] Try to attach process 8 [INFO] Attach process 8 success. [INFO] arthas-client connect 127.0.0.1 3658 ,---. ,---. ,---.,--. ,--. ,---. ,---. / O \ | .--. ''--. .--'| '--' | / O \ ' .-' | ...
没法正确选择进程process information unavailable #2514 Open 1 task QuintinZhangQQ mentioned this issue Jul 19, 2023 k8s 中Alpine 上运行profiler start 会导致java 进程关闭,并无法生产火焰图 #2587 Open 1 task Fatpandac referenced this issue in Fatpandac/arthas Aug 4, 2023 modifying profile...
pid=$(jps -l | grep -v "Jps" | grep -v "arthas-boot.jar" | grep -v "process information unavailable" | awk '{print $1}') # 获取繁忙的前20个线程 # 获取繁忙的前50个线程 java -jar ${arthas_path}/arthas-boot.jar "${pid}" -c "thread -n ${max_thread_count} -i ${interva...