mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-04 21:28:10 +08:00
a7856ffdc1
* add dashboard command scenario. #847 Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * fix link typo Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * merge 'dashboard.md' and 'dashboard-usage.md' Signed-off-by: hollowman6 <hollowman186@vip.qq.com>
366 B
366 B
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.