You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/tutorials/katacoda/command-vmoption-cn/arthas-demo.md

17 lines
526 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

下载`arthas-demo.jar`,再用`java -jar`命令启动:
`wget https://arthas.aliyun.com/arthas-demo.jar
java -jar arthas-demo.jar`{{execute T1}}
`arthas-demo`是一个很简单的程序,它随机生成整数,再执行因式分解,把结果打印出来。如果生成的随机数是负数,则会打印提示信息。
为了和使用vmoption后的效果作对比此时使用`Ctrl+c`{{execute interrupt}},程序很自然地退出。
再次启动`arthas-demo`
`java -jar arthas-demo.jar`{{execute T1}}