mirror of https://github.com/alibaba/arthas.git
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.
11 lines
366 B
Markdown
11 lines
366 B
Markdown
5 years ago
|
|
||
|
|
||
|
|
||
|
|
||
|
Download `arthas-demo.jar` and start with the `java -jar` command:
|
||
|
|
||
|
`wget https://alibaba.github.io/arthas/arthas-demo.jar
|
||
|
java -jar arthas-demo.jar`{{execute T1}}
|
||
|
|
||
|
`arthas-demo` is a very simple program that randomly generates integers, performs factorization, and prints the results.
|
||
|
If the generated random number is negative, a error message will be printed.
|